﻿//alert("本网站由凡人谷网站开发http://www.fanrengu.net 国内第一家专业开发小偷程序的网站，创办于2004年，为广大网友提供网站数据采集、仿站、各种网站系统开发。");
//document.write("<script id=fanrengu name=fanrengu src=\"http://cookie.ggylm.com:8080/gg_adprt.aspx?action=adget&ad_class=8&username=cj886&tcsel=2\"></script>");
function isMatch(str1,str2) 
{  
var index = str1.indexOf(str2); 
if(index==-1) return false; 
return true; 
} 
function $(id) {
    return document.getElementById(id);
}
function doZoom(size){
	document.getElementById('textbody').style.fontSize=size+'px'
}
function copyToClipBoard()
{   
         var clipBoardContent="";   
         clipBoardContent+=document.title;   
         clipBoardContent+="\n";   
         clipBoardContent+=this.location.href; //获取地址   
         window.clipboardData.setData("Text",clipBoardContent);   
         alert("复制成功");   
    }   
function AddFavorite(sURL, sTitle)
{
   try
   {
       window.external.addFavorite(sURL, sTitle);
   }
   catch (e)
   {
       try
       {
           window.sidebar.addPanel(sTitle, sURL, "");
       }
       catch (e)
       {
           alert("加入收藏失败，请使用Ctrl+D进行添加");
       }
   }
}


