function initCufon() {
	Cufon.replace('.basket h2', { fontFamily: 'Bahamas', hover: true });
}
$(document).ready(function(){
	initCufon();
});