var sURL = window.location.href;

if (sURL.indexOf("gsmadvance.com")>0){
	sURL = sURL.replace('gsmadvance.com', 'gsmadvance.ais.co.th');
	window.location = sURL;
}
