//
if (top.location !=self.location)
{top.location=self.location};

// oldies

if(!document.getElementById){
document.write('<link rel="stylesheet" type="text/css" href="/ui/takboBase.css">'); document.close();
}


// print page
function printPage() {
  if (window.print)
    window.print()
  else
    alert("Sorry, your browser doesn't support this feature.");
}