$(document).ready(function()
{
	$('div#header_text').show();
	$('div#header_text').cycle({
		fx:'scrollUp',
		speed:400,
		timeout:4500,
		random:1
	});
});