Code
<!-- this script got from www.24giokinhdoanh.tk coded by: BegoBook-->
<SCRIPT language="JavaScript">
var scroller_msg='www.24giokinhdoanh.tk'
var dismissafter=0
var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:100px;border:1px dotted silver; font-family:Tahoma;font-size:11px ;background-color:#eaeaea ;visibility:True">'+scroller_msg+'</marquee>')
function followcursor(){
if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}
curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}
function dismissmessage(){
curscroll.style.visibility="hidden"
}
if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
</SCRIPT><font face="Tahoma"><a target="_blank" href="http://www.24giokinhdoanh.tk"><span style="font-size: 8pt; text-decoration: none">JavaScript Code</span></a></font>