﻿// JavaScript Document
//复制内容自动添加版权信息
var thehits=document.getElementById("thehit");
if (thehits!=null){
thehits.innerHTML="22936";
}

document.body.oncopy = function ()
{
    setTimeout(
        function ()
        {
            var text = clipboardData.getData("text");
            if (text)
            {
                text = text + "\r\n该文章转载自[我爱江门]——网站策划、设计、制作、推广一条龙服务！："+location.href;
                clipboardData.setData("text", text);
            }
        },
        100
    )
}
window.onload = function()
{
    this.focus();
}

//状态栏文字
var text1="★欢迎光临！我们一直被模仿，从未被超越，有建议或问题请发邮件我们Email：kefu@520750.com　　" 

comeback=0 
cometo=0 
function dis(){  
window.status=text1.substring(0,cometo)  
if(comeback==1){  
cometo--;  
if(cometo==0){comeback=0} 
} else {cometo++;if(cometo==text1.length){comeback=1}} 
window.status=text1.substring(0,cometo)+"[我爱江门]"  
if(cometo==text1.length){window.setTimeout("dis()",4000);} else {window.setTimeout("dis()",50);} 
} 
dis() 