//Topランダム表示

var tr=Math.floor(Math.random() * 2);

function randTopKey(){
	if(tr==0){
		document.write('<a href="lcd_promotion.html"><img src="img/img_index_01_01.jpg" alt="液晶テレビ プロモーション" width="980" height="405" border="0"></a>');
	}else{
		document.write('<a href="dc_promotion.html"><img src="img/img_index_01_02.jpg" alt="新商品デジタルカメラ" width="980" height="405" border="0"></a>');
	}
}

function randTopBanner(){
	if(tr==0){
		document.write('<a href="dc_promotion.html"><img src="img/img_index_02_02.jpg" alt="新商品デジタルカメラ" width="222" height="131" border="0"></a>');
	}else{
		document.write('<a href="lcd_promotion.html"><img src="img/img_index_02_01.jpg" alt="液晶テレビ プロモーション" width="222" height="131" border="0"></a>');
	}
}