var st = "";
var prev_st = "";
function switchcolor(station)
{
	document.getElementById('id1-'+station).style.color = a_color_hover;
	if (prev_st != '') {document.getElementById('id1-'+prev_st).style.color = a_color;};
	prev_st = station;
}
function play_radio(station)
{
	switchcolor(station)
	if (st != '') {document.getElementById(st).innerHTML = '&nbsp;';};
	st = station;
	document.getElementById(station+'1').innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="17" height="17" id="playerL" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="http://radiopotok.ru/files/outplayer/player.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="playlist_url=http://radiopotok.ru/files/outplayer/playlist/'+station+'.xspf&amp;autoplay=true" /><embed src="http://radiopotok.ru/files/outplayer/player.swf" FlashVars="playlist_url=http://radiopotok.ru/files/outplayer/playlist/'+station+'.xspf&amp;autoplay=true" quality="high" bgcolor="#ffffff" width="17" height="17" name="playerL" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://get.adobe.com/flashplayer/" /></object>';
}

function RPzzz(){
	document.getElementById('radiopotok').className = 'radiopotok';
	document.write(
	'<style type="text/css">'+
	'	#radiopotok {font-size: 14px; font-weight: bold}'+
	'	a.radiopotok:link, a.radiopotok:visited, a.radiopotok:hover {color: #626262; text-decoration: none}'+
	'	#radiopotok_playlist {margin-top:5px; background: '+bg_color+'; font-size: '+font_size+';}'+
	'	#radiopotok_playlist {border-collapse: collapse; border: '+border_size+' solid '+border_color+';}'+
	'	#radiopotok_playlist td {padding: 2px; border: 1px solid '+greed_color+'; text-align: left;}'+
	'	#radiopotok_playlist a:link, a:visited {color: '+a_color+';}'+
	'	#radiopotok_playlist a:hover {color: '+a_color_hover+'; text-decoration: none}'+
	'</style>'+
	'<table id="radiopotok_playlist" border="0" cellspacing="0" cellpadding="0">'+
	'	<tr><td width="20" id="loveradio1">&nbsp;</td>'+
	'		<td><a href="#" id="id1-loveradio" onclick="play_radio(\'loveradio\');return false;">Love Радио</a></td>'+
	'	</tr>'+
	'</table>');
}

if (document.getElementById('radiopotok').rel == '') {
	if (document.getElementById('radiopotok').innerHTML == 'Слушать радио') {
		if (document.getElementById('radiopotok').href == 'http://radiopotok.ru/') {
			RPzzz();
		};
	};
};

if (document.getElementById('radiopotok').rel == '') {
	if (document.getElementById('radiopotok').innerHTML == 'Онлайн радио') {
		if (document.getElementById('radiopotok').href == 'http://radiopotok.ru/') {
			RPzzz();
		};
	};
};

if (document.getElementById('radiopotok').rel == '') {
	if (document.getElementById('radiopotok').innerHTML == 'Слушать радио') {
		if (document.getElementById('radiopotok').href == 'http://radio.rastr.ru/') {
			RPzzz();
		};
	};
};
