var SpryDS1 = new Spry.Data.XMLDataSet("/styling/newest_entry_block/index.xml","wrap/item",{method: "POST",useCache: false });

document.open();
document.writeln('<dl spry:region="SpryDS1" class="newsRecent SpryHiddenRegion">');
document.writeln('<dt><img src="/common/images/right_title_onlinestore.jpg" alt="WIREBAG STYLE BLOG" title="WIREBAG STYLE BLOG" width="185" height="34" /></dt>');
document.writeln('<dd>');
document.writeln('<p><a href="{link}" title="{title}">{thumbnail}</a></p>');
document.writeln('<ul><li style="background: url(/common/images/icon01.jpg) no-repeat 0 4px;padding: 0 0 0 12px;"><a href="{link}" title="{title}">{title}</a>{newIcon}');
document.writeln('</li></ul>');
document.writeln('</dd>');
document.writeln('</dl>');
document.close();