﻿$(function (){
		var seconds = 15;
		$('body').oneTime(seconds*1000, function() {
			$('#adp').hide();
			$('#gamep').show();
		});	
	});
