$(document).ready(function() {
	// select all nav items with class 'listitm' and display any links with a title attribute
	// color is set default at blue
	// options include: red, blue, green, yellow, white, black
	$('li.listitm > a[title]').colorTip({color:'blue'});




        $('#slider1').s3Slider({
            timeOut: 4000
        });


});




  $(function() {
                $(".webwidget_tab").webwidget_tab({
                    window_padding: '10',
                    head_text_color: '#0099FF',
                    head_current_text_color: '#666'
                });






	$('#news-container').vTicker({
		speed: 500,
		pause: 3000,
		animation: 'fade',
		mousePause: true,
		showItems: 1
	});

});
