// JavaScript Document

$(window).load(function () {
  $("#supersize").fadeIn(100);	
  $("#BackgroundImg").fadeIn(100);
});


$(function(){
	$.fn.supersized.options = {  
			startwidth: 1024,  
			startheight: 768,
			minsize: .70,
			slideshow: 0
	};
   $('#supersize').supersized(); 
});
