<!--
//configuration
OAS_url = 'http://oascentral.tophosts.com/';
//OAS_sitepage = window.location.hostname + window.location.pathname;
if(window.location.pathname == '/')
{	var thispathname = '/index.html';}
else{	var thispathname = window.location.pathname;}
var subarr = window.location.hostname.split('.');
if(subarr[0] == 'uk')
{	OAS_sitepage = 'uk.tophosts.com' + thispathname;}
else if(subarr[0] == 'ca')
{	OAS_sitepage = 'ca.tophosts.com' + thispathname;}
else{	OAS_sitepage = 'www.tophosts.com' + thispathname;}

OAS_query = '';
OAS_target = '_top';
if(!OAS_listpos)
	OAS_listpos = "Bottom,Bottom1,BottomRight,BottomLeft,Left1,Left2,Left3,Middle,Middle1,Middle2,Middle3,Position1,Position2,Position3,Position4,Right,Right1,Right2,Right3,Top,Top1,Top2,Top3,x01,x02,x03,x04,x05,x06,x07,x08,x09,x10,x11,x12,x13,x14,x15,x16,x17,x18,x19,x20,x21,x22,x23,x24,x25,x26,x27,x28,x30,x31,x32,x33,x34,x35,x40,x41,x42,x43,x44,x50,x51,x52,x53,x54,x55,x60,x61,x70,x71,x72,TopLeft,Frame1,Frame2,TopRight,x29";
//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);
function OAS_NORMAL(pos) {
  document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
  document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
}

document.write('');
function OAS_AD(pos) {
  if (OAS_version >= 11)
    OAS_RICH(pos);
  else
    OAS_NORMAL(pos);
}

//-->
