// JavaScript Document

$(document).ready(
	function(){				
		$('div#rotator-wrap ul').innerfade({
			speed: 1000,
			timeout: 5000,
			type: 'sequence',
			containerheight: '310px'
	});
});	
$(function() {
    $('#nav').droppy();
  });