function init_supersize () {
	$(function(){
		$.fn.supersized.options = {  
			startwidth: 1024,  
			startheight: 768,
			minsize: .50,
			slideshow: 0,
			slideinterval: 5000  
		};
		$('#supersize').supersized(); 
	});
}
