document.write("This is the ILX Group UK store. Are you looking for our "); 

var storelink="";
var storename="";
var eurocountries="AD,AL,AT,BA,BE,BG,BY,CH,CZ,DE,EE,ES,FI,FO,FR,FX,GI,GR,HR,HU,IE,IS,IT,LI,LT,LU,LV,MC,MD,MK,MT,NO,PL,PT,RO,SE,SI,SJ,SK,SM,UA,VA,YU"; //ALL EUROPEAN COUNTRIES



if (geoCountryCode=="AU") {
      storelink="http://shop.ilxgroup.com/au";
      storename="Australian Store";
} else if (geoCountryCode=="NZ") {
      storelink="http://shop.ilxgroup.com/nz";
      storename="New Zealand Store";
} else if (geoCountryCode=="US") {
      storelink="http://shop.ilxgroup.com/us";
      storename="US Store";
} else if (geoCountryCode=="ZA") {
      storelink="http://shop.ilxgroup.com/za";
      storename="South African Store";
} else if (geoCountryCode=="NL") {
      storelink="http://shop.ilxgroup.com/eu/nl.html";
      storename="Netherlands Store";
} else if (eurocountries.indexOf(geoCountryCode) > -1) {
      storelink="http://shop.ilxgroup.com/eu";
      storename="European Store";
} else if (geoCountryCode=="GB") {
      // For the store we are currently in leave blank
	  storelink="";
      storename="";
} else {
      storelink="http://shop.ilxgroup.com/us/Distance_Learning_Packages.html";
      storename="Global Store (US$)";
}

if (storename != "") {
      document.write('<a href="' + storelink + '">' + storename + '</a>');
      document.getElementById("othershop").style.display = "inline";
}

document.write("?");
