window.onerror = function(){return true;}

var str1=window.location.href;
var str2=window.document.referer;

if(str1.indexOf("jetsetchina.com")!=-1 || str2.indexOf("jetsetchina.com")!=-1)
{
	window.location.href="http://www.lccichina.com/jetsetchina/";
}
