$(document).ready(function(){
	
	$(':header, :header a')
		.jitr('suede.ttf','ffffff')
		
	$('.date b')
		.jitr('suede.ttf','C6E376')
		
	
	$('.content img').each(function(){
		if($(this).attr('align')) $(this).addClass($(this).attr('align'));
	});
	
	$('.content code br').remove();
	
	$.gaTracker('UA-3893616-1');
	
});