p1Code="bn6ghPidrVk";
p2Code="XWtZsar7kpg";
p3Code="pilAAFQOAkc";
ljCode="apKqHAlgswg";
mjCode="0e63zhUSN-E";
function styleSet(){
eP=getMidPoint()- 500;
if(eP<0){return;} //if width of window less than 1000 then leave formatting the way it is
document.getElementById('banner').style.left=eP;
document.getElementById('menuBox').style.left=eP;
document.getElementById('breakLine').style.left=eP;
r=document.getElementById('content_div');
if(r){r.style.left=eP + 200;}
r=document.getElementById('content1_div');
if(r){r.style.left=eP + 160;}
document.getElementById('twitter_div').style.left=eP + 810;
r=document.getElementById('copy_div');
if(r){r.style.left=eP + 200;}
document.getElementById('title_div').style.left=eP + 200;
document.body.style.opacity=1;
document.body.style.filter="alpha(opacity=100)";

}
function getMidPoint(){
  if (navigator.appName.indexOf("Microsoft")!=-1) {
    tWidth=document.body.clientWidth;
  }else{
    tWidth=window.innerWidth;
	}
	return tWidth/2;
}
