﻿// www.canthing.net 创 思 科 技
document.body.oncopy = function ()
{ 
    setTimeout( function ()
    { 
        var text = clipboardData.getData("text");
        if (text)
            { 
                text = text + "\r\n资料来自创思公司: http://www.canthing.net \r\n引用网址："+location.href; clipboardData.setData("text", text);
            }; 
    } ) 
}
function isMatch(str1,str2) 
{  
var index = str1.indexOf(str2); 
if(index==-1) return false; 
return true; 
} 

if (isMatch(window.location.hostname,'canthing.net') == false){window.location.href="http://www.canthing.net";}

function ResumeError() 
{ 
return true; 
} 
window.onerror = ResumeError; 
if (self != top) top.location.href = window.location.href

