function banner(flag){

	var imgTag=new Array();
	imgTag[0]='<a href="http://www.47club.jp/shop/contents3/summergift.aspx?cid=23ab" target="_blank"><img src="http://www.gifu-np.co.jp/banner/banner_47club_090630a.jpg" alt="47CLUB夏のギフト特集！" width="200" height="200" border="0"></a>';
	rand=Math.floor(Math.random() * imgTag.length);

	document.write(imgTag[rand]);
}