initCufon = function(){
	//To add an element, please find the line and add them to that line, do not create a new line, this will enhance performance.

	//Regular
	Cufon.replace('h1, h2, h3, h4, .klantenservice  #infobox-stel, .klantenservice #onefieldboxcolumn-top5, .klantenservice #onefieldboxcolumn-onderwerpen,.klantenservice  #infobox-klantenservice, .tabbed-section.columns.double a, .noprice-bubble a.button, body.portal .page-header .noprice-bubble p', { fontFamily: 'FSJack'});
                Cufon.replace('#primary-navigation a, ul.tabset>li>a', { fontFamily: 'FSJack', hover:true });

	//Medium
	Cufon.replace('#onefieldbox .infobox dt, .categorie-content h4, #title_container', { fontFamily: 'FSJack-Medium' });
	Cufon.replace('#navigation .secondary a, .pack-list .collapse a strong', { fontFamily: 'FSJack-Medium', hover: true });

	//Bold
	Cufon.replace('.productpagina-title h2, .side-column-bannertop a h3, .side-column-top ul li a h3,body.portal .page-header a.page-header-title, .itemContentD h4, .news-panel h4', { fontFamily: 'FSJack-Bold'});
	}

