Merry Xmas 2005
Xmas 2005 var Message="VitOV chúc VO Vit một Giáng sinh An lành và Hạnh phúc. IOU = Anh yêu em ~ VitOV = Vit Yêu V...xxx.."; var place=1; function scrollIn() { window.status=Message.substring(0, place); if (place >= Message.length) { place=1; window.setTimeout("scrollOut()",1000); } else { place++; window.setTimeout("scrollIn()",50); } } function scrollOut() { window.status=Message.substring(place, Message.length); if (place >= Message.length) { place=1; window.setTimeout("scrollIn()", 200); } else { place++; window.setTimeout("scrollOut()", 100); } } scrollIn();





