$(function()  
{		
    Cufon.replace($('h1, h2, a.firstlevel'), { fontFamily: 'Gill Sans' });
});	
	


