
function jop_tracer(country,secondlevel,fourthlevel)
{
tracer="";
if( country == "us")
  {
    US_Tracer();
   
  }else if (country == "ca")
  {
    CA_Tracer();
  }
  else if (country == "uk")
  {
    UK_Tracer();
  }
document.write(tracer);
function US_Tracer()
{     
     if( secondlevel == "null")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&t=27167" width=1 height=1 border=0>'; } 
     if( fourthlevel == "GetStarted")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&amp;t=27170" width=1 height=1 border=0>'; } 
}

function CA_Tracer()
{ 
     if( secondlevel == "null")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&amp;t=27168" width=1 height=1 border=0>'; } 
     if( fourthlevel == "GetStarted")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&amp;t=27171" width=1 height=1 border=0>'; } 
}

function UK_Tracer()
{ 
     if( secondlevel == "null")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&amp;t=27169" width=1 height=1 border=0>'; }
     if( fourthlevel == "GetStarted")
     { tracer='<img src="http://s0b.bluestreak.com/ix.e?bb&amp;t=27172" width=1 height=1 border=0>'; }  
}
}
