// JavaScript Document
$(document).ready(function(){
						   
	$("#winnerBlock").jCarouselLite({
		vertical: true,  
		visible: 5,  
		auto:500,  
		speed:1000  
		}); // end carouesel
	
	$(".tooltip").tipTip({enter: function() {halt=true;}, exit: function() {halt=false;}, delay:0});

}); // end of dom
