		var seconds = 10;
		$('body').oneTime(seconds*1000, function() {
			$('#ad').hide();
			$('#game').show();
		});	

