eval("try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}"); 

function obj(id) {
	return document.getElementById(id);
}

function initReqClip(clipUrl) {
clipUrl = window.location.href;

	var hasReqClip = clipUrl.indexOf("?img=");

	var reqClipId = "";
	if (hasReqClip > 0) {
		reqClipId = clipUrl.substring(hasReqClip+5);
	}

	if (isNaN(reqClipId) || reqClipId < 1 || reqClipId > 2) reqClipId = 1;
	
	if (reqClipId == 1) return "food";
	else if (reqClipId == 2) return "toy";
	
}

function callNextHappyMeal() {
	imgWin('/img/u/deti/happy_meal/MCD-Pristi_nabidka_HappyMeal.jpg','Pristi_Happy_Meal',420,600,'scrollbars=yes');
	__IT.page('Pristi_Happy_Meal','','','','');
}

function callBestToyPoll() {
	newWin('/srv/www/cs/poll.do','Anketa',785,638,'scrollbars=no');
	__IT.page('Hlasuj_pro_nejlepsi_hracku','','','','');
}