// JavaScript Document
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
<!--
num = Math.floor(Math.random() * 4);
jumpURL = new Array();
jumpURL[0] = "index.html";
jumpURL[1] = "index.html";
jumpURL[2] = "index.html";
jumpURL[3] = "index.html";
news = new Array(3);
news[0]='<a href="javascript:jump()"><img src="images/0.gif" border="0" name="banner" width="777" height="250" alt="ƒiƒJƒmƒ„"><\/a>';
news[1]='<a href="javascript:jump()"><img src="images/1.gif" border="0" name="banner" width="777" height="250" alt="ƒiƒJƒmƒ„"><\/a>';
news[2]='<a href="javascript:jump()"><img src="images/2.gif" border="0" name="banner" width="777" height="250" alt="ƒiƒJƒmƒ„"><\/a>';
news[3]='<a href="javascript:jump()"><img src="images/3.gif" border="0" name="banner" width="777" height="250" alt="ƒiƒJƒmƒ„"><\/a>';

function jump()
{
	location.href = jumpURL[num];
}
// -->