// JavaScript Document

<!-- Begin
if (ad == 1) {
tip=2;
url="";
alt="";
banner="imgs/img_destaque_principal.jpg";
width="600";
height="164";
}
else if (ad == 2) {
tip=1;
url="";
alt="";
banner="inc/destaque.swf";
width="600";
height="164";
}

if (tip==1)
{
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
  document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ');
  document.write('width="600" height="164"  style=" position:absolute; right:17px; margin: 7px 0px 0px 0px;">');
  document.write('<param name="movie" value="'+ banner + '"> <param name="quality" value="high">');
  document.write('<embed src="'+ banner + '" quality="high"');
  document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ');
  document.write('width=\"' + width + '" height=\"' + height + '\"></embed></object>');
}
else
{
  document.write('<img src="' + banner + '" width=');
  document.write(width + ' height=' + height + ' ');
  document.write('alt=\"' + alt + '\" border=0 style=" position:absolute; right:17px; margin: 7px 0px 0px 0px;"><br>');
}
// End -->