	ad=new Array(2);
	
	ad[0] = "<a href='http://www.television.co.jp/present/newyear12/'><img alt='三誌合同　初夢ジャンボプレゼント！ ' border='0' src='/common/image/newyear12.jpg' width='300' height='80' /></a>";

	ad[1] = "<a href='http://www.television.co.jp/present/newyear12/'><img alt='三誌合同　初夢ジャンボプレゼント！ ' border='0' src='/common/image/newyear12.jpg' width='300' height='80' /></a>";
	
	i = Math.floor(Math.random()*2);
	document.write(ad[i]);
