function vote_count(id) { //document.write(id); if( id != '') { document.getElementById('vote_count').value = id; } } function vote() { res = document.getElementById('vote_count').value; if( res>=0 && res<=10 ) { window.open('http://qpollz.com/qpoll.php?ans=' + res + '&pid=2056', 'newwin', 'toolbar=no,scrollbars=no,directories=no,status=no,menubar=no,resizable=no,width=550,height=350'); } else { document.write(res); } } function view_vote() { window.open('http://qpollz.com/qpoll.php?pid=2056', 'newwin', 'toolbar=no,scrollbars=no,directories=no,status=no,menubar=no,resizable=no,width=550,height=350'); } document.write("");