if ($) 
{
    $(document).ready(
	    function() 
	    {
			$('#jsnotify').hide();
			$( "#NewItems" ).imageScroller( {speed: "4000"} );

	    }
    );
}
