function loadTwitter() {
	$("#joblist").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 1,
		scroll: 1,
		auto:3000,
		speed:1000,
		wrap: 'last'
	});
};
		
function gotoUrl(URL) {
	document.location = URL;
}
