
var data = {"title":"dickson wasake's Storefront","url":"http:\/\/stores.lulu.com\/dwasake","items":[{"title":"Ode to revolution","url":"http:\/\/www.lulu.com\/content\/paperback-book\/ode-to-revolution\/3465157","description":"The silent revolutionary is back and this time he is taking no prisoners.\r\n\"Ode to revolution\" is the second poetry book by Dickson Wasake the East African poet. It contains some of his more candid and \"retro\" works.","thumb":"http:\/\/www.lulu.com\/items\/volume_63\/3465000\/3465157\/1\/preview\/promo_3465157.jpg","date":"Sun, 07 Jun 2009 09:32:56"},{"title":"Poetic Footprints:Live in Nassau at the Sine qua non gallery","url":"http:\/\/www.lulu.com\/content\/paperback-book\/poetic-footprintslive-in-nassau-at-the-sine-qua-non-gallery\/1355093","description":"Dickson Wasake's debut work, \"Poetic Footprints:Returning home\" is a collection of some of the finest works of this amazing up coming poet from Uganda, East Africa including some of his memorable pieces performed on 6 November 2007 at the Sine qua non gallery in Nassau, The Bahamas.","thumb":"http:\/\/www.lulu.com\/items\/volume_64\/1355000\/1355093\/5\/preview\/promo_1355093.jpg","date":"Sat, 04 Oct 2008 18:12:48"}]};
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>');
