function hil()
{

	var site = "";

	if (location.hostname == "dev.firstnat.co.uk") {

		site = "http://hil.dev.gemoney.co.uk/";

	} else if (location.hostname == "uat.firstnat.co.uk") {

		site = "http://hil.uat.gemoney.co.uk/";

	} else {

		site = "http://hil.gemoney.co.uk/";

	}

	win=window.open(site,"hil");
	 

}

function hol()
{

 	var site = "";

	if (location.hostname == "dev.firstnat.co.uk") {

		site = "http://hol.dev.gemoney.co.uk/";

	} else if (location.hostname == "uat.firstnat.co.uk") {

		site = "http://hol.uat.gemoney.co.uk/";

	} else {

		site = "http://hol.gemoney.co.uk/";

	}
win=window.open(site,"hol");

}

function bma()
{

 	var site = "";

	if (location.hostname == "dev.firstnat.co.uk") {

		site = "http://dev.britishmortgagesabroad.co.uk";

	} else if (location.hostname == "uat.firstnat.co.uk") {

		site = "http://uat.britishmortgagesabroad.co.uk";

	} else {

		site = "http://www.britishmortgagesabroad.co.uk";

	}

win=window.open(site,"bma");

}