var ie=document.all
var dom=document.getElementById

//IFRAME display attributes
var iframeprops='width="176" height="150" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

var daycontent=new Array()
daycontent[1]="Scroller/Schools/AZ_Tucson/School.html"
daycontent[2]="Scroller/Schools/CT_WestHartford/School.html"
daycontent[3]="Scroller/Schools/FL_FtLauderdale/School.html"
daycontent[4]="Scroller/Schools/FL_Tallahassee/School.html"
daycontent[5]="Scroller/Schools/GA_Atlanta/School.html"
daycontent[6]="Scroller/Schools/IL_ArlingtonHights/School.html"
daycontent[7]="Scroller/Schools/IL_Chicago/School.html"
daycontent[8]="Scroller/Schools/IL_Naperville/School.html"
daycontent[9]="Scroller/Schools/IN_Zionsville/School.html"
daycontent[10]="Scroller/Schools/MD_Baltimore/School.html"
daycontent[11]="Scroller/Schools/MA_BostonBoylston/School.html"
daycontent[12]="Scroller/Schools/MI_AnnArbor/School.html"
daycontent[13]="Scroller/Schools/MI_Bloomfield/School.html"
daycontent[14]="Scroller/Schools/MI_BloomfieldHills/School.html"
daycontent[15]="Scroller/Schools/MI_Detroit/School.html"
daycontent[16]="Scroller/Schools/MI_GrandRapids/School.html"
daycontent[17]="Scroller/Schools/NJ_Holmdel/School.html"
daycontent[18]="Scroller/Schools/NJ_Warren/School.html"
daycontent[19]="Scroller/Schools/NJ_Morris_County/School.html"
daycontent[20]="Scroller/Schools/NJ_Union/School.html"
daycontent[21]="Scroller/Schools/NJ_Westwood/School.html"
daycontent[22]="Scroller/Schools/NY_Ridgewood/School.html"
daycontent[23]="Scroller/Schools/NY_NewYork/School.html"
daycontent[24]="Scroller/Schools/NY_LongIsland/School.html"
daycontent[25]="Scroller/Schools/NC_Charlotte/School.html"
daycontent[26]="Scroller/Schools/PA_Philadelphia/School.html"
daycontent[27]="Scroller/Schools/SC_Spartanburg/School.html"
daycontent[28]="Scroller/Schools/TN_Knoxville/School.html"
daycontent[29]="Scroller/Schools/TX_Austin/School.html"
daycontent[30]="Scroller/Schools/TX_Houston/School.html"
daycontent[31]="Scroller/Schools/WA_Eastside/School.html"

if (ie||dom)

document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')

var mydate=new Date()
var mytoday=mydate.getDate()

function dayofmonth_iframe(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
iframeobj.src=daycontent[mytoday]
}
}