$j(function(){
	$j.fn.supersized.options = {  
		startwidth: 1920, 
		startheight: 1430, 
		minsize: .5,
		slideshow: 1,
		slideinterval: 5000  
	};
	$j('#supersize').supersized(); 
});
