Vars=function(F){this.numVars=0;if(F!=null){var A,B;var E=F.split("&");var H=E.length;for(var C=0;C<H;C++){var G=E[C];if((G.indexOf("=")!=-1)&&(G.length>3)){var A=G.split("=");var B=A[0];var D=A[1];if(this[B]==null&&B.length>0&&D.length>0){this[B]=D;this.numVars++}}}}};Vars.prototype.toString=function(C){var A="";if(C==null){C=""}for(var B in this){if(this[B]!=null&&typeof (this[B])!="object"&&typeof (this[B])!="function"&&B!="numVars"){A+=C+B+"="+this[B]+"&"}}if(A.length>0){A=A.substr(0,A.length-1)}return A};getSearch=function(B){var A="";if(B.location.search.length>1){A=new String(B.location.search);A=A.substring(1,A.length)}return A};var lc_id=Math.floor(Math.random()*100000).toString(16);if(this!=top){try{top.Vars=Vars;top.getSearch=getSearch;top.lc_id=lc_id}catch(e){}};