
 var IE=document.all&&navigator.userAgent.indexOf("Opera")==-1
 var NN=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1
 var insettei='width=550 height=700 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="on"' 

 var news=new Array()
 news[0]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■日曜のお知らせの書いてあるページ名
news[1]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■月曜のお知らせの書いてあるページ名
news[2]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■火曜のお知らせの書いてあるページ名
news[3]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■水曜のお知らせの書いてあるページ名
news[4]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■木曜のお知らせの書いてあるページ名
news[5]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■金曜のお知らせの書いてあるページ名
news[6]="http://219.166.136.76/fmi/xsl/catalog/recordlist.xsl"//■土曜のお知らせの書いてあるページ名

if (IE||NN)
 document.write('<iframe id="osirase" src="" '+insettei+'></iframe>')
 var akoD=new Date()
 var kyou=akoD.getDay()
 function dayofweek_iframe(){
 if (IE||NN){
 var iframeobj=document.getElementById? document.getElementById("osirase") : document.all.osirase
 iframeobj.src=news[kyou]}}
 window.onload=dayofweek_iframe

