<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css"> 
#divMsg{  
line-height:20px;  
height:20px;  
overflow:hidden;  
}  
</style> 
<script type="text/javascript"> 
var Scroll = new function () {
	this.delay = 2000; //延迟的时间
	this.auto = 30; //延迟的...

more...