function swAds() {
	if (document.URL.match(/^http:\/\/www.interesting.myz.info\/greatings\/.*/i)) {
		var abox = document.getElementById('top_advbox');
		var child;
		while ((child = abox.firstChild) != null) {
			abox.removeChild(child);
		}
		var a = document.createElement('a');
		a.setAttribute('href', 'http://www.labirint-shop.ru/?p=3205');
		a.setAttribute('title', 'Интернет магазин');
		a.setAttribute('target', '_blank');
		var img = document.createElement('img');
		img.setAttribute('src', '/img/alabirint1.gif');
		img.setAttribute('border', '0');
		img.setAttribute('alt', 'Интернет магазин');
		a.appendChild(img);
		abox.appendChild(a);
	}
};

if (window.top!=window) {
	window.top.location.href = window.location.href;
};
