function publicidad(nombre){       //imprime el objeto flash
    ancho=765;
	alto=92;
	url="http://www.cuscoperuvian.com/mypubli/publi.php";
	document.write('<iframe width="'+ancho+'" height="'+alto+'" src="'+url+'" frameborder="0" scrolling="no" marginheight="0"  marginwidth="0"></iframe>');
}

