jQuery(document).ready(function(){

	 $('#concept-right input, #search input').example(function() {
     return $(this).attr('title');
     });
     
     $("#publisher ul#options li").each(function(i){ $(this).simpletip({ content: arrayData[i], position: [9, -35]  }); }); 
     $("#publisher ul#options li .tab_tooltip").prepend('<span class="pointer-tooltip tooltip-bottom"><!-- bottom --></span>');
     
     setTimeout(function(){$("#notification").hide();},6000);  
	 $("a#close-notification").click(function () { $("#notification").hide(); }); 
	 
	 $(".metadatos ul.post-options li.option-favorite a").prepend("<span><!-- star --></span>");
	 
});