myDate=new Date();
var random_flg=myDate.getSeconds()%2;
var gif1="images/top_img/bana_yw.gif";
var gifalt1="ゆずだもんウォーター";
var url1="http://www.zaiho.jp/category/10000008";
var gif2="images/top_img/bana_chotoku.gif";
var gifalt2="超得財宝スペシャルセット";
var url2="http://www.zaiho.jp/category/30000011";

var flash1="/flash/sd_6.swf";	//751-156
var flash2="/flash/sd_6.swf";	//751-156

function write_1(){
	if(random_flg == 0){
		document.write('<a href="' + url1 + '"><img src="' + gif1 + '" alt="' + gifalt1 + '" width="506" height="156" /></a>');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="245" height="156">');
		document.write('<param name="movie" value="' + flash1 + '"><param name="quality" value="high"><embed src="' + flash1 + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="245" height="156"></embed></object>');
	} else {
		document.write('<a href="' + url2 + '"><img src="' + gif2 + '" alt="' + gifalt2 + '" width="506" height="156" /></a>');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="245" height="156">');
		document.write('<param name="movie" value="' + flash2 + '"><param name="quality" value="high"><embed src="' + flash2 + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="245" height="156"></embed></object>');
	}
}
function open_smp(){
	window.open('http://www.zaiho.jp/present/sausage/','','scrollbars=yes,width=630,height=610');
}
function open_smp2(){
	window.open('http://www.zaiho.jp/shochu/information.html','','scrollbars=yes,width=520,height=450');
}
function addBookmark(title,url){
if(window.sidebar){
	window.sidebar.addPanel(title, url,"");
} else if(document.all){
	window.external.AddFavorite(url,title);
} else if(window.opera && window.print){ 
	return true; 
}
}

function write_favorite(){
	if(navigator.userAgent.indexOf("MSIE") != -1){
		document.write('<img src="images/menu_favorite.gif" alt="お気に入り登録" width="148" height="35" /><p class="body4" style="margin:2px;text-align:center;">ボタンを押してお気に入り<br />に登録できます。<br /><input type="button" value="お気に入りに登録" onClick="addBookmark(\'zaiho-online\',\'http://www.zaiho.jp\');"></p>');
	}
}