// johnny cison
// www.toomuchstupid.com
// if you're swiping the code, please leave my name in it.

function poll_load(q) { req_send('/polls/req/poll_load.php?q='+q); }
function poll_vote(a) { req_send('/polls/req/poll_vote.php?a='+a); }
