getVotes();

function getVotes() {

   var url = "/ulbbargraph/bargraph?strict=true&header=false&legend=false";
   
   var myAjax = new Ajax.Updater("booth", url,
       {
           method: 'get'
       });

}
