var host=document.location.hostname;
var path=document.location.pathname;
if(host!="www.vburg.com") {
 location.replace("http://www.vburg.com"+path);
}
