function w1() {
document.write('<font color="#FF0000" size="2">LIO Anniversary BBQ Sunday June 8th, noon. Meet at the Nissequogue River State Park. Free food, fun, and prizes.</font>'); 
}

function randomad() {
switch(Math.floor(Math.random()*3+1)) {
	case 1: document.write('<a href="http://lioddities.com/Store/oddTV1.shtml"><img src="http://lioddities.com/atractions/OddTV.gif" width="600" height="60" border="0"></a>'); break;
	case 2: document.write('<a href="http://lioddities.com/Store/magazine.shtml"><img src="http://lioddities.com/atractions/zine.gif" width="600" height="60" border="0"></a>'); break;
	case 3: document.write('<a href="http://lioddities.com/Store/DVDs.shtml"><img src="http://lioddities.com/atractions/FWall.gif" width="600" height="60" border="0"></a>'); break;
	}
}