jQuery.noConflict();
jQuery(document).ready(function($) {
	$(document).ready(function(){
		$(".contenttable tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});
		$(".contenttable tr:nth-child(odd)").addClass("alt");
		
	});
}); 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
}
