<!--
function banner(url)
{

 if( screen.width > 800 )
 {
   document.write('<div id=floater style="position:absolute; height: 600px; left:780px; top:5px">');
   document.write('<iframe width="160" height="600" src="'+url+'800x600.html" scrolling="no" frameborder=0 marginwidth=0 marginheight=0></iframe>');
   document.write('</div>');
 }

}
//-->

