function DomainURLGet()
{
var strPURL = window.document.location.href.replace("http://" + window.document.location.host.replace(":80", "") + "/", "");
return "http://" + window.document.location.host + "/" + strPURL.substring(0,strPURL.indexOf('/'));
}
function pcwServiceURLGet()
{
return (DomainURLGet() + "/PublicModule/DataService.asmx/");
}