function vote(count,id) {
$('voting').setStyle({background:'none',width:'140px'});
new Ajax.Updater ('voting','http://www.viatribe.com/vote.php?count='+count+'&id='+id,{method: 'get'});

}
function update_rating(id) {
new Ajax.Updater ('rating','http://www.viatribe.com/update_rating.php?venue_id='+id,{method: 'get'});
}