function headfull(){
	var contentsList =new Array();
	contentsList[0] = "<a href='http://www.t-com.ne.jp/campaign/other/lottery/index.html?h' target='_blank'><img src='parts_top_jmages/header_top_banner_green.gif' width='950' height='30' alt='夢の億万長者企画！　グリーンジャンボ宝くじ　抽選2000名様プレゼント！' /></a>";
	r = Math.floor(Math.random()*contentsList.length);
	for (i=0; i < 1 ;i++) {
		k = r+i;
		if (k >= contentsList.length)
			k = 0+i;
			data = contentsList[k].split(",");
			document.write ("",data[0],"");

	}
}
