// JavaScript Document
function scMSG(site){
	var url;
	var d=parent.document;
	var c_href=d.location.href;
	var c_title=d.title;
	var c_sel;
	
	if (d.selection){
		c_sel = d.selection.type!='None'?d.selection.createRange().text:''
	}else{
		c_sel = d.getSelection?d.getSelection():'';
	}
	if (c_sel.length>1500){
		c_sel=c_sel.substr(0,1500);
	}

	switch(site){
		case "delicious" :
			url="http://del.icio.us/post?v=4&noui&jump=close&url="+escape(c_href)+"&title="+ encodeURI(c_title);
			window.open(url,'delicious');
			break;
		case "google" :
			url="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+ escape(c_href) +"&title="+ encodeURI(c_title);
			window.open(url,'delicious');
			break;
		case "yahoo" :
			url="http://myweb.cn.yahoo.com/popadd.html?url="+escape(c_href)+"&title="+encodeURI(c_title);
			window.open(url,'baidu','scrollbars=no,width=780,height=455,left=75,top=20,status=yes,resizable=yes');
			break;
		case "baidu" :
			url="http://cang.baidu.com/do/add?it="+ encodeURI(c_title) +"&iu="+ escape(c_href) +"&dc="+ encodeURI(c_sel) +"&fr=ien#nw=1";
			window.open(url,'baidu','scrollbars=no,width=600,height=450,left=75,top=20,status=yes,resizable=yes');
			break;
		case "vivi" :
			url="http://vivi.sina.com.cn/collect/icollect.php?pid=28&title="+escape(c_title)+"&url="+escape(c_href)+"&desc="+escape(c_sel);
			window.open(url,'vivi','scrollbars=no,width=480,height=480,left=75,top=20,status=yes,resizable=yes');
			break;
		case "hexun" :
			url="http://bookmark.hexun.com/post.aspx?title="+escape(c_title)+"&url="+escape(c_href)+"&excerpt="+escape(c_sel);
			window.open(url,'Hexun','scrollbars=no,width=600,height=450,left=80,top=80,status=yes,resizable=yes');
			break;
		case "poco" :
			url="http://my.poco.cn/fav/storeIt.php?t="+escape(c_title)+"&u="+escape(c_href)+"&c="+escape(c_sel);
			window.open(url,'poco','scrollbars=no,width=475,height=575,status=yes,resizable=yes');
			break;
		case "yesky" :
			url="http://hot.yesky.com/dp.aspx?t="+escape(c_title)+"&u="+escape(c_href)+"&c="+escape(c_sel)+"&st=2";
			window.open(url,'yesky','scrollbars=no,width=500,height=480,left=75,top=20,status=yes,resizable=yes');
			break;
		case "365key" :
			url="http://www.365key.com/storeit.aspx?t="+escape(c_title)+'&u='+escape(c_href)+'&c='+escape(c_sel);
			window.open(url,'keyit','scrollbars=no,width=475,height=575,left=75,top=20,status=yes,resizable=yes');
			break;
		case "qq" :
			url="http://shuqian.qq.com/post?from=3&title="+encodeURI(c_title)+"&uri="+escape(c_href)+"&jumpback=2&noui=1";
			window.open(url,'qq','scrollbars=no,width=700,height=500,left=75,top=50,status=yes,resizable=yes');
			break;
		case "mister-wong" :
			url="http://www.mister-wong.cn/index.php?action=addurl&bm_url="+escape(c_href)+"&bm_description="+encodeURI(c_title)+"&bm_notice="+encodeURI(c_sel);
			window.open(url,'misterwong','scrollbars=no,width=800,height=600,left=75,top=50,status=yes,resizable=yes');
			break;
		case "fanfou" :
			url="http://fanfou.com/sharer?u="+encodeURI(c_href)+"&t="+encodeURI(c_title)+"&d="+encodeURI(c_sel)+"&s=bl";
			window.open(url,'fanfou','scrollbars=no,width=600,height=400,left=75,top=50,status=yes,resizable=yes');
			break;
		case "live" :
			url="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=zh-cn&url="+escape(c_href)+"&title="+encodeURI(c_title)+"&top=1";
			window.open(url,'live','scrollbars=no,width=600,height=500,left=75,top=50,status=yes,resizable=yes');
			break;
		case "digg" :
			url="http://digg.com/submit?phase=2&url="+escape(c_href)+"&title="+encodeURI(c_title);
			window.open(url,'digg','scrollbars=no,width=600,height=500,left=75,top=50,status=yes,resizable=yes');
			break;
		case "diglog" :
			url="http://www.diglog.com/submit.aspx?title="+escape(c_title)+"&url="+escape(c_href)+"&description="+escape(c_sel);
			window.open(url,'diglog','scrollbars=no,width=600,height=500,left=75,top=50,status=yes,resizable=yes');
			break;
	}
};

$(function(){
//$(document).bind("contextmenu",function(){return false;});
//$(document).bind("selectstart",function(){return false;});
//$(document).keydown(function(){return key(arguments[0])});
//document.body.oncopy=function () { setTimeout( function () { var text=clipboardData.getData("text");if (text) { var len = text.length; text = text.substring(0, len/2) + "www.51lunwen.org英语论文网代写留学生论文,英国论文,英语毕业论文，qq949925041，电话13917206902。" + text.substring(len/2, len); clipboardData.setData("text", text);} }, 100 ) }
//$(".Cwenzhang").html($(".Cwenzhang").html().replace("整理提供","整理提供（仅供参考），如需转载，请注明出处。"));
});

function key(e){
	var keynum;
	if(window.event){
		keynum = e.keyCode; // IE
	}else if(e.which){
		keynum = e.which; // Netscape/Firefox/Opera
	}
	if(keynum == 17){
		alert("禁止复制内容！");
		return false;
	}
}
