function topicsTest(){	topics_path = new Array();	topics_img = new Array();	var i = 0;	topics_path[i] = "news_reference60th.html";	topics_img[i] = "060414_2.jpg";		i++;	topics_path[i] = "news_gax.html";	topics_img[i] = "060414_1.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>');}