$(function(){
	$('#middle, #content, .pink').each(function() {
		$(this).corner("round 10px")
	});
	$('.head').each(function() {
		$(this).corner("left round 20px")
	});
});



Cufon.replace('h1', { fontFamily: 'Gothic' });



DD_belatedPNG.fix('div, img, a, li')

