//通常チラシ（毎週）
function chirashi(){
  var newWin=window.open('../kitahanada/img/100310c/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}


//食料品ニュース（毎週）
function chirashi_n(){
  var newWin=window.open('../kitahanada/img/100310n/index.html','chirashi','scrollbars=0,menubar=0,toolbar=0,location=0,status=0,resizable=1');
  newWin.window.focus();
  newWin.document.close();
}

//通常チラシ_サイドバナー（毎週）
function sideChirashi(){
	document.writeln('<a href="javascript:chirashi();">');
	document.writeln('<img src="../kitahanada/img/100310/side_banner.jpg" alt="WEB はなうた通信" border="0" id="side_banner" />');
	document.writeln('</a>');
	document.close();
}


