function checkAccessPrivilege()
{	
	if((location.href.indexOf('teamsite.nextel.com')!=-1)||(location.href.indexOf('nolcdt1.nextel.com')!=-1)||(location.href.indexOf('nolcdt2.nextel.com')!=-1)){
	}
	else
	{
	    if(nxVars.isCA == true)
	    {
	       // show the page
	    }
	    else
	    {
		document.location.href = "/secure_page.shtml";
	    }
	}	    
}
