function country(country)
{
	u = "ht" + "tp" + ":" + "//w";
	u += "ww";
	u += ".gooster.";
	u += country;
	window.open(u);
}
