function writeContent() {
	var theDate = new Date();
	var theMonth = theDate.getMonth();
	if (theMonth == "0" || theMonth == 0) 
		{
	document.write("<IMG SRC=pics/banner-january.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "1" || theMonth == 1) 
		{
	document.write("<IMG SRC=pics/banner-february.jpg ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "2" || theMonth == 2) 
		{
	document.write("<IMG SRC=pics/banner-march.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "3" || theMonth == 3) 
		{
	document.write("<IMG SRC=pics/banner-april.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "4" || theMonth == 4) 
		{
	document.write("<IMG SRC=pics/banner-may.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "5" || theMonth == 5) 
		{
	document.write("<IMG SRC=pics/banner-june.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "6" || theMonth == 6) 
		{
	document.write("<IMG SRC=pics/banner-july.jpg ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "7" || theMonth == 7) 
		{
	document.write("<IMG SRC=pics/banner-august.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "8" || theMonth == 8) 
		{
	document.write("<IMG SRC=pics/banner-september.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "9" || theMonth == 9) 
		{
	document.write("<IMG SRC=pics/banner-october.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "10" || theMonth == 10) 
		{
	document.write("<IMG SRC=pics/banner-november.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
	if (theMonth == "11" || theMonth == 11) 
		{
	document.write("<IMG SRC=pics/banner-december.gif ALT=Hainesak.com Community Website WIDTH=500 HEIGHT=100 BORDER=0>");
		}
		}
		

