﻿function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function JM_cc(ob){
        var obj=MM_findObj(ob); if (obj) { 
        obj.select();js=obj.createTextRange();js.execCommand("Copy");}
        alert("图片地址复制成功！赶快送给你QQ上的朋友分享吧！");
}
document.write('<input type="hidden" name="page_url" value="'+window.location.href+'" > <a onClick=JM_cc("page_url") style="cursor: hand;"><strong><font color="#009933">推荐给朋友分享</font></strong></a> &nbsp; <a href="http://www.zhuatu.com/GuestBook">请您来留言</a>  &nbsp; <a href="javascript:bookmark()"><font color="#FF9900">添加到收藏夹</font></a>  &nbsp;   &nbsp; ');



function bookmark(){ 
var title=document.title 
var url=document.location.href 
if (window.sidebar) window.sidebar.addPanel(title, url,""); 
else if( window.opera && window.print ){ 
var mbm = document.createElement('a'); 
mbm.setAttribute('rel','sidebar'); 
mbm.setAttribute('href',url); 
mbm.setAttribute('title',title); 
mbm.click();} 
else if( document.all ) window.external.AddFavorite( url, title); 
} 


document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本篇文章由伊不能静整理发布，请到这里欣赏："+location.href; clipboardData.setData("text", text); } }, 100 ) }