$(document).ready(function(){
	
	Cufon.replace('#main .mainCol h1', {
		textShadow: '2px 1px 0 #666666'
	});
	
});
