$(document).ready(function() {
	//$("body").ScrollToAnchors(800);
    $("a[@rel$='external']").click(function(){this.target = "_blank";}); // tutti i rel=external  con target blank in una riga   :cool: :)	

	$('a.cngNamesRefreshCB').click( function(){
		var currentDate = new Date();
		var url = this.href + "/t:" + currentDate.getSeconds() + "-" + currentDate.getMilliseconds();
		$(this.rel).load( url , null, function(){ $(this).fadeIn();});
		return false;
	});
	
	
	

});
 ( function( $ ) {
        $.dequeue = function( a , b ){
                return $(a).dequeue(b);
        };

 })( jQuery ); 