function Banners() 
{ 
var MNews = new Array();  
MNews[0]= '<A HREF="mailto:paulocesar_0488@hotmail.com" target="_blank"><embed SRC="flash/001.swf" WIDTH=470 HEIGHT=60 BORDER=0 ALT="Paulo C. Informática"></a>'

var Numero = Math.floor(Math.random()*1); 
document.write(MNews[Numero]); 
} 
