/*
Banner UnoWeb
http://www.unoweb.com.br
*/

var unoweb_div_nome = "unoweb_div_banner_"+Math.floor(Math.random() * 999);

function unoweb_update_banner(){

document.getElementById(unoweb_div_nome).innerHTML = '<iframe name="frame_banner_unoweb" src="http://www.unoweb.com.br/banners/'+unoweb_banner_type+'.php?filtro='+unoweb_banner_filtro+'" width="'+unoweb_banner_width+'" height="'+unoweb_banner_height+'"  marginwidth="0" marginheight="0" vspace="0" hspace="0" scrolling="no" frameborder="0" border="0" allowtransparency="0" style="padding:0; margin:0;  "></iframe>';

unoweb_timer();
}

function unoweb_timer(){
setTimeout("unoweb_update_banner()",180000);
}

document.write("<span id='"+unoweb_div_nome+"' style='padding:0; margin:0; border:0; width:"+unoweb_banner_width+"px; height:"+unoweb_banner_height+"px; '></span>");

window.onload = unoweb_update_banner();