if (window.top != window) { 
	var addres = window.top.document.location.href;	
	nr = addres.search('promocja');
	if (nr<=0) 
		window.top.document.location.href = window.document.location.href;
 } else {
 	
 }
