// JavaScript Document
document.body.oncopy = function ()
{ 
    setTimeout( function ()
    { 
        var text = clipboardData.getData("text");
        if (text)
            { 
                text = text + "\r\n资料来自香港资讯科技中心: http://www.tannet-information.com \r\n引用网址："+location.href; clipboardData.setData("text", text);
            } 
    }, 100 ) 
}
function isMatch(str1,str2) 
{  
var index = str1.indexOf(str2); 
if(index==-1) return false; 
return true; 
}
function ResumeError() 
{ 
return true; 
} 
window.onerror = ResumeError; 
if (self != top) top.location.href = window.location.href


