protocoal = window.location.protocol;
hostname = window.location.hostname;
pathname = window.location.pathname;
search = window.location.search;

if(protocoal.toLowerCase()!='https:' || hostname.toLowerCase()!='www.002v.com') {
	window.location.replace('https://www.002v.com'+pathname+search); 
}
