function loadup(){
}

function firstposition() {
var screenheight = getCookie("bpheight");
if (screenheight == ""){
var myheight = screen.height;
if (myheight == 600){
var e = document.getElementById("container");
var topMargin = -200;
e.style.marginTop = topMargin + "px";
}
}
}

function bpcookies(){
var bpheight = screen.height;
document.cookie = "bpheight=" + bpheight
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}