$(document).ready(function () {
	$("#tagline:hidden:first").fadeIn(5000);
});
