
var ie=document.all
var dom=document.getElementById


var iframeprops='width=210 height=310 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'


var daycontent=new Array()
daycontent[1]="http://mysticguides.com/images/mgrunes/r1f.htm"
daycontent[2]="http://mysticguides.com/images/mgrunes/r2u.htm"
daycontent[3]="http://mysticguides.com/images/mgrunes/r3th.htm"
daycontent[4]="http://mysticguides.com/images/mgrunes/r4A.htm"
daycontent[5]="http://mysticguides.com/images/mgrunes/r5r.htm"
daycontent[6]="http://mysticguides.com/images/mgrunes/r6k.htm"
daycontent[7]="http://mysticguides.com/images/mgrunes/r7g.htm"
daycontent[8]="http://mysticguides.com/images/mgrunes/r8w.htm"
daycontent[9]="http://mysticguides.com/images/mgrunes/r9h.htm"
daycontent[10]="http://mysticguides.com/images/mgrunes/r10n.htm"
daycontent[11]="http://mysticguides.com/images/mgrunes/r11i.htm"
daycontent[12]="http://mysticguides.com/images/mgrunes/r12j.htm"
daycontent[13]="http://mysticguides.com/images/mgrunes/r13y.htm"
daycontent[14]="http://mysticguides.com/images/mgrunes/r14p.htm"
daycontent[15]="http://mysticguides.com/images/mgrunes/r15z.htm"
daycontent[16]="http://mysticguides.com/images/mgrunes/r16s.htm"
daycontent[17]="http://mysticguides.com/images/mgrunes/r17t.htm"
daycontent[18]="http://mysticguides.com/images/mgrunes/r18b.htm"
daycontent[19]="http://mysticguides.com/images/mgrunes/r19e.htm"
daycontent[20]="http://mysticguides.com/images/mgrunes/r20m.htm"
daycontent[21]="http://mysticguides.com/images/mgrunes/r21L.htm"
daycontent[22]="http://mysticguides.com/images/mgrunes/r22ng.htm"
daycontent[23]="http://mysticguides.com/images/mgrunes/r23d.htm"
daycontent[24]="http://mysticguides.com/images/mgrunes/r24o.htm"
daycontent[25]="http://mysticguides.com/images/mgrunes/r3th.htm"
daycontent[26]="http://mysticguides.com/images/mgrunes/r5r.htm"
daycontent[27]="http://mysticguides.com/images/mgrunes/r10n.htm"
daycontent[28]="http://mysticguides.com/images/mgrunes/r15z.htm"
daycontent[29]="http://mysticguides.com/images/mgrunes/r19e.htm"
daycontent[30]="http://mysticguides.com/images/mgrunes/r21L.htm"
daycontent[31]="http://mysticguides.com/images/mgrunes/r23d.htm"


if (ie||dom)
document.write('<iframe name="rune" id="dailyrune" src="" '+iframeprops+'></iframe>')

var mydate=new Date()
var mytoday=mydate.getDate()

function dayofmonth_iframe(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("dailyrune") : document.all.dailyrune
iframeobj.src=daycontent[mytoday]
}
}

window.onload=dayofmonth_iframe

