$(document).ready(function(){
	
	$('.hot_jobs').vTicker({
		speed:500,
		pause:3000,
		showItems:3,
		mousePause:true,
		height:260
	});
	
});

