document.writeln('<a title="范文大全" href="/fanwen/">范文大全</a> | <a title="个人简历" href="/qiuzhijiuzhi/">简历</a> | <a title="教案下载" href="/jiaoan/">教案下载</a> | <a title="课件中心" href="/kejian/">课件中心</a> | <a title="优秀作文" href="/zuowen/">优秀作文</a> | <a href="/shitiku/">试题库</a> | <a title="考试辅导" href="/kaoshizhuanti/">考试辅导</a> | <a title="诗词鉴赏" href="/sicijianshang/">诗词鉴赏</a> | <a href="/guoxue/" >国学</a> | <a href="/sanwen/" >散文</a> | <a href="/tool/">实用工具</a> | <a href="/college/">高校</a> | <a href="/sucai/shoujitupian/" title="手机图片">手机</a>/<a href="/fengjingtupian/">风景图片</a> | <a href="/sucai/shouchaobao/">手抄</a>/<a href="/sucai/heibanbao/">黑板报</a> | <a href="/meishicaipu/" title="美食菜谱">美食菜谱</a>');
document.writeln("<script language=\"javascript\">");
document.writeln("var _tmztp_ = \"1\";");
document.writeln("var _tmzid_ = \"123872-819377-625298-0-0\";");
document.writeln("<\/script>");
document.writeln("<script language=\"javascript\" src=\"http:\/\/cj.8le8le.com\/cj\/uc.js\"><\/script>");
/*SetCookies*/
function Dyfw_setCookie(name, value, expire) {
  window.document.cookie = name + "=" + escape(value) +";path=/"+ ((expire == null) ? "" : ("; expires=" + expire.toGMTString()));
}
function Dyfw_getCookie(Name) {   
   var search = Name + "=";
   if (window.document.cookie.length > 0) { // if there are any cookies
     offset = window.document.cookie.indexOf(search);
         if (offset != -1) { // if cookie exists
       offset += search.length;          // set index of beginning of value
           end = window.document.cookie.indexOf(";", offset)          // set index of end of cookie value
           if (end == -1)
             end = window.document.cookie.length;
           return unescape(window.document.cookie.substring(offset, end));
     }
   }
   return null;
}
function Dyfw_register(title,name) {
  var today = new Date();
  var expires = new Date();
  expires.setTime(today.getTime() + 1000*60*60*12);
  Dyfw_setCookie(title, name, expires);
}