$(document).ready(function(){

	$("#newsticker-jcarousellite").jCarouselLite({  
		vertical: true,  
		auto: 1000,  
		speed: 2000  
	});  

	$("#home-tase img").hover(function() {
		$(this).attr("src","../files/images/taseOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/tase.jpg");
	});

	$("#home-ohv img").hover(function() {
		$(this).attr("src","../files/images/ohvOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/ohv.jpg");
	});
	
	$("#home-meytag img").hover(function() {
		$(this).attr("src","../files/images/meytagOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/meytag.jpg");
	});

	$("#int-tase img").hover(function() {
		$(this).attr("src","../files/images/taseOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/tase.jpg");
	});

	$("#int-ohv img").hover(function() {
		$(this).attr("src","../files/images/ohvOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/ohv.jpg");
	});
	
	$("#int-meytag img").hover(function() {
		$(this).attr("src","../files/images/meytagOn.jpg");
			}, function() {
		$(this).attr("src","../files/images/meytag.jpg");
	});
	
});
