Vars=function(g){this.numVars=0;if(g!=null){var a,b;var f=g.split("&");var j=f.length;for(var c=0;c<j;c++){var h=f[c];if((h.indexOf("=")!=-1)&&(h.length>3)){var a=h.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){}};