function message() {
	document.write('<font color="#000000" size="2">Long Island Oddities now has a new look. Check frequently for new articles.</font>'); 
}

function randomad() {
switch(Math.floor(Math.random()*2+1)) {
	case 1: document.write('<a href="http://lioddities.com/Store/index.html#zine"><img src="http://lioddities.com/Store/banners/zine.gif" width="600" height="60" border="0"></a>'); 
	break;
	case 2: document.write('<a href="http://lioddities.com/Store/index.html#DVD"><img src="http://lioddities.com/Store/banners/FWall.gif" width="600" height="60" border="0"></a>');
	break;
	}
}