$(document).ready(function() {

	// External links in new window
	$("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");

	// Fade in #content
	$("#body div.image img").css("display", "none");
	$("#body div.image img").fadeIn(800);


});
