/**********************************************************************************
**  Set the DomainChop boolean variable for cross subdomain compatibility        **
**********************************************************************************/
DomainChop=false

/**********************************************************************************
**********************************************************************************/
if (String(window.location).indexOf("http")==-1){
	DomainChop=false
}
try{
	if (DomainChop){
		document.domain=document.domain.substring(document.domain.indexOf('.')+1);
	}
}catch(e){
	
}
