// JavaScript Document

		var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
		var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

		var iframeprops='width="183" height="332" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"'

		var randomcontent=new Array()
		randomcontent[0]="includes/homeswap1.htm"
		randomcontent[1]="includes/homeswap2.htm"
		randomcontent[2]="includes/homeswap3.htm"
		randomcontent[3]="includes/homeswap4.htm"
		randomcontent[4]="includes/homeswap5.htm"
		randomcontent[5]="includes/homeswap6.htm"

		if (ie||dom)
		document.write('')

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

		window.onload=random_iframe
