// Init the page once the document is ready
//$( init );

// Initialize the form
function init() {
	$('#slogan').hide();
	$('#slogan').delay(2000).fadeIn();
}
