var toy18_array = new Array(
"sex468x60gai2.gif",
"sex486x60-2.gif"
);
var toy18_index = 0;
function toy18_change_pic()
{
	if(document.getElementById("toy18_div")!=null)
	{
		var vNum;
		toy18_index = Math.random();
		toy18_index = Math.round(toy18_index*(toy18_array.length-1));
		document.getElementById("toy18_div").innerHTML = '<a href="http://www.sexybox.com.tw" target="_blank"><img src="' + toy18_array[toy18_index] + '" border="0" width="468" height="60"></a>';
	}
	//setTimeout("toy18_change_pic();", 3000);
}
toy18_change_pic();
