<!-- var locvar = "http://www.outrider.com/"

var locvar = ""

function createaddrss(caname,cadomain){
var a,b,c,d,e,f
a='<a href=\"mai';
b= caname + '@';
c='\">';
a+='lto:';
e='</a>';
b+= cadomain + '.com';
f= caname + ' @ ' + cadomain + '.com';
if (f) d=f
else d=b

document.write(a+b+c+d+e);
}

function ButtonHL(tableID)
{
	var DVs = document.getElementsByTagName('a');
	var k = 0;

	for (var i=0; i<DVs.length; i++)
	{ 
		if (location.href.toLowerCase().indexOf(DVs[i].getAttribute("button")) != -1) 
		{
			DVs[i].style.color = "#cc0000";
			k++;
		}
		else if (location.href.toLowerCase().indexOf(DVs[i].getAttribute("subbutton")) != -1) 
		{
			DVs[i].style.color = "#cc0000";
			k++;
		}
		else if (location.href.toLowerCase().indexOf(DVs[i].getAttribute("sbutton")) != -1) 
		{
			DVs[i].style.color = "#333333";
			k++;
		}		
	}
}
window.onload = ButtonHL;

//-->

<!-- Start DI Tracking Code for HEAD section--> 
 
var refr=escape(document.referrer); /* get the http referer and encode it */ 
var dom=location.hostname; /* get the host domain */ 
var stURL="http://link.decideinteractive.com/n/57915/57916/www.outrider.com.au/2myq1q;11;3;;6;;9q03bb;;;;;1;/i/c?0&pq=%2f&1pixgif&referer=" 
+ refr; 
if ( (refr && refr.search(dom) == -1) && (location.href.toUpperCase().indexOf("247SEO=N") == -1) ) /* if the referrer is external preload the image request and does not contain 247SEO argument = "N" */ 
{ 
imageTR = new Image(); 
imageTR.src = stURL; 
} 

<!-- End DI Tracking Code -->
