
  
  $(document).ready(function(){ 
		$(document).pngFix(); 
		$("#wp-table-reloaded-id-1-no-1").tablesorter(); 
		
		
		var $j = jQuery.noConflict();
  
		//external attribute
    $j("a:not([@href*=http://www.gullbrannafestivalen.com/])").not("[href^=#]")
        .addClass("external")
        .attr({ target: "_blank" });
    }
		
    }); 
	
