function ServerName() {

   var searchUrl = new String(parent.location);
   var stageExp = '.stage.';
   var qcExp = '.qc.';
   var livedonateExp = '.donate.';
   var liveExp = 'www';
   var strServerName = 'http://www.nasirlegal.co.uk';
   

   return(strServerName);
}   
   
function FixServerName(strPath) {

	document.location = ServerName() + strPath;

}   