
function menuMain()
{


        document.write('<td bgcolor="#FFFFCC">');       
		document.write('<p><font face="Arial, Helvetica, sans-serif"><font size="2"><a href="index.html">Home</a>');
				
		var d = new Date();
		var curr_month = d.getMonth() +1;
	
			if(curr_month>9) {
			document.write('<br><a href="christmas.html">Christmas CD <img src="images/Present.gif" height="15" border="0"></a>');
			}		
		document.write('<br><a href="photos.html">Signed Photos</a>');
		document.write('<br><a href="bio.html">Biography</a>');
		document.write('<br><a href="pethope.html">PetHope Charity</a>');
		document.write('<br><a href="contacts.html">Business Contact</a></font></font>');
		document.write('</p><p>&nbsp;</p>');
		document.write('</td>');


}



function menuExclusive()
{
        document.write('<td bgcolor="#FFCC99" width="140">');            
		document.write('<p><font face="Arial, Helvetica, sans-serif" size="2">');
		document.write('<b><font color="#990000">Featured</font></b></font>');
		 
		 
		var d = new Date();
		var curr_month = d.getMonth() +1;
	
			if(curr_month>9) {
		document.write('<font face="Arial, Helvetica, sans-serif" color="#990000" size="2">');
			
			
		document.write('<br>');
		document.write('<a href="christmas.html">');
		document.write('<img src="images/cover(sm).jpg" width="100" height="50" border="0"><BR>');
		document.write(' -A Childrens <BR>');
		document.write(' Christmas Song <BR> ');
		document.write('Composed and <BR> ');
		document.write('Sung By Billie</a>');
		document.write('</font>');
		document.write('<br>');
			}
		 
		document.write('<font face="Arial, Helvetica, sans-serif" color="#990000" size="2">');
		document.write('<br><font face="Arial, Helvetica, sans-serif" size="2"><font color="#990000">');
		document.write('<a href="photos.html">-Personally Autographed Photo</a>');
		document.write('<br>');
		document.write('<br>');
		document.write('</font></p>');          
	 	document.write('</td>');
	
}


	 	 
	 	 
