$(document).ready(function(){
	$("ul.news li:last-child").removeClass("last");
	$("ul.news").append("<li class='last'><a class='date' href='/online/news/list?filterType=All&amp;page=2'>More News</a><a class='title' href='/online/news/list?filterType=All&amp;page=2'>Click here to view more news ...</a></li>");
	$("ul.news").addClass("jcarousel-skin-tango").jcarousel({
	animation: "slow",
	scroll: 4
	});
	var speed = isIE6() ? 5 : 1000;
	$("#homepage-highlight").cycle({"speed" : speed});
});