// JavaScript Document

<!--
var nc;
var bcol=new Array("#990000","#990000");
nc=Math.floor(Math.random()*2);
if(nc==1){
	document.write("<IMG SRC='images/menu1.jpg' WIDTH=696 HEIGHT=196 BORDER=0 USEMAP='#Map'>");
	document.bgColor=bcol[0];
	}
else{
	document.write("<IMG SRC='images/menu2.jpg' WIDTH=696 HEIGHT=196 BORDER=0 USEMAP='#Map'>");
	document.bgColor=bcol[1];
	}
//-->
