<!--

// -----  hong-kong-blogs-review.com ----- //
// hkbr = Hong Kong Blogs Review //
// ssp = Sham Shui Po //
// review = review by Sham-Shui-Po Boy //
// copyright = no copy; no change //

var copyright5=88
ssp5.innerHTML=hkbr5.innerHTML
function Marquee(){
if(ssp5.offsetWidth-review5.scrollLeft<=0)
review5.scrollLeft-=hkbr5.offsetWidth
else{
review5.scrollLeft++
}}
var MyMar=setInterval(Marquee,copyright5)
review5.onmouseover=function() {clearInterval(MyMar)}
review5.onmouseout=function() {MyMar=setInterval(Marquee,copyright5)}
-->