			function getElement (el) {
				return document.all ? document.all[el] : document.getElementById(el);
			}
			function startAd() {
				if (!opened && window.open ('popup.html', 'pop', "width=500,height=250")) {
					opened = true;
				}
			}
			var opened = false;