//if (document.referrer.indexOf('classifiedpost.scmp.com') != -1) 
//alert(document.referrer);
//alert(window.location.protocol);
//if (document.referrer.indexOf('dev.classifiedpost.com') != -1) 
//{

//window.location.replace('http://www.classifiedpost.com.hk/redirect.html?url=' + document.referrer);
//}
var strHref = document.location.href;
var strHost = document.location.host;
//if ( strHref.indexOf("?") > -1 ){
		//var strQueryString = strHref.substr(strHref.indexOf(strHost) + strHost.length + 1).toLowerCase();
		var strQueryString = strHref.substr(strHref.indexOf(strHost) + strHost.length + 1);
		//var aQueryString = strQueryString.split("&");
		//alert(strQueryString); 
		/*
		if ( strQueryString.indexOf(strParamName.toLowerCase() + "=") > -1 ){
				var aParam = strQueryString.split("=");
				strReturn = aParam[1];
				//strQueryString.substr(strQueryString)
			}
		*/
//}

//if ((document.location.host == "classifiedpost.scmp.com") || (document.location.host == "www.classifiedpost.com") ){
if (document.location.host == "classifiedpost.scmp.com"){
	window.location.replace("http://www.classifiedpost.com/cpsysredirect.html?sdom=" + strQueryString);
} else if (document.location.host == "jiujik.scmp.com") {
 	window.location.replace("http://www.jiujik.com/jjsysredirect.html?sdom=" + strQueryString);
};

			

