function topicsTest(){	topics_path = new Array();	topics_img = new Array();	var i = 0;	topics_path[i] = "news_taiko.html";	topics_img[i] = "topics1.jpg";		//i++;	//topics_path[i] = "news_taiko.html";	//topics_img[i] = "topics1.jpg";	var productNum =Math.floor(Math.random() * topics_path.length);	document.write('<A HREF="'+topics_path[productNum]+'"><IMG SRC="index\/'+topics_img[productNum]+'" WIDTH="215" HEIGHT="184"></A>');}