
var data = {"title":"Dave Capra's Storefront","url":"http:\/\/stores.lulu.com\/fedupamerican","items":[{"title":"Fight Back!","url":"http:\/\/www.lulu.com\/content\/e-book\/fight-back\/3323921","description":"How to take down a fraudulent internet company. Are you tired of all the scams online? Have you ever fallen victim to one? GET REVENGE and take them down!","thumb":"http:\/\/www.lulu.com\/items\/volume_63\/3323000\/3323921\/1\/preview\/promo_3323921.jpg","date":"Mon, 28 Jul 2008 13:30:03"},{"title":"To Serve and Protect My Ass","url":"http:\/\/www.lulu.com\/content\/e-book\/to-serve-and-protect-my-ass\/2920398","description":"Have you ever had an encounter with the police and felt that your civil rights were being violated?\r\n\r\nDo you know your rights, under the law, as an American citizen?\r\n\r\nArm yourself with knowledge on how to handle any encounter with law enforcement before its too late. No one ever expects to have a run in with a cop, but if you do, you need to know their lawful limits.\r\n\r\nTo Serve and Protect? - My Ass! is the first book from Fed Up American and will be a prelude to greater things to come.\r\n\r\nVisit the website http:\/\/www.fedupamerican.com for further information.","thumb":"http:\/\/www.lulu.com\/items\/volume_63\/2920000\/2920398\/1\/preview\/promo_2920398.jpg","date":"Thu, 03 Jul 2008 14:10:37"}]};
document.write('<div id="lulu-storefront">')
document.write('<h1 id="lulu-storefront-title"><a href="' + data.url + '">' + data.title + '</a></h1>');
document.write('<ul id="lulu-storefront-items">');
for (var i = 0; i < data.items.length; i++) {
	document.write('<li class="lulu-item">');
	document.write('<img class="lulu-item-thumbnail" src="' + data.items[i].thumb + '" />');
	document.write('<h2 class="lulu-item-title"><a href="' + data.items[i].url + '">' + data.items[i].title + '</a></h2>');
	document.write('<div class="lulu-item-description">' + data.items[i].description + '</div>');
	document.write('<a class="lulu-item-buynow" href="' + data.items[i].url + '">Buy Now @ Lulu.com</a>');
	document.write('</li>');
}
document.write('</ul>');
document.write('</div>');
