Topimg = new Array;
topimgSite = new Array;
Topimghn = new Array;
topimgTitle = new Array;


Topimg[0] = "img/top/0001.jpg";
topimgSite[0] = "http://www.zarasu.com/";
Topimghn[0] = "玉英";
topimgTitle[0] = "銀の月動画計画";
Topimg[1] = "img/top/0002.jpg";
topimgSite[1] = "http://zassyokusyndrome.web.fc2.com/";
Topimghn[1] = "茶野凜佳";
topimgTitle[1] = "Little-Piko";



rdTopimg();

function rdTopimg(){
	var i = Math.random() * Topimg.length | 0;

	imghtmltext = "<a href=\"" + topimgSite[i] + "\" target=\"_blank\"><img src=\"" + Topimg[i] + "\" width=\"360\" height=\"290\" alt=\"VoiceFL@G▼ トップ絵\" /></a>";
	document.getElementById("topimgiti").innerHTML = imghtmltext;

	imgtitlehtmltext = "<a href=\"" + topimgSite[i] + "\" target=\"_blank\" class=\"imgtitlehtml\">illust：" + Topimghn[i] + "(" + topimgTitle[i] + ")</a>";

	document.getElementById("toptitleiti").innerHTML = imgtitlehtmltext;
}
