function popIt() {
var n = window.open('about:blank', 'formwin', 'toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=0,height=250,width=475');
return true;
}
document.write("<style type='text/css'>");
document.write('<!--');
document.write('.border {');
document.write('	border: 1px solid #FFFFFF;');
	document.write('}');
document.write('.mkpoll_pitanje {');
document.write('	font-family: Arial;');
document.write('	font-size: 13px;');
document.write('	color: #000000;');
document.write('	padding-left: 2px;');
document.write('	text-align: center;');
document.write('}');
document.write('.mkpoll_odgovori {');
document.write('	font-family: Arial;');
document.write('	font-size: 12px;');
document.write('	color: #000000;');
document.write('	text-align: left;');
document.write('}');
document.write('a.mkpoll_link {');
document.write('	font-family: Arial, Helvetica, sans-serif;');
document.write('	font-size: 12px;');
document.write('	color: #333333;');
document.write('	font-weight: normal;');
document.write('}');
document.write('a.mkpoll_link:link {');
document.write('	text-decoration: none;');
document.write('}');
document.write('a.mkpoll_link:visited {');
document.write('	text-decoration: none;');
document.write('	color: #333333;');
document.write('}');
document.write('a.mkpoll_link:hover {');
document.write('	text-decoration: none;');
document.write('	color: #999999;');
document.write('}');
document.write('a.mkpoll_link:active {');
document.write('	text-decoration: none;');
document.write('	color: #999999;');
document.write('}');
document.write('.mkpoll_header {');
document.write('	background-color: #FFFFFF;');
document.write('	border-bottom: 1px solid #FFFFFF;');
document.write('	font-family: Arial;');
document.write('	font-size: 9px;');
document.write('	color: #000000;');
document.write('}');
document.write('-->');
document.write('</style>');
document.write('<form action="http://www.mkscripts.net/mkpoll/pop_rez.php?idp=441&idu=95" method="post" name="Ime" target="formwin" onsubmit="return popIt()">');

document.write('<table width="200px"  border="0" cellpadding="0" cellspacing="0" class="border">');
document.write('<tr>');
document.write('<td class="mkpoll_header"><div align="center"></div></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="mkpoll_pitanje">Da li bi voljeli da slusate radio Kotor Varos preko interneta?</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><br>');
document.write('<input name="mks_odg" type="radio" value="3726"><span class="mkpoll_odgovori">Da...</span><br>'); 
document.write('<input name="mks_odg" type="radio" value="3727"><span class="mkpoll_odgovori">Ne...</span><br>'); 
document.write('<input name="mks_odg" type="radio" value="3728"><span class="mkpoll_odgovori">Svejedno mi je...</span><br>'); 
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><div align="center">');
document.write('<br/><input name="mks_vote" type="submit" id="mks_vote" value="Glasaj">');
document.write('<br>');
document.write('<a href ="http://www.mkscripts.net/mkpoll/pop_rez.php?idp=441&idu=95" target="formwin" onclick="return popIt()" class="mkpoll_link">Rezultati</a></div></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><div align="center"><a href="http://www.mkscripts.net/" class="mkpoll_link">Powered by mkScripts</a></div></td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');