$().ready(function() {
	var obj = $("#imagehome");
	if (obj)
	{
		obj.cycle("fade");
	}
});
