

//Specify IFRAME display attributes
var iframeprops='width=172 height=262 marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

//Specify random URLs to display inside iframe
var randomcontent=new Array()
randomcontent[0]="http://www.videopoker-online-casino.com/top20_dollar.html"



//No need to edit after here

document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')

function random_iframe(){
{
var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]
}
}

window.onload=random_iframe

