document.write(unescape("%3Cscript src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
/*if (typeof (jQuery) == 'undefined')
    	document.write(unescape("%3Cscript src='js/jquery-1.5.1.min.js' type='text/javascript'%3E%3C/script%3E"));
*/
function switchImageToHover(imgObj) {
	$(imgObj).attr("src", $(imgObj).attr("src").replace(".jpg", "_hover.jpg"));
}

function switchImageToNormal(imgObj) {
	$(imgObj).attr("src", $(imgObj).attr("src").replace("_hover.jpg", ".jpg"));
}
