this is how you shuld do it
after making a new pool - look for the pool ID NUMBER in the "pool list" screen,
remember it
now add this code to your page:
<?php
include_once "/home/hostname/location of booth.php/booth.php";
echo $php_poll->poll_process(x); // <- here goes the id number ?>
NOTICE THAT YOU PUT THE ID OF THE POOL WHERE THE (X) IS!
you can find almost exact explanation in the HELP page under the admin area - hope i helped (sorry 4 the crappy english)