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)]
if (iframeobj.filters)
iframeobj.filters[0].opacity=100;
else{
iframeobj.style.MozOpacity=1.0;
iframeobj.style.opacity=1.0;
}
}
}
// JavaScript Document
