
var data = {"title":"Regan Lee's Storefront","url":"http:\/\/stores.lulu.com\/reganlee","items":[{"title":"UFO Mary","url":"http:\/\/www.lulu.com\/content\/e-book\/ufo-mary\/5439969","description":"A collection of thoughts on Marian apparitions from an esoteric, paranormal and Fortean perspective, including within the context of UFOs.","thumb":"http:\/\/www.lulu.com\/items\/volume_64\/5439000\/5439969\/1\/preview\/promo_5439969.jpg","date":"Sun, 04 Jan 2009 21:00:59"},{"title":"McMinnville, Oregon UFO: Festivals and Hoaxes","url":"http:\/\/www.lulu.com\/content\/e-book\/mcminnville-oregon-ufo-festivals-and-hoaxes\/2985215","description":"Collection of articles about the Paul Trent UFO case in McMinnville, Oregon, and the annual McMinnville UFO Festival.","thumb":"http:\/\/www.lulu.com\/items\/volume_64\/2985000\/2985215\/2\/preview\/promo_2985215.jpg","date":"Sun, 21 Dec 2008 18:52:27"}]};
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>');
