var img1 = new Image();
img1.src= templatePath + "/img/nav-hover.png";
/*var $j = jQuery.noConflict();
$j(function(){
    $j('.utility a').mouseover(function(){
                         $j('.utility').addClass($j(this).parent().attr('class')+ '-hv')
                    }).mouseout(function(){
                         $j('.utility').attr('class', 'utility')
                    });
    $j('a[rel="external"]').attr('target', '_blank');
})*/
