var exit=true;
function sTb(WEB)
  {
if(exit){
Player.controls.play();
stb.DOM.Script.window.open('http://www.' + WEB,'_blank','height=370,width=340,scrollbars=no,toolbar=no,menubar=no,location=no,status=no,directories=no');
 if(window.attachEvent && document.googleBar
      && typeof(googleBar.Search) != "undefined"){
window.focus();
}
if (typeof document.body.style.maxHeight != "undefined") {
 confirm('Thanks for visiting our site... please check back soon!');
}
window.focus();
}
}
