 // Main.js  :   misc routines 

//______________JS Variables_______________________

{
var rightcontentflag = "yes";


   if (rightcontentflag == "yes") {
	
//____	document.write('<fieldset style="border:1px solid;  padding: 5px;" class="smalltext">');
	
	document.write('<legend><span class="fieldtitle">Page Updates:</span></legend>');
	document.write('<br><br><a href="classesworks.htm"><u>Classes</u></a>&nbsp;updated&nbsp;Feb.&nbsp;7,&nbsp;2012');
	document.write('<br><a href="shows-exhibs.htm"><u>Shows</u></a> &nbsp;&nbsp;updated&nbsp;Feb.&nbsp;7,&nbsp;2012');
	document.write('');
	document.write('');
	;
   }

   }

