//
// 新品ボールページ用（詳細ページ版）
//

tag_ball = new Array();


// 468
tag_ball[0] = '<a href="http://www.bowlingshop.jp/"><img src="http://www.bowlingshop.jp/wp-content/uploads/ad_manager/banner_newsite.gif" alt="newsite" title="newsite" style="border:0px;"/></a>';	
tag_ball[1] = '<a href="http://feeds.feedburner.jp/~r/BowlingShopUp/~6/2"><img src="http://feeds.feedburner.jp/BowlingShopUp.2.gif" alt="入荷情報・店舗情報" style="border:0"></a>';
tag_ball[2] = '<a href="http://www.bowlingshop.jp/"><img src="http://www.b-shop-up.com/img/new_site2.gif" alt="newsite" title="newsite" style="border:0px;"/></a>';	


// 関数


var i,j,count;


if(j==1){
	count=0;
	i=tag_ball.length;
	while(count<i){
		document.write("<div><table><tr><td>");
		document.write(count);
		document.write(":");
		document.write("</td><td>");
		document.write(tag_ball[count]);
		document.write("</td></tr></table></div>");
		count++
	}
}else{
	i=Math.floor(Math.random()*tag_ball.length);
	document.write(tag_ball[i]);
}
