
	function advGetId() {
		if (this.advid != null) {
			return advid;
		} else {
			return 1;
		}
	}

	function advGetId() {
		if (this.advid != null) {
			return advid;
		} else {
			return 1;
		}
	}

	function advGetSource(place) {
		return "http://127.0.0.1/058gdynia/index.php/frontcontroller/view/adv/place/" + place + "/time/"+ (new Date().getHours()) + "_" + (new Date().getMinutes());
	}
	
	function advEmbed(place) {
		document.write('<script type="text/javascript" src="' + advGetSource(place) + '"></script>');
	}

