//Random iframe content- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, and Terms Of use, visit http://dynamicdrive.com
//This credit MUST stay intact for use

var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

//Specify IFRAME display attributes
var iframeprops='width=220 height=500 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.southernforestryrealty.com/random_files/1.htm"
randomcontent[1]="http://www.southernforestryrealty.com/random_files/2.htm"
randomcontent[2]="http://www.southernforestryrealty.com/random_files/3.htm"
randomcontent[3]="http://www.southernforestryrealty.com/random_files/4.htm"
randomcontent[4]="http://www.southernforestryrealty.com/random_files/5.htm"
randomcontent[5]="http://www.southernforestryrealty.com/random_files/6.htm"
randomcontent[6]="http://www.southernforestryrealty.com/random_files/7.htm"
randomcontent[7]="http://www.southernforestryrealty.com/random_files/8.htm"
randomcontent[8]="http://www.southernforestryrealty.com/random_files/9.htm"
randomcontent[9]="http://www.southernforestryrealty.com/random_files/10.htm"
randomcontent[10]="http://www.southernforestryrealty.com/random_files/11.htm"
randomcontent[11]="http://www.southernforestryrealty.com/random_files/12.htm"
randomcontent[12]="http://www.southernforestryrealty.com/random_files/13.htm"
randomcontent[13]="http://www.southernforestryrealty.com/random_files/14.htm"
randomcontent[14]="http://www.southernforestryrealty.com/random_files/15.htm"
randomcontent[15]="http://www.southernforestryrealty.com/random_files/16.htm"
randomcontent[16]="http://www.southernforestryrealty.com/random_files/17.htm"
randomcontent[17]="http://www.southernforestryrealty.com/random_files/18.htm"
randomcontent[18]="http://www.southernforestryrealty.com/random_files/19.htm"
randomcontent[19]="http://www.southernforestryrealty.com/random_files/20.htm"
randomcontent[20]="http://www.southernforestryrealty.com/random_files/21.htm"
randomcontent[21]="http://www.southernforestryrealty.com/random_files/22.htm"
randomcontent[22]="http://www.southernforestryrealty.com/random_files/23.htm"
randomcontent[23]="http://www.southernforestryrealty.com/random_files/24.htm"
randomcontent[24]="http://www.southernforestryrealty.com/random_files/25.htm"
randomcontent[25]="http://www.southernforestryrealty.com/random_files/26.htm"
randomcontent[26]="http://www.southernforestryrealty.com/random_files/27.htm"
randomcontent[27]="http://www.southernforestryrealty.com/random_files/28.htm"
randomcontent[28]="http://www.southernforestryrealty.com/random_files/29.htm"
randomcontent[29]="http://www.southernforestryrealty.com/random_files/30.htm"
randomcontent[30]="http://www.southernforestryrealty.com/random_files/31.htm"
randomcontent[31]="http://www.southernforestryrealty.com/random_files/32.htm"
randomcontent[32]="http://www.southernforestryrealty.com/random_files/33.htm"
randomcontent[33]="http://www.southernforestryrealty.com/random_files/35.htm"
randomcontent[34]="http://www.southernforestryrealty.com/random_files/36.htm"
randomcontent[35]="http://www.southernforestryrealty.com/random_files/38.htm"
randomcontent[36]="http://www.southernforestryrealty.com/random_files/39.htm"
randomcontent[37]="http://www.southernforestryrealty.com/random_files/40.htm"
randomcontent[38]="http://www.southernforestryrealty.com/random_files/41.htm"
randomcontent[39]="http://www.southernforestryrealty.com/random_files/42.htm"
randomcontent[40]="http://www.southernforestryrealty.com/random_files/43.htm"
randomcontent[41]="http://www.southernforestryrealty.com/random_files/44.htm"
randomcontent[42]="http://www.southernforestryrealty.com/random_files/45.htm"
randomcontent[43]="http://www.southernforestryrealty.com/random_files/46.htm"
randomcontent[44]="http://www.southernforestryrealty.com/random_files/47.htm"
randomcontent[45]="http://www.southernforestryrealty.com/random_files/49.htm"
randomcontent[46]="http://www.southernforestryrealty.com/random_files/54.htm"
randomcontent[47]="http://www.southernforestryrealty.com/random_files/55.htm"


//No need to edit after here
if (ie||dom)
document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')

function random_iframe(){
if (ie||dom){
var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
iframeobj.src=randomcontent[Math.floor(Math.random()*randomcontent.length)]
}
}

window.onload=random_iframe
