  $(function() {
        $('a.nyhet-bilde').lightBox();
    });

  $(document).ready(function(){
		$('a.email').each(function(){
			e = this.rel.replace('&|','@');
			this.href = 'mailto:' + e;
			$(this).text(e);
		});
	});
  

  
  $(function() {
	  $('a[rel="external"]').attr('target', '_blank');
  });
  
  
  $(document).ready(function(){
		$('#hlrow').effect( 'highlight', '', 3000, '' );
	});
