$(document).ready(
	function(){		
		
		setTimeout('move_up()', 1);
		
		$.fn.supersized.options = {
				slideshow: 0,
				startwidth: 1440,
				startheight: 1440
			};
			
		$("#supersize").supersized();		
					
	}
);
