﻿
var URLParams = null;
function GetId(arg)
{
    if(URLParams==null)
    {
        URLParams = new Object();
        var aParams = document.location.search.substr(1).split("&");
        for (i=0; i<aParams.length; i++)
        {
            var aParam = aParams[i].split("=");
            URLParams[aParam[0]] = aParam[1];
        }
    }
    //document.referrer
    return URLParams[arg];
}
function ReHref(obj)
{
    var link=obj.href;
    var alink=link.split("=");
    var id=GetId("id");
    if(typeof(id)!="undefined")
    {
        obj.href=alink[0]+"="+GetId("id");
    }
    //alert(obj.href);
}

function JsEnd()
{
    if(document.readyState == "complete")
    {
        document.writeln("<\/div>")
    }
}
document.writeln("<div style=\"height:0px; visibility:hidden;\">"); 
document.writeln("<script language=\"javascript\" type=\"text\/javascript\" src=\"http:\/\/count4.51yes.com\/click.aspx?id=47101103&logo=1\"><\/script>");
document.writeln("<script language=\"javascript\" type=\"text\/javascript\" src=\"http:\/\/js.users.51.la\/1775516.js\"><\/script>");
JsEnd();




/*
document.writeln("<SCRIPT type=text\/javascript>");
document.writeln("   document.body.oncopy = function () ");
document.writeln("   { 	");
document.writeln("    setTimeout( function () { 	");
document.writeln("	var text = clipboardData.getData(\"text\");");
document.writeln("		if (text) { 	");
document.writeln("		text = text + \"\\r\\n文章来自: 优易网(www.uewang.com) 详文参考：\"+location.href; ");
document.writeln("");
document.writeln("clipboardData.setData(\"text\", text);");
document.writeln("               		  } ");
document.writeln("                            }, 100 ) }");
document.writeln("<\/SCRIPT>")
*/

