$(document).ready( function(){
	$(".newsTicker").marquee({
		loop: -1
		, showSpeed: 700
		, scrollSpeed: 25                         
		, pauseSpeed: 2000
	});

    $("ul.sf-menu").supersubs({ 
        minWidth:    12, 
        maxWidth:    100, 
        extraWidth:  1 
    }).superfish({
		delay: 300,
		dropShadows: false,
		autoArrows: true
	}); 
	
	/*
	$(".newsItem").hover( function(){
		$(this).find('span.more').show();
	}, function(){
		$(this).find('span.more').hide();
	});
	*/
});

