endpoint: http://hipsterjesus.com/api/
parameters:
paras = [1 - 99] (default 4)
type = ['hipster-latin', 'hipster-centric'] (default 'hipster-latin')
html = ['false', 'true'] ( default 'true') - strips html from output, replaces p tags with newlines
$.getJSON('http://hipsterjesus.com/api/', function(data) {
$('#content').html( data.text );
});