jQuery.noConflict(); 
jQuery(document).ready(function()
{
	jQuery('div#menu_2 ul li').highlight('Novo!');
});
