function swapid() { setTimeout("reclama()", 3000); }

function reclama(id) {

	document.getElementById("loc-reclama").className = 'hide';

	document.getElementById("loc-joc").className = '';

}