
var data = {"title":"B. Roan's Storefront","url":"http:\/\/stores.lulu.com\/calistablu","items":[{"title":"The Apple Tree","url":"http:\/\/www.lulu.com\/content\/paperback-book\/the-apple-tree\/2284611","description":"The Apple Tree: Mamie Hempstead lost her fianc\u00e9e to WWII. Distraught and alone, she ended her life beneath the spring blossoms of the oldest apple tree in the orchard. Through generations, that tree became known as Mamie\u2019s tree.  Mamie\u2019s tree is magical.  It grants wishes.\r\n\r\nRelax, sit back in your comfy chair, pour a cup of your favorite beverage, and enjoy this eclectic compilation of short stories. Some will bring forth yesteryear. One is a tribute to a life well lived. Others will have you on the edge of your seat, tickle your funny bone, and make you cry. This story collection is pure entertainment. Enjoy!","thumb":"http:\/\/www.lulu.com\/items\/volume_63\/2284000\/2284611\/9\/preview\/promo_2284611.jpg","date":"Sun, 27 Jul 2008 10:14:26"}]};
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>');
