function autoIframe(frame){
        try{
            innerDoc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document;
            if(innerDoc){
//                if(innerDoc.body.bgColor!='#ffffff' && innerDoc.body.bgColor!="white"){
		if(innerDoc.getElementById('loader')!=null){
                    objToResize = (frame.style) ? frame.style : frame;
                    objToResize.height = '90px';
                }
	    }
        }
        catch(err){
            alert(err.message);
        }
}
document.write('<noindex><iframe name="" style="border: none; width:728px; height:0px;" src="/vendors/extra/get_banner.php?placeid=5&random='+Math.random()+'" onload="if (window.autoIframe) {window.autoIframe(this);}" framespacing="0" frameborder="no" scrolling="no" allowtransparency="true"></iframe></noindex>');