$(function(){
	$.fn.supersized.options = {  
		startwidth: 980,  
		startheight: 698,
		vertical_center: 1,
		slides : [
			{image : 'http://philallengolf.nl/wp-content/uploads/Cypress_BW.jpg' }
		]
	};
    $('#supersized').supersized(); 
});
	
/*********/
/* CUFON */
/*********/

Cufon.replace('h1', { fontFamily: 'Alte Haas Grotesk' });	
Cufon.replace('h3', { fontFamily: 'Alte Haas Grotesk' });
Cufon.replace('div#dfcg-text h3', { fontFamily: 'Alte Haas Grotesk' });
