';
document.getElementById('sctag').className = 'yessc';
document.getElementById('articleSc').setAttribute('status', 1);
document.getElementById('articleSc').innerHTML = '
ȡղ';
document.getElementById('articleSc').className = 'articleSc_1';
}else if (_CON == 0)
{
document.getElementById('sctag').className = 'nosc';
document.getElementById('articleSc').setAttribute('status', 2);
document.getElementById('articleSc').innerHTML = '
ղ';
document.getElementById('articleSc').className = 'articleSc';
}
if (_PA=='' && _CON==1)
{
ty=1;
document.getElementById('sctag').className = 'yessc';
document.getElementById('articleSc').setAttribute('status', 1);
document.getElementById('articleSc').innerHTML = '
ȡղ';
document.getElementById('articleSc').className = 'articleSc_1';
}
//bind( document.getElementById('sctag'),"click",function(){sctagClick();})
}
window['sctag'] = sctag;
}else{
/*
@URL¹
*/
ty = 1;
document.getElementById('sctag').className = 'nosc';
}
/*
@url = kphome=1;
@˳¼
*/
if (!qq.cookie("skey") && _urlCs == 'kphome=1')
{
document.getElementById('sczy').style.display = 'none';
document.getElementById('sctag').className = 'nosc';
}
function sctagClick(){
if (qq.cookie("skey"))
{
if ( document.getElementById('sctag').className == 'nosc' )
{ //¼µԱiconղ
ty = 1;
document.getElementById('articleSc').setAttribute('status', 1);
document.getElementById('articleSc').className = 'articleSc_1';
document.getElementById('articleSc').innerHTML = '
ȡղ';
document.getElementById('scToolTag').style.display = 'block';
setTimeout("document.getElementById('scToolTag').style.display = 'none'",3000);
document.getElementById('sctag').className = 'yessc';
//alert('ղ')
loadScript('http://i.match.qq.com/keep/a?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa=&fr=Ѷ'+ARTICLE_INFO.site_cname);
}else if (document.getElementById('sctag').className == 'yessc')
{
//¼µԱiconȡղ
document.getElementById('articleSc').setAttribute('status', 2);
document.getElementById('sctag').className = 'nosc';
document.getElementById('articleSc').innerHTML = '
ղ';
document.getElementById('articleSc').className = 'articleSc';
//alert('ɾ')
loadScript('http://i.match.qq.com/keep/d?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa=&fr=Ѷ'+ARTICLE_INFO.site_cname);
}
registerZone2({bossZone:'textFvrtop',url:''},1)
}else{
userLogin();
if (document.getElementById('sctag').className == 'nosc' )
{ //¼µԱiconղ
ty = 1;
//alert('ղ')
login.cbArr.push(function (){
document.getElementById('articleSc').setAttribute('status', 1);
document.getElementById('articleSc').className = 'articleSc_1';
document.getElementById('articleSc').innerHTML = '
ȡղ';
document.getElementById('sctag').className = 'yessc';
document.getElementById('scToolTag').style.display = 'block';
setTimeout("document.getElementById('scToolTag').style.display = 'none'",3000);
loadScript('http://i.match.qq.com/keep/a?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa=&fr=Ѷ'+ARTICLE_INFO.site_cname)});
}else if (document.getElementById('sctag').className == 'yessc')
{
//¼µԱiconȡղ
//alert('ɾ')
login.cbArr.push(function (){
document.getElementById('articleSc').setAttribute('status', 2);
document.getElementById('sctag').className = 'nosc';
document.getElementById('articleSc').innerHTML = '
ղ';
document.getElementById('articleSc').className = 'articleSc';
loadScript('http://i.match.qq.com/keep/d?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa=&fr=Ѷ'+ARTICLE_INFO.sisite_cnamete);
registerZone2({bossZone:'textFvrtop',url:''},1)
});
}
}
}
//login.cbArr.push(sctagClick);
var cnt_Main_Article = document.getElementById('Cnt-Main-Article-QQ');
//д뻮ʵ
(function(){
var newNode=document.createElement("div");
var Wrap = document.getElementById('Wrap');
//var op = Wrap.getElementsByTagName('p');
newNode.setAttribute("id","hcsc");
newNode.setAttribute("class","hcsc");
//onclick='registerZone2({bossZone: 'textFvrtop', url: ' '},1)'
newNode.innerHTML="
";
//var c = op.length;
Wrap.appendChild(newNode);
})();
var hcfc = document.getElementById('hcfc');
var hcsc = document.getElementById('hcsc');
var scTools = document.getElementById('scTools');
/**
* ȡҳϵλ
* @param ev ¼
* @return x:ҳϵĺλ, y:ҳϵλ
*/
function getMousePoint(ev){
var point = {
x:0,
y:0
};
if(typeof window.pageYOffset != 'undefined'){
point.x = window.pageXOffset;
point.y = window.pageYOffset;
}
else if(typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') {
point.x = document.documentElement.scrollLeft;
point.y = document.documentElement.scrollTop;
}
else if(typeof document.body != 'undefined'){
point.x = document.body.scrollLeft;
point.y = document.body.scrollTop;
}
point.x += ev.clientX;
point.y += ev.clientY;
return point;
};
/**
* ղչʾ
* len ѡе
* @cursorPos xy ֵ
*/
function collectModule(_COLLECT_TEXT_len,cursorPos){
var hcsc = document.getElementById('hcsc');
if( _COLLECT_TEXT_len > 11 ) {
hcsc.style.display = "block";
hcsc.style.left = cursorPos.x+'px';
hcsc.style.top = cursorPos.y-32+'px';
scTools.style.display = 'none';
}else{
hcsc.style.display = "none";
}
//return
};
/**
* 껮
* ע
* @cursorPos ȡλ
*/
var _COLLECT_TEXT;
var _COLLECT_TEXT_len = '';
function GetSelectedText (cursorPos){
var text,len;
// all browsers, except IE before version 9
if (window.getSelection){
var range = window.getSelection();
text = range.toString();
text=text.slice(0,117)+'...';
len = text.length;
} else {
// Internet Explorer
if (document.selection){
var range = document.selection.createRange();
text = range.text;
text=text.slice(0,117)+'...';
len = text.length;
}
}
//console.log(text);
if('' != text){
_COLLECT_TEXT = text;
}
if(_COLLECT_TEXT_len != len){
collectModule(len,cursorPos);
}
_COLLECT_TEXT_len = len;
};
/**
* ¼
* @param node
* @param type
* @param listener ¼
* @return ¼Ƿӳɹ
*/
function addEvent(node, type, listener){
if(node.addEventListener){
node.addEventListener(type, listener, false);
return true;
} else if(node.attachEvent){
node['e' + type + listener] = listener;
node[type + listener] = function(){
node['e' + type + listener](window.event);
};
node.attachEvent('on' + type, node[type + listener]);
return true;
}
return false;
};
//var cnt_Main_Article = document.getElementById('Cnt-Main-Article-QQ');
addEvent(cnt_Main_Article, 'mouseup', function(ev){
var cursorPos = getMousePoint(ev), d;
GetSelectedText(cursorPos);
scTools.style.background = '#fff';
});
//
var Wrap = document.getElementById('Wrap');
addEvent(document,"mousedown",function(ev){
hcsc.style.display = 'none';
qq.E(ev).stop();
scTools.style.display = 'none';
hcfc.style.display = 'block';
//ֹĬ(W3C)
/*if ( e && e.preventDefault )
{
e.preventDefault();
}
//IEֹĬ϶ķʽ
else {
window.event.returnValue = false;
return false;
}*/
});
addEvent(scTools, "mousedown", function(ev){
qq.E(ev).stop();
});
//ղʱжǷ¼ ղز
addEvent(hcfc,"mousedown",function(ev){
qq.E(ev).stop();
ty=2;
if (qq.cookie("skey"))
{
scTools.style.display = 'block';
loadScript('http://i.match.qq.com/keep/a?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa='+_COLLECT_TEXT+'&fr=Ѷ'+ARTICLE_INFO.site_cname);
}else{
userLogin();
login.cbArr.push(function (){
scTools.style.display = 'block';
loadScript('http://i.match.qq.com/keep/a?url='+ARTICLE_INFO.article_url+'&ty='+ty+'&pa='+_COLLECT_TEXT+'&fr=Ѷ'+ARTICLE_INFO.site_cname)});
}
//hcfc.style.display = 'none';
setTimeout("document.getElementById('scTools').style.display = 'none'",3000);
document.getElementById('tipsWBzf').style.visibility = 'hidden';
hcfc.style.display = 'none';
registerZone2({bossZone: 'wordFvr', url: ''},1)
});
setTimeout(function(){ starwz(); },1500);
}
}
qq.ready(function(){
var collect1 = new collect();
collect1.init();
});