function initCufon() {
	Cufon.replace('#select-profile h2,.intro,.column-wrapper .box .heading h2 span,.column-wrapper-titre h1,.headings-holder .headings h2,.disclaimer h2, .headings-text h1 strong', { fontFamily: 'helvetica-medium', hover: true});
}

$(document).ready(function(){
	initCufon();
});