startList = function() {
	if (document.all&&document.getElementById) {

		navRoot = document.getElementById("nav2");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {this.className+=" over";	}
				node.onmouseout=function() {this.className=this.className.replace(" over", "");}
			}
		}
	}
}
reload4iemac = function () {
  var query=this.location.search.substring(1);
  if (query.length == 0){
    window.location = window.location + '?x=reloaded';
  }
}
window.onload=startList;reload4iemac;

function selecturl(s) {
  var gourl = s.options[s.selectedIndex].value;
  if ((gourl != null) && (gourl != "")){
    window.top.location.href = gourl;
  }
}
_uacct = "UA-1275918-1";
urchinTracker();
