var sLocations="US,AT,BE,BG,CZ,DK,EE,FI,FR,DE,GR,HU,IE,IT,LV,LI,LT,LU,MT,NL,NO,PL,PT,RO,SK,SI,ES,SE,CH,UK";
if(typeof(sGeobytesLocationCode)!="undefined")
{
	var sCountryCode=sGeobytesLocationCode.substring(0,2);
	if(sLocations.indexOf(sCountryCode)>0)
	{
	// Visitors from EEA go here
	document.write('<b><font size="2" color="RED">! THERE ARE GEOGRAPHICAL RESTRICTIONS ON THE USE OF THIS EQUIPMENT AND A LICENCE OR AUTHORISATION IS REQUIRED IN EU MEMBER STATES. <a href="http://www.aareff.com/rtte.htm">more details</a></font></b><BR><BR>');
   }
}
