
function underConstruct(){
 var mytext = "This page is under construction";
				 
				 document.write('<br /><br /><br />');
				 document.write('<div style="text-align: center;font-size:20px;font-weight:bold;">');
				 document.write('<img src="../images/animated_graphics/j0336847.gif" width="81" height="80" alt="j0336847 (2K)" /');	
				 document.write('<br /><br /><br />');
				 document.write(mytext);
				 document.write('</div>');
				 
				 
 }
 
 
 
 function footer_right(){
 var BestViewed = "Best viewed using: IE7 or FireFox2.0";		
				
				 document.write(BestViewed);
				 document.write('<br />');
				 document.write('Website Contact: <a href="mailto:webmaster@thecountrydayschool.com?subject=CDS Website">Webmaster</a>')
				 				 
 }	 
 
 function footer_left(){
 var BestViewed = "Best viewed using: IE7 or FireFox2.0";		
				
				 document.write(BestViewed);
				 document.write('<br />');
				 document.write('Website Contact: <a href="mailto:webmaster@thecountrydayschool.com?subject=CDS Website">Webmaster</a>')
				 				 
 }	 
 
 function topImage(){
				 document.write('<img src="images/logos/cds.jpg" width="925" height="140" alt="cds" />')
				 				 
 }	

function topImageSub(){
				 document.write('<img src="../images/logos/cds.jpg" width="925" height="140" alt="cds" />')
				 				 
 }		 
				 
