function xvalue(){
xadboxone=document.getElementById("adboxone");
xadboxtwo=document.getElementById("adboxtwo");
xadboxthree=document.getElementById("adboxthree");
xheader=document.getElementById("header");
xtotal=document.getElementById("total");}
xvalue();

if (top.location!=self.location) {top.location.replace('/');}

scrollx=0;
function scrolling(){
scrolled=document.documentElement.scrollLeft+document.body.scrollLeft;
if (scrollx!=scrolled) {xheader.style.left=-scrolled+"px";}
scrollx=scrolled;}
window.onresize=scrolling;
window.onscroll=scrolling;

function preload(){
if (xadboxone) {xadboxone.style.display="";}
if (xadboxtwo) {xadboxtwo.style.display="";}
if (xadboxthree) {xadboxthree.style.display="";}
xtotal.style.visibility="visible";}