var requiredfrom = "http://www.patranslations.com" ; //  required prev. page
if ((location.href.indexOf("patranslations.com") != -1)||(location.href.indexOf("patranslations.com") != -1)){;
}
else {
alert("The domain name for Biomedtranslation.com has changed to PATranslations.com! Please make a note of it. You will be redirected to our home page. " + requiredfrom);
window.location=requiredfrom;
}
