
 function go2banner(url, blank) 
 {
   if (!blank) document.location.href = url;
   else window.open(url, 'Banner');
   return false;
 }

