$(window).load(function () {
  $("#supersize").fadeIn(500);	
  $("#BackgroundImg").fadeIn(500);
});

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

});

$().ready(function() {
  $('#dialog').jqm();
});


