//make holiday text appear later

$(document).ready(function(){

	$('div.holiday-text').show(5000);
	
});



