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};function getSearch(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){top.Vars=Vars;top.getSearch=getSearch;top.lc_id=lc_id};
