function rightbanner(){
	var contentsList =new Array();
	contentsList[0] = "<div class='tcompr-left'><a href='http://www.t-com.ne.jp/support/procedure/move/' title='新生活応援キャンペーン2012'><img src='parts_top_jmages/tcompr_move.jpg' alt='新生活応援キャンペーン2012' title='新生活応援キャンペーン2012' width='100' height='35' /></a></div><div class='tcompr-right'><a href='http://www.t-com.ne.jp/support/procedure/move/' title='お引越し祝金＆新生活応援プレゼント 新生活応援キャンペーン実施中!!'>お引越し祝金＆新生活応援プレゼント 新生活応援キャンペーン実施中!!</a></div>";
	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],"");

	}
}





