
INSERT INTO tapps_polls VALUES( '1', 'Lord Of The Rings', '2008-11-16 14:32:51', '3', 'What is your favourite character?','Y');


INSERT INTO tapps_votes VALUES( '1', '0', 'Gollum', '0');
INSERT INTO tapps_votes VALUES( '1', '1', 'Frodo', '0');
INSERT INTO tapps_votes VALUES( '1', '2', 'Gandalf', '0');
INSERT INTO tapps_votes VALUES( '1', '3', 'Aragorn', '0');
INSERT INTO tapps_votes VALUES( '1', '4', 'Legolas', '0');
INSERT INTO tapps_votes VALUES( '1', '5', 'Arwen', '0');
INSERT INTO tapps_votes VALUES( '1', '6', 'Saruman', '0');
INSERT INTO tapps_votes VALUES( '1', '7', 'Sauron', '0');

