function Banner(id,tipo){
 if (tipo=="B")
{ ancho="120";
alto="600";}
else{
    if (tipo=="C")
   { ancho="300";
    alto="250";}
    else{ancho="468";
    alto="60";}
}
document.write("<IFRAME border=0 frameborder=0 framespacing=0 height="+alto+" width="+ancho+" marginheight=0 marginwidth=0 name=visitas noResize scrolling=no src=http://www.nydhosting.com/publicidad/publi.php?id="+id+"&tipo="+tipo+"  vspale=0></IFRAME>")
}


