﻿/* jQuery  to make the homepage title fade in */
$(document).ready(function() {
	$("#block-block-11 .content h5").fadeIn(5000);
	$("#block-block-11 .content p").fadeIn(5000);
});
