function banner(flag){

	var imgTag=new Array();
	imgTag[0]='<a href="http://www.47club.jp/shop/c12/sgift2010.aspx?cid=23ab" target="_blank"><img src="http://www.gifu-np.co.jp/banner/banner_47club_20100831b.jpg" alt="47CLUB・夏ギフト2010〜今年は私の「ふるさと」を贈る" width="300" height="180" border="0"></a>';
	imgTag[1]='<a href="http://www.47club.jp/shop/c12/sgift2010.aspx?cid=23ab" target="_blank"><img src="http://www.gifu-np.co.jp/banner/banner_47club_20100831b.jpg" alt="47CLUB・夏ギフト2010〜今年は私の「ふるさと」を贈る" width="300" height="180" border="0"></a>';	rand=Math.floor(Math.random() * imgTag.length);

	document.write(imgTag[rand]);
}