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