// JavaScript Document

$(document).ready(function () {
						
	// The banners rotating on the home page
		$('#portfolio').innerfade({
				speed: 'slow',
				timeout: 7000,
				type: 'sequence',
				containerheight: '0px'
			});

			// The news ticker
	//$('.newsTicker').vTicker();
	$('.newsTicker').vTicker({
   speed: 500,
   pause: 7000,
   showItems: 1,
   animation: 'fade',
   mousePause: false,
   height: 0,
   direction: 'up'
});
	
	// Makes the search box draggable
	//$('div.searchBoxContainer').draggable();


});
