﻿<!--
function randomJump()
{
	theURL = new Array();
	theURL[0] = "http://www.infotop.jp/click.php?aid=60456&iid=7470"; // [x]の画像番号に合わせてアフィリリンクを記述します。
	theURL[1] = "http://www.infotop.jp/click.php?aid=60456&iid=5578";
	theURL[2] = "http://www.infotop.jp/click.php?aid=60456&iid=298";
	theURL[3] = "../sales/index.htm";
	ImageCount = 4;		//　ここで画像の最大枚数を記述し設定します。
	num = Math.floor(Math.random() * ImageCount);
	document.write("<A HREF='"+theURL[num]+"'>");
	document.write("<IMG SRC='r_image/"+num+".gif' BORDER='0'></A>");
}
// -->