<!--
//	alert("first section");

var monlinks=new Array()
/*
Enter the 12 urls below you wish to go to for each month. 
*/

monlinks[0]="jan.html"
monlinks[1]="feb.html"
monlinks[2]="mar.html"
monlinks[3]="apr.html"
monlinks[4]="may.html"
monlinks[5]="jun.html"
monlinks[6]="jul.html"
monlinks[7]="aug.html"
monlinks[8]="sep.html"
monlinks[9]="oct.html"
monlinks[10]="nov.html"
monlinks[11]="dec.html"

var now=new Date()
var currMonth=now.getMonth()

/*
<a href="sched.html" onClick="window.location=daylinks[currMonth];return false">Click here for today's featured site!</a>
*/

//-->