function initCufon() {
	Cufon.replace('.content_holder h1,.content h2,.menu strong em, .holder_frame h1, .logo span', { fontFamily: 'Interstate'});
	Cufon.replace('#slider ul li a', { fontFamily: 'Interstate', hover: true });
}

$(document).ready(function(){
	initCufon();
});
