$(document).ready(function(){
	initSIFR();	
	fixFooter();
});

function initSIFR(){
	sIFR.replace(futura, {
	selector: '#title h1'
	,css: [
	  '.sIFR-root { font-size: 32px; color: #ffffff; text-transform: lowercase; cursor: default; }'
	],
	wmode: 'transparent'
	});	
	sIFR.replace(futura, {
	selector: '#date span.number'
	,css: [
	  '.sIFR-root { cursor: default; height: 30px; font-size: 30px; color: #ffffff; text-transform: lowercase; text-align: center; line-height: 33px; }'
	],
	wmode: 'transparent'
	});	
	sIFR.replace(futura, {
	selector: '#date span.month'
	,css: [
	  '.sIFR-root { cursor: default; height: 30px; font-size: 30px; color: #ff4800; text-transform: lowercase; text-align: center; line-height: 33px; }'
	],
	wmode: 'transparent'
	});	
}

function fixFooter(){
	$('#footer span:last').remove();	
}