function _SEORozcestnik(code, type) {
	link = document.getElementById('seo-rozcestnik');

	if(link) {
		if(type==1) {
			link.innerHTML = '<img src="http://ad.seo-rozcestnik.cz/img/icon.jpg" border="0" />';
		} else if(type==2) {
			link.innerHTML = '<img src="http://ad.seo-rozcestnik.cz/img/icon.gif" border="0" />';
		}
	}
}

