function reclama() { setTimeout("timp()", 13000); }

function timp(id) {

	document.getElementById("jocurionline-reclama").className = 'hide';

	document.getElementById("jocurionline-joc").className = '';

}