function diesel_jeans() {
window.focus();
track = new Image();
track.src = 'http://www.diesel.ws/ag.php?pg=' + escape(document.title) + '&advertisement=' + escape(window.status) + '&url=' + escape(location.href);
}
startList = function() {
if (document.all && document.getElementById) {
if (document.getElementById("dmenu1")){
navRoot1 = document.getElementById("dmenu1");
for (i=0; i < navRoot1.childNodes.length; i++) {
node = navRoot1.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
}
window.onload=startList;
