

//window.addEvent('domready', function(){
	if($$("table.forumline th.thRight")[0])
	{
		var firstPostTh = $$("table.forumline th.thRight")[0];
			
		/* var html  = '<table border="0" width="100%">';
			html += '<tr>';
			html += '<td style="font-weight: bold;color:#FFA34F; font-size:11px;" nowrap="nowrap"><center>Wiadomość</center></td><td class="thRight" width="150" nowrap="nowrap" align="right">';
			html += '<a href="#" style="font-weight: bold;color:#FFA34F; font-size:11px; text-decoration: underline" onClick="window.open(\'http://open.fm/play/2\',\'mywindow\',\'width=570,height=702\'); return false;"><div style="float: left;"><img src="http://fora.pl/konkurs/radio.gif" style="border: 0px;" /></div><div style="float: left; margin-left: 5px; margin-top: 1px;">Włącz radio</div></a>';
			html += '</td>';
			html += '</tr>';
			html += '</table>'; */
			
		var html  = '<table border="0" width="100%">';
			html += '<tr>';
			html += '<th class="thHead" style="border: 0px; background-image: url(); background-color: transparent;" nowrap="nowrap"><center>Wiadomość</center></th><td class="thRight" width="150" nowrap="nowrap" align="right">';
			html += '<img src="http://fora.pl/konkurs/radio_2.gif" style="border: 0px; cursor: pointer; cursor: hand;" onClick="window.open(\'http://open.fm/play/2\',\'mywindow\',\'width=570,height=702\'); return false;" />';
			html += '</td>';
			html += '</tr>';
			html += '</table>';
					
			firstPostTh.set('html', html);	
	}
//});
