$(function(){

	

	init_DestinationTabs();

	

	$('#scroller').cycle({ 

		fx:     'scrollUp',

		speed:   1000,

		timeout: 10000,

		delay:   -2000,

		pause:   1

	});

	

	$('#ships').cycle({ 

		fx:     'fade',

		speed:   500,

		timeout: 7000,

		pause:   1

	});

	

});



function init_DestinationTabs() {

	

	

}




	/***************************************************
		Page Popup Function
	***************************************************/

	// general-purpose popup
	function gpopup(URL, winwidth, winheight, scroll) {
		day = new Date();
		id = day.getTime();
		pleft=(screen.width-winwidth)/2;
		ptop=(screen.height-winheight)/2;
		eval("page" + id + " = window.open('"+URL+"', '" + id + "', 'toolbar=0,scrollbars="+scroll+",location=0,statusbar=0,menubar=0,resizable=1,width="+winwidth+",height="+winheight+",left="+pleft+",top="+ptop+"');");
		}

