	
	function playRadio(akcja) {
		if (akcja=="play") {
			var skad = escape(document.referrer);
			var skad2 = escape(self.location.href + "_play");
			radyjko=window.open('http://osemka.pl/dat/radio/sluchaj_radio.php?play=1&skad='+skad2,'','width=132,height=130,top=0,left=0');
		} else {
			window.radyjko.close();
		}
	}
	
	document.write("<img id='radio_start'  src='http://www.osemka.pl/dat/radio/radio_przezr_start.gif' style='border:none; width:130px; height:130px; display:block; cursor:pointer; z-index:0; margin-left:0px;' onclick='playRadio(\"play\"); document.getElementById(\"radio_zakoncz\").style.display=\"block\"; document.getElementById(\"radio_start\").style.display=\"none\";'>");
	
	document.write("<img id='radio_zakoncz' src='http://www.osemka.pl/dat/radio/radio_przezr_stop.gif' style='border:none; width:130px; height:130px; display:none; cursor:pointer; z-index:0; margin-left:0px;' onclick='playRadio(\"stop\");document.getElementById(\"radio_zakoncz\").style.display=\"none\"; document.getElementById(\"radio_start\").style.display=\"block\";'>");
	
var skad = escape(self.location.href + "_open");
document.write("<img border=0 style='top=-1000; left=-100; visibility:hidden; z-index:-100;' src=\"http://osemka.pl/dat/radio/_statki_includa/counterjs.php?skad=" + skad + "\">");

