	now = new Date
	day = now.getDay()
			myHeader = "'B_header3.jpg'"
			myPanel = "'B_panel3.jpg'"
			myPhoto = " "
			myHeaderTextColor = "'#000077'"
			myContentH1Color = "'#000077'"
			myPanelTextColor = "'#000077'"
			myPanelVlinkColor = "'#332218'"
			myCreditTextColor = "'#000000'"
			myCopyrightTextColor = "'#000000'"
			myPanel1stRow = "'235'"
			myPanel2ndRow = "'200'"
			myPanel3rdRow = "'80'"

	if (day > 6)	{day = 0}

	if (day == 0)	{myPanel = "'B_panel5.jpg'"
			myHeader = "'B_header5.jpg'"
			myPhoto = "Photo courtesy of Isaac&nbsp;A.&nbsp;Horton"
			myHeaderTextColor = "'#003300'"
			myPanelTextColor = "'#003300'"
			myContentH1Color = "'#003300'"
			myPanel1stRow = "'210'"
			myPanel2ndRow = "'225'"
			myPanel3rdRow = "'80'"
	}
	if (day == 1)	{myPanel = "'B_panel3.jpg'"
			myHeader = "'B_header3.jpg'"
			myPanel1stRow = "'235'"
			myPanel2ndRow = "'200'"
			myPanel3rdRow = "'80'"
	}
	if (day == 2)	{myPanel = "'B_panel6.jpg'"
			myHeader = "'B_header6.jpg'"
			myPhoto = "Photo courtesy of Isaac&nbsp;A.&nbsp;Horton"
			myPanel1stRow = "'210'"
			myPanel2ndRow = "'225'"
			myPanel3rdRow = "'80'"
	}
	if (day == 3 || day == 6)	{myPanel = "'B_panel7.jpg'"
			myHeader = "'B_header7.jpg'"
			myPhoto = "Photo courtesy of Isaac&nbsp;A.&nbsp;Horton"
			myHeaderTextColor = "'#000000'"
			myPanel1stRow = "'165'"
			myPanel2ndRow = "'270'"
			myPanel3rdRow = "'80'"
	}
	if (day == 4)	{myPanel = "'B_panel4.jpg'"
			myHeader = "'B_header4.jpg'"
			myPanel1stRow = "'210'"
			myPanel2ndRow = "'225'"
			myPanel3rdRow = "'80'"
	}
	if (day == 99)	{myPanel = "'B_panel2.jpg'"
			myHeader = "'B_header2.jpg'"
			myPhoto = " "
			myHeaderTextColor = "'#000077'"
			myPanel1stRow = "'150'"
			myPanel2ndRow = "'285'"
			myPanel3rdRow = "'80'"
	}
	if (day == 99)	{myPanel = "'B_panel8.jpg'"
			myHeader = "'B_header8.jpg'"
			myPhoto = "Photo courtesy of Isaac&nbsp;A.&nbsp;Horton"
			myPanel1stRow = "'210'"
			myPanel2ndRow = "'225'"
			myPanel3rdRow = "'80'"
	}


function whichPanel() {
	document.writeln('<body bgcolor="#FFFFFF" background='+myPanel+' bgproperties="fixed" background-repeat="no-repeat" text='+myPanelTextColor+' link='+myPanelTextColor+' vlink='+myPanelVlinkColor+' alink="#FF0000" topmargin="0" leftmargin="0">')
}

function whichHeader() {
	document.writeln('<body bgcolor="#FFFFFF" background='+myHeader+' bgproperties="fixed" background-repeat="no-repeat" text='+myHeaderTextColor+' link='+myPanelTextColor+' vlink="#332218" alink="#FF0000" topmargin="0" leftmargin="0">')
}

function whichCredit() {
	document.writeln('<font color='+myCreditTextColor+'<i>'+myPhoto+'<\/i><\/font><BR \/><BR \/>')
}

function whichCopyright() {
	document.writeln('<font color='+myCopyrightTextColor+'>')
}

function whichContent() {
	document.writeln('<body bgcolor="#FFFFFF" text="#000000" link='+myPanelTextColor+' vlink="#332218" alink="#FF0000" topmargin="0" leftmargin="0">')
}

function whichContentH1() {
	document.writeln('<font color='+myContentH1Color+'>')
}

function whichPanelRow1() {
	document.writeln('<TD colspan="3" height='+myPanel1stRow+'>')
}

function whichPanelRow2() {
	document.writeln('<TD valign="top" align="right" width="130" height='+myPanel2ndRow+'>')
}



function whichPanelRow3() {
	document.writeln('<TD valign="bottom" align="center" width="130" height='+myPanel3rdRow+'>')
}

