<!--
//Check what browser language client has and serve geo-targeted banners accordingly
var type=navigator.appName
var URL

if (type=="Netscape")
{
	var lang = navigator.language
}
else
{
	var lang = navigator.userLanguage
}

if (lang == "en-us")
{
	URL = 'www.cityguide.us.travel-guides.com'
}
else
{
	URL = 'www.worldtravelguide.net'
}

//configuration
OAS_url ='http://multi1.rmuk.co.uk/RealMedia/ads/';
OAS_listpos = 'Top,Top1,TopRight,Right,Position1,Position2';
OAS_query = '';
// The OAS_sitepage variable is configured in the main template code because the VB build must alter its parameters
//end of configuration
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2, 11);
//-->
