<!--
var exit = false;
var ScollerOn = false;
var DefStatusMsg = "Lana's Amateurs";
var StatusMsg = DefStatusMsg;
window.defaultStatus = DefStatusMsg;
function msg (msg) {
  StatusMsg = msg;
  window.status = StatusMsg;
  return true;
}
function newmsg (msg) { return msg(msg); }
function defstatus() { return def(); }
function def() {
  StatusMsg = DefStatusMsg;
  window.status = DefStatusMsg;
  return true;
}
function Scroller() {
  window.status = StatusMsg;
  if (ScollerOn) { setTimeout("Scroller()", 1); }
}
function smallconsole() {
  window.open('http://offshoreclicks.com/p/viper64/console.html','oc1','height=250,width=311,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0');
}
function start000() { exit = false; }
function start001() { exit = true; }
function start010() { dopop(); exit = false; }
function start011() { dopop(); exit = true; }
function start100() { ScollerOn = true; Scroller(); exit = false; }
function start101() { ScollerOn = true; Scroller(); exit = true; }
function start110() { dopop(); ScollerOn = true; Scroller(); exit = false; }
function start111() { dopop(); ScollerOn = true; Scroller(); exit = true; }

function unload1() { if (exit) { dopop(); } }
function unload2() { return; }

function dopop() {
  if (exit) { window.open('http://php.offshoreclicks.com/imps.php?affiliate=viper64&l='+location,'ocimp','toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1'); }
}
function nopop() {
  exit = false;
  return true;
}
function newwin(nlink) {
  window.open(nlink);
  return false;
}
function goback () {
  window.history.back(1);
}
//var NS, IE;
//NS = (document.layers)? true:false
//IE = (document.all)? true:false
//if (NS) {
 // document.write('<link rel="stylesheet" type="text/css" href="/misc/main.css" title="styles">');
//} else if (IE) {
//	document.write('<link rel="stylesheet" type="text/css" href="/misc/IEmain.css" title="styles">');
//}
//-->
