Holy Random Robin API, Batman!
==============================

Haven't you had this moment where you thought "wouldn't it be awesome to 
have a web service that would give me random quotes from Robin of the old 
Batman series?" We all have, which is why I just built this one. Using the 
powers of YQL and inebriation and with requests by Jens Grochtdreis 
I've turned the excellent resource of http://adamwest.tripod.com/robin.htm 
into this service. 

Usage:
------

Simply call the URL http://isithackday.com/hacks/robin.php and you will get 
a random Robin quote.
 
If you specify a callback function and json as the format you get the quote
in JSON-P for all your JavaScript/Ajax needs:

http://isithackday.com/hacks/robin.php?format=json&callback=robin
  
See a demo below!

cheers,
Chris