function ccb()
{
if(clipboardData){
clipboardData.clearData();
}
}
window.onerror=new Function("return true;");
setInterval("ccb();", 1000);

