// JavaScript Document

// Developed by Alexander de Oliveira Silva in June 2006

<!--
function sf(){
   if(document.getElementById("errtag"))
   {
      document.getElementById("errtag").focus();
   }
}

function disableselect(e){
return false
}

function reEnable(){
return true
}

document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

function click() {
if (event.button==2||event.button==3) {
 oncontextmenu='return false';
}
}
function VerifyDomain(){
if(document.domain!="www.virginiahogan.com" && document.domain!="english.virginiahogan.com" && document.domain!="portuguese.virginiahogan.com") top.location="http://www.virginiahogan.com/"
}
function VerifyFrame(vesc){
if (!parent.frames.content) top.location="http://www.virginiahogan.com/"
}
function SS(){
if (document.all) for (var i=0;i < document.all.length; i++) document.all(i).style.cursor = 'default';

}
document.onload=SS();
document.onload=sf();
document.onload=VerifyDomain();
document.onmousedown=click;
document.oncontextmenu = new Function("return false;");
//-->
