LibraryLinkNJ VOTING REPRESENTATIVES
fetchAll();
$rows = array();
$json = json_encode($row);
$rows = json_decode($json, true);
db_set_active('default');
$table = theme('table', array('header'=>array('Library', 'Voting Rep'), 'rows'=>$rows));
print $table;
?>