$(function() {
	// Set header based on time of day
	timeOfDay();
	// Slider interval options
	setInterval( "slideSwitch()", 2000 );
});
