$(document).ready(function() {
	$("#ohlo").html(" \
		<a href='http://www.ohloh.net/accounts/7960?ref=Detailed'> \
			<img alt='Ohloh profile for chadoe' height='35' src='http://www.ohloh.net/accounts/7960/widgets/account_detailed.gif' width='191' /> \
		</a>"
	);
});

$(window).load(function(){$("body").fadeIn("slow");});