function randomJump()
{
	theURL = new Array();
	theURL[0] = "http://www.ncmac.co.jp/campaign/tokutoku/index.html";
	theURL[1] = "http://www.ncmac.co.jp/campaign/tokutoku/index.html";
	ImageCount = 2;
	num = Math.floor(Math.random() * ImageCount);
	document.write("<A HREF='"+theURL[num]+"'>");
	document.write("<IMG SRC='top/10"+num+".jpg' BORDER='0'></A>");}

