  var m_live=new Array()
  var str_value;

  str_value = "";
  str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://www.51pc.com.cn/domain.asp' target='_blank'><font color='red'>智博数码域名春夏大优惠－com英文域名65元/年、cn英文域名10元/年、中文国际域名100元/年、中文域名280元/年(可议价)</font></a>";

  m_live[0] = str_value;
  str_value = "";

 str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://host.51pc.com.cn' ><font color='red'>智博数码推出通用型虚拟主机：支持ASP/ASP.Net/PHP等和access数据库，Web空间从30M到5000M不等，80元每年起，物超所值。</font></a>";
  m_live[1] = str_value;
  
  str_value = "";
 str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://web.51pc.com.cn/host/?idUserV=34212' target='_blank'><font color='red'>各种类型虚拟主机价格一降再降，功能强大，价格便宜，并有大容量的企业邮箱付送。</font></a>";
  m_live[2] = str_value;
  
  str_value = "";
  str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://www.51pc.com.cn/email.asp' target='_blank'><font color='red'>在线实时杀毒，高效反垃圾邮件的专业企业邮箱，支持短信、邮件同时发送，支持海外转发及多服务器转发,支持多域名共用邮件系统。</font></a>";
  m_live[3] = str_value;
  str_value = "";

  str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://host.51pc.com.cn/autosite.asp' target='_blank'><font color='red'>会打字就会建站，不用找专业人士做网站，多语言多风格，整套程序280元一套。</font></a>";
  m_live[4] = str_value;
  str_value = "";     

   str_value += "<font color='red'>&nbsp;&nbsp;●&nbsp;&nbsp;</font><a href='http://www.51pc.com.cn/dongtaiyuming.asp' target='_blank'><font color='red'>您只需要有一台能上网的计算机，购买我们的动态域名进行配置后，这台计算机马上就可以变成Internet上的一个网站。</font></a>";
  m_live[5] = str_value;
  str_value = "";     
 
	var m_live_width=760								
	var m_live_height=20								
	var m_live_bgcolor=''								
	var m_live_background=''						
	var m_live_cnt = 0									
	var m_live_speed='1'								
	var m_live_wait='6500'							
	var m_live_timerID=''								
	var m_live_idx=0										

	document.writeln("<style>")
	document.writeln(" #m_live_layer1 { position:absolute; width:'+m_live_width+'; height:'+m_live_height+'; top:0; left:0;}")
	document.writeln(" #m_live_layer2 { position:absolute; width:'+m_live_width+'; height:'+m_live_height+'; top:0; left:0;}")
	document.writeln("</style>")

	document.writeln('<span style="position:relative;width:'+m_live_width+';height:'+m_live_height+';top:0;left:0;background-color:'+m_live_bgcolor+'">')
	document.writeln('<div onMouseOver="m_live_mouseover()" onMouseOut="m_live_mouseout()" style="position:absolute;width:'+m_live_width+';height:'+m_live_height+';top:0;left:0;clip:rect(0 '+m_live_width+' '+m_live_height+' 0);overflow:hidden;">')

	document.writeln("<div id='m_live_layer1'>")
	document.write(m_live[0])
	document.writeln("</div>")

	document.writeln("<div id='m_live_layer2'>")
	if(m_live.length == 1)
		m_live[1] = m_live[0]
	m_live_cnt = m_live.length
	document.write(m_live[1])
	document.writeln("</div>")

	document.writeln("</div>")
	document.writeln("</span>")

	function m_live_mouseover(){													
		if(m_live_timerID)			clearTimeout(m_live_timerID)
	}

	function m_live_mouseout(){														
		m_live_timerID = setTimeout("m_live_scroll()",m_live_speed)
	}

	function m_live_scroll(){
		document.all["m_live_layer1"].style.pixelTop = document.all["m_live_layer1"].style.pixelTop - 1
		document.all["m_live_layer2"].style.pixelTop = document.all["m_live_layer2"].style.pixelTop - 1

		if(document.all["m_live_layer2"].style.pixelTop == 0){
			document.all["m_live_layer1"].innerHTML = m_live[m_live_idx]
			document.all["m_live_layer1"].style.pixelTop = 0
			m_live_idx=(m_live_idx+1)%m_live_cnt										
			document.all["m_live_layer2"].innerHTML = m_live[m_live_idx]
			document.all["m_live_layer2"].style.pixelTop = m_live_height+1
			m_live_timerID = setTimeout("m_live_scroll()",m_live_wait)
		}else{
			m_live_timerID = setTimeout("m_live_scroll()",m_live_speed)
		}
	}

	function m_live_StartScroll(){											
			document.all["m_live_layer1"].innerHTML = m_live[0]
			document.all["m_live_layer2"].innerHTML = m_live[1]
		document.all["m_live_layer2"].style.pixelTop = m_live_height+1
		m_live_idx=1

		m_live_timerID = setTimeout("m_live_scroll()",m_live_speed)
	}

  m_live_StartScroll()


