function hpTrack(page,position,content)
{
s.prop18= page + ":" + position + ":" + content
s.eVar18= page + ":" + position + ":" + content
s.linkTrackVars="prop18,eVar18";
s.tl(this,'o',content);
}


function trackThis(model,position,content)
{
s.prop18= model + ":" + position + ":" + content
s.eVar18= model + ":" + position + ":" + content
s.linkTrackVars="prop18,eVar18";
s.tl(this,'o',content);
}

function shopTools(model,trim,feature)
{
s.prop18= model + ":shoptools:" + trim + ":" + feature
s.eVar18= model + ":shoptools:" + trim + ":" + feature
s.linkTrackVars="prop18,eVar18";
s.tl(this,'o',feature);
}