$(function()
{
	$("#homepage-scrollington-content").cycle
	({
		fx:"fade",
		speed:500,
		timeout:5000,
		pager:"#homepage-scrollington-navigation",
		activePagerClass:"selected"
	});
});
