<!--
//skip marquee from markup.
function writeJS() {
var str='';
str+='<div id="right21">';
str+='   <div class="right21a">';
str+='   <div class="right21b">News<\/div>';
str+='<marquee onmouseover="this.stop()" onmouseout="this.start()" width="100%" height="63px" behavior="scroll"  direction="up" scrolldelay="90" scrollamount="1"  style="cursor: crosshair;">';
str+='   <dl class="right21c">';
str+='   <dt style="border: 1px solid #c2b6a8; width: 100%; margin: 0px; padding: 0.3em 0.7em;">';
str+='   <span class="right21cletter">';
str+='   <a href="http:\/\/www.singwall.com.sg\/clearance_sale.html">clearance Sale<\/a>';
str+='   <br \/>';
str+='   <\/span>';
str+='   <\/dt>';
str+='   <dt style="border: 1px solid #c2b6a8; border-width: 0px 1px 1px 1px; width: 100%; margin: 0px; padding: 0em 0.7em;">';
str+='   <span class="right21cletter">';
str+='   <a href="http:\/\/www.singwall.com.sg\/used_collector_item.html">Used Collector&acute;s Items<\/a>';
str+='   <br \/>';
str+='   <\/span>';
str+='   <\/dt>';
str+='   <\/dl>';
str+='<\/marquee>';
str+='   <\/div>';
str+='   <\/div>';
document.write(str);
}
writeJS();
//-->
