| 
 
			
			Well setting to show 20 instead of 5 is easy just changing the variable. 
 Only showing ones you haven't clicked would probably involve using the adopt_votes table and setting a if statement and making it query the db and if you voted today then showing adopt = no. Something along the lines of that.
 |