$(document).ready(function() {
	//alert($(window).height());
});

$(function(){
	$.fn.supersized.options = {
		startwidth: 2226,
		startheight: 1662,
		minsize: .5,
		slideshow: 0,
		slideinterval: 5000
	};
        $('#supersize').supersized();
});
