var fnR2C=function(){}; fnR2C.prototype={ set:function(id){ console.log(location.href); var t=document.createElement("div"); t.id = "R2C"; t.innerHTML=""; document.body.appendChild(t); } };