if(top.location.host.toString().search(/.it.pacificwebworks/) > 0){
	slash = top.location.pathname.search("./");
	site_url='http://'+top.location.host.toString()+top.location.pathname.substr(0,slash+1) +'/';
	help_url='http://'+top.location.host.toString()+"/v4onlinehelp/";
	
	secure_url='http://'+top.location.host.toString()+"/pg_cliponcommerce/secure/";
	unsecure_url='http://'+top.location.host.toString()+"/pg_cliponcommerce/";
	vwt_url = site_url;
}else{
	site_url='http://www.visualwebtools.com/';
	help_url='http://help.visualwebtools.com/';
	
	vwt_url=site_url;
	secure_url = 'https://secure.visualwebtools.com/cliponcommerce/';
	unsecure_url = 'http://www.cliponcommerce.com/';
}
