 $(document).ready(function(){
	$('#content-col, #breadcrumb, p, #sub-nav-sidebar a,#sub-nav-left-col h2,#sidebar-right,#sidebar-right h2,#footer a').textResize({
		plus: 		'.big',		//Increase text size button
		//minus: 		'.normal',		//Decrease text size button
		reset: 		'.normal',		//Reset text size button {optionally}
		pace: 		4,							//How big the textsize jump will be (default 1px)
		original:	12,							//The original value, to where .reset updates the text-size
		limit:		[12,16]						//Lower and High limit values. It won't let the text go beyond these
	});    
	
	$('.ticker').vTicker({
	speed: 500,
pause: 3000,
showItems: 1,
animation: 'fade',
mousePause: false,
height: 0,
direction: 'up'
	});


});
