function initExternalLinks() {
	var h = window.location.host.toLowerCase();
	jQuery("a[href^='http']:not([href^='http://" + h + "']):not([href^='http://www." + h + "']), a[href$='.pdf']").attr("target", "_blank");
}

jQuery(document).ready(

	function () {

	initExternalLinks();

			jQuery('.storycontent').each(function(){
				
				jQuery(this).hover(function(){jQuery(this).find('.theText').stop('true', 'true').fadeIn('slow');
				jQuery(this).parent('.post').addClass('hover');
	},
	function(){		jQuery(this).find('.theText').fadeOut('slow'); 	jQuery(this).parent('.post').removeClass('hover');		});	

			
			});	
	
	jQuery('hr').wrap('<div class="hr"><\/div>');

	}


	
);


jQuery(window).load(function(){
	jQuery(".resizeMe img").resize({maxWidth: 194}).delay(100).fadeIn(500);
});
