var a;function IdsObject(){}IdsObject.prototype={};a=IdsObject.prototype;a.bind=function(b,c){var d=this;$(document).bind(b,function(){for(var e=1,f=arguments.length,g=[];e<f;e++)g.push(arguments[e]);c.apply(d,g)})};a.trigger=function(b){for(var c=1,d=arguments.length,e=[];c<d;c++)e.push(arguments[c]);$(document).triggerHandler(b,e)};
a.compare=function(b){var c=this.sortKey();b=b.sortKey();for(var d=Math.min(c.length,b.length),e=0;e<d;e++){s=c[e];o=b[e];if(s<o)return-1;if(s>o)return 1}if(c.length<b.length)return-1;if(c.length>b.length)return 1;return 0};a.sortKey=function(){return[]};a.toMoney=function(b){var c=/([0-9]+)([0-9]{3})/;for(b=b+"";c.test(b);)b=b.replace(c,"$1,$2");return"$"+b};function Session(b,c){this.sid=b;this.latency=c;this.didFind=this.didType=false;return this}
Session.init=function(){$("#search_encrypted").bind("mousedown",function(){_gaq.push(["_trackEvent","app","search_encryped"])});$("#search_plain").bind("mousedown",function(){_gaq.push(["_trackEvent","app","search_plain"])});$("#feedback").bind("mousedown",function(){_gaq.push(["_trackEvent","app","click_feedback","home"])});$("#search_encrypted_bottom").bind("mousedown",function(){_gaq.push(["_trackEvent","app","search_encrypt_bottom"])});$("#search_plain_bottom").bind("mousedown",function(){_gaq.push(["_trackEvent",
"app","search_plain_bottom"])});var b=(new Date).getTime();jQuery.ajax({url:"/services/ping/",dataType:"json",data:{path:window.location.pathname},success:function(c){Session.pingSuccess(b,c)},error:Session.pingError})};Session.pingSuccess=function(b,c){b=(new Date).getTime()-b;Session.current=new Session(c.sid,b);Session.current.start()};Session.pingError=function(){Session.current=new Session(Session.fakeSID());Session.current.start()};
Session.fakeSID=function(){return"f"+(Math.floor(Math.random()*9E8)+1E8)};Session.prototype=new IdsObject;Session.prototype.start=function(){this.latency&&_gaq.push(["_trackEvent","search","latency",location.hostname,this.latency]);_gaq.push(["_trackPageview","/virtual/search/visit"]);this.trigger("session",this)};Session.prototype.key=function(){return this.sid.toString()};
Session.prototype.noteSearch=function(){if(!this.didType){_gaq.push(["_trackPageview","/virtual/search/type"]);this.didType=true}};Session.prototype.noteResult=function(b){if(!this.didFind)if(b.com=="a"||b.net=="a"||b.org=="a"){_gaq.push(["_trackPageview","/virtual/search/find"]);this.didFind=true}};function Receiver(){this.previous=new Query("");this.delay=150}Receiver.TLDS=["com","net","org","biz","mobi"];Receiver.filters=[];jQuery.each(Receiver.TLDS,function(b){Receiver.filters.push(new RegExp("\\."+b,""))});Receiver.filters.push(/^.*:\/\//);Receiver.filters.push(/^.*@/);Receiver.filters.push(/www\./);Receiver.filters.push(/^\-+/);Receiver.filters.push(/\-+$/);Receiver.filters.push(new RegExp("[^a-zA-Z0-9\\-]","g"));Receiver.init=function(b){this.current=new Receiver;this.current.install(b)};
Receiver.prototype=new IdsObject;a=Receiver.prototype;a.install=function(b){var c=this;this.input=$(b);this.input[0].focus();this.input.keydown(function(){c.noteKeyEvent()});this.input.keyup(function(){c.noteKeyEvent()});this.bind("throttle",function(){c.noteThrottleEvent()});this.bind("refresh",function(){c.noteRefreshEvent()});Link.records("form",function(d){(new FormLink(d.id,d.tld,d.tool,c.input)).install()})};a.noteKeyEvent=function(){var b=this;setTimeout(function(){b.processInput()},0)};
a.noteThrottleEvent=function(){var b=this;window.setTimeout(function(){b.processInput()},b.delay)};a.noteRefreshEvent=function(){this.previous.isEmpty()?this.trigger("clear"):this.trigger("requery",this.previous)};a.content=function(){var b=this.input[0].value;$.each(Receiver.filters,function(){b=b.replace(this,"")});return b.substring(0,63)};
a.processInput=function(){var b=new Query(this.content());if(!b.isSameAs(this.previous)){if(b.isEmpty())return this.trigger("clear");if(b.isSoonAfter(this.previous,this.delay))return this.trigger("throttle");this.previous=b;this.trigger("query",b)}};function Query(b){this.content=b;this.when=(new Date).getTime()}Query.prototype.isSameAs=function(b){return this.content==b.content};Query.prototype.isEmpty=function(){return this.content==""};Query.prototype.isSoonAfter=function(b,c){return this.when-b.when<c};Query.prototype.isShort=function(){return this.content.length<2};function AvailabilityAgent(b){this.cache={};this.namebase=b}AvailabilityAgent.init=function(){(new AvailabilityAgent(Namebase.balancer())).install()};AvailabilityAgent.prototype=new IdsObject;a=AvailabilityAgent.prototype;a.install=function(){var b=this;this.bind("query",function(c){b.noteQuery(c)})};a.execute=function(b){var c=this.cache[b.content];if(c!=null)this.announceResult(c);else{var d=this;this.namebase.lookup(b.content,function(e){d.handleResult(e)})}};
a.noteQuery=function(b){b.isShort()?this.simulate(b.content):this.execute(b)};a.simulate=function(b){this.announceResult({name:b,tlds:Receiver.TLDS.slice(0)})};a.handleResult=function(b){this.cache[b.name]=b;this.announceResult(b)};a.announceResult=function(b){this.trigger("availability",b)};function Sample(){this.start=(new Date).getTime()}Sample.prototype.stop=function(){this.elapsed=(new Date).getTime()-this.start};
function Namebase(b,c){this.name=b;this.url=location.protocol+"//"+b+c+"?callback=?";this.samples=[];this.successes=this.failures=0}Namebase.timeout=5E3;Namebase.init=function(b,c){this.instances=[];for(var d=0,e=b.length;d<e;d++)this.instances.push(new this(b[d],c))};Namebase.balancer=function(){return new Balancer(this.instances)};
Namebase.stats=function(){for(var b=[],c=0,d=this.instances.length;c<d;c++){var e={name:this.instances[c].name,errancy:this.instances[c].errancy(),latency:this.instances[c].latency()};b.push(e)}return b};Namebase.prototype=new IdsObject;a=Namebase.prototype;
a.lookup=function(b,c){var d=this,e=new Sample;$.ajax({url:this.url,dataType:"json",data:{name:b},timeout:Namebase.timeout,success:function(f){e.stop();d.samples.push(e);d.successes+=1;c(f)},error:function(){e.stop();e.elapsed<Namebase.timeout&&d.samples.push(e);d.failures+=1}})};
a.measure=function(){this.expect("abc",["com","net","org","biz","mobi"]);this.expect("ih52g8dk5hpwftkck89118nc732zm2ww3407vimtnu-p9wuc6n8703sm8ogb9--",[]);this.expect("7vests1df0myi1y33bkivox727-9eizjt3sy-ja-4qmbw1bwpq37g19g88quib6",[])};a.expect=function(b,c){var d=this;this.lookup(b,function(e){if(!d.compareArrays(c,e.tlds))d.failures=Infinity})};a.compareArrays=function(b,c){if(b.length!=c.length)return false;for(var d=0,e=b.length;d<e;d++)if(b[d]!=c[d])return false;return true};
a.latency=function(){if(this.samples.length==0)return Infinity;for(var b=0,c=0,d=this.samples.length;c<d;c++)b+=this.samples[c].elapsed;return b/this.samples.length};a.errancy=function(){var b=this.successes+this.failures;return b==0?1:1-this.successes/b};a.sortKey=function(){return[this.errancy(),this.latency()]};function Balancer(b){this.shouldReport=true;this.namebases=[];for(var c=0,d=b.length;c<d;c++){this.namebases[c]=b[c];b[c].measure()}}Balancer.prototype=new IdsObject;
Balancer.prototype.lookup=function(b,c){this.namebases[0].lookup(b,c);this.rebalance()};Balancer.prototype.rebalance=function(){this.namebases.sort(function(b,c){return b.compare(c)});this.report()};
Balancer.prototype.report=function(){var b,c;if(this.shouldReport){this.shouldReport=false;b={sid:Session.current.key(),selected:this.namebases[0].name,hosts:[]};for(var d=0,e=this.namebases.length;d<e;d++){c=this.namebases[d];b.hosts.push({name:c.name,samples:c.samples})}$.ajax({type:"POST",processData:false,contentType:"application/json",data:JSON.stringify(b),url:"/services/report"})}};function AvailabilityView(){this.delay=150;this.links=[];var b=this;Link.records("availability",function(c){b.links.push(AvailabilityLink.construct(c))})}AvailabilityView.init=function(){(new AvailabilityView).install()};AvailabilityView.prototype=new IdsObject;a=AvailabilityView.prototype;
a.install=function(){this.field=$("#search");this.instructions=$("#instructions");this.results=$("#results");this.controls=$("#controls input");var b=this;this.bind("clear",function(){b.hideResults()});this.bind("availability",function(e){b.acceptResults(e)});this.bind("throttle",function(){b.clearResults()});this.bind("query",function(){b.showResults();b.clearResults()});this.controls.each(function(e,f){function g(){b.updateColumn(h.attr("name"),h.is(":checked"))}var h=$(f);h.click(g);g()});for(var c=
0,d=this.links.length;c<d;c++)this.links[c].install()};a.updateColumn=function(b,c){b=$("#"+b);c?b.removeClass("hidden"):b.addClass("hidden");this.updateColumnWidths()};a.updateColumnWidths=function(){var b=this.controls.filter(":checked"),c=100/(b.length+1)+"%";b.each(function(d,e){$("#"+e.name).attr("width",c)})};a.hideResults=function(){this.results.addClass("hidden");this.instructions.removeClass("hidden")};a.showResults=function(){this.instructions.addClass("hidden");this.results.removeClass("hidden")};
a.clearResults=function(){this.results.addClass("searching");this.results.find("td").removeClass("available").removeClass("unavailable")};a.acceptResults=function(b){var c=this;Receiver.current.content()==b.name&&setTimeout(function(){c.updateResults(b)},0)};
a.updateResults=function(b){var c,d;this.results.removeClass("searching");for(var e=0,f=Receiver.TLDS.length;e<f;e++){c=Receiver.TLDS[e];d=$.inArray(c,b.tlds)==-1;$("#"+c).removeClass("searching").removeClass(d?"unavailable":"available").addClass(d?"available":"unavailable")}e=0;for(f=this.links.length;e<f;e++)this.links[e].update(b.name)};function Tool(b,c,d){this.id=b;this.name=c;this.url=d}Tool.init=function(b){this.instances=[];for(var c=0;c<b.length;c++){var d=b[c];d=new Tool(d.id,d.name,d.url);this.instances[c]=d}};Tool.withId=function(b){for(var c=0;c<this.instances.length;c++){var d=this.instances[c];if(d.id==b)return d}};Tool.prototype.noteClick=function(){_gaq.push(["_trackPageview","/virtual/referral/"+this.name])};function Link(b,c,d,e){this.id=b;if(c)this.tool=Tool.withId(c);this.label=d;this.tld=e}Link.init=function(b){this.data=b};Link.records=function(b,c){for(var d,e=0,f=this.data.length;e<f;e++){d=this.data[e];d.type==b&&c(d)}};Link.prototype=new IdsObject;a=Link.prototype;a.install=function(){var b=this;this.bind("session",function(c){b.noteSession(c)})};a.anchorId=function(){return"link"+this.id};a.selector=function(){return"#"+this.anchorId()};a.sid=function(){return Session.current.key()+"."+this.id};
a.createAnchor=function(b){b=b||this.label;var c=this.anchorId(),d=$("<a />");c&&d.attr("id",c);d.attr("target","_blank");d.append(gettext(b));return d};a.url=function(b){return this.template.replace("<<NAME>>",b)};a.update=function(b,c){c=c||$(this.selector());c.attr("href",this.url(b))};a.noteSession=function(){this.template=this.tool.url.replace("<<SID>>",this.sid()).replace("<<TLD>>",this.tld)};function AdLink(){Link.apply(this,arguments)}AdLink.init=function(){Link.records("ad",function(b){(new AdLink(b.id,b.tool,b.label,b.tld)).install()})};AdLink.prototype=new Link;AdLink.prototype.noteSession=function(b){var c=this;Link.prototype.noteSession.call(this,b);$(this.selector()).attr("href",this.url()).attr("target","_blank").click(function(){_gaq.push(["_trackPageview","/virtual/referral/"+c.tool.name])})};function AvailabilityLink(b,c,d,e,f){Link.call(this,b,c,d,e);if(f=="available")this.anchorClass="a";else if(f=="unavailable")this.anchorClass="u";else if(f=="atitle")this.anchorClass="a tld";else if(f=="utitle")this.anchorClass="u tld"}AvailabilityLink.construct=function(b){return new this(b.id,b.tool,b.label,b.tld,b.location)};AvailabilityLink.prototype=new Link;
AvailabilityLink.prototype.install=function(){var b=this;Link.prototype.install.call(this);var c=this.createAnchor();c.attr("class",this.anchorClass);$("#"+this.tld).append(c);c.click(function(){b.tool.noteClick()})};function FormLink(b,c,d,e){this.id=b;if(d)this.tool=Tool.withId(d);this.tld=c;this.input=e.parents("form").find("input[name=sid]")}FormLink.prototype=new Link;FormLink.prototype.noteSession=function(){this.input.val(this.sid())};function ListLink(b){this.name=this.label=b;this.number=ListLink.nextNumber++;this.noteSession(Session.current)}ListLink.nextNumber=1;ListLink.init=function(b,c,d){this.prototype.id=b;this.prototype.tool=Tool.withId(c);this.prototype.tld=d};ListLink.prototype=new Link;ListLink.prototype.location="list";ListLink.prototype.anchorId=function(){return Link.prototype.anchorId.apply(this)+"-"+this.number};
ListLink.prototype.install=function(b){var c=this,d=this.createAnchor();d.attr("href",this.url(this.name));b.append(d);d.click(function(){c.tool.noteClick()})};function ListView(){this.list=[]}ListView.init=function(){(new this).install("#ssList");Link.records("list",function(b){ListLink.init(b.id,b.tool,b.tld)})};ListView.prototype.install=function(b){var c=this;this.root=$(b);$("#ssTitle").bind("mousedown",function(){c.saveCurrentSearch();return false});$(document).keydown(function(d){if(83==(d.keyCode?d.keyCode:d.which)&&(d.metaKey||d.ctrlKey)){c.saveCurrentSearch();d.preventDefault?d.preventDefault():(d.returnValue=false)}})};
ListView.prototype.saveCurrentSearch=function(){var b=Receiver.current.content().toLowerCase();if(!(b.length==0||$.inArray(b,this.list)!=-1)){this.list.push(b);(new ListLink(b)).install(this.root);if(!this.root.is(":visible")){this.root.find("a").addClass("top");$("#ssTitle").html("Saved Searches");$("#ssInstructions").addClass("hidden");this.root.removeClass("hidden")}_gaq.push(["_trackEvent","app","search_saved"])}};function SuggestionAgent(b,c){this.hostname=b;this.numResults=c;this.cache={}}SuggestionAgent.init=function(b,c){(new SuggestionAgent(b,c)).install()};SuggestionAgent.prototype=new IdsObject;a=SuggestionAgent.prototype;
a.install=function(){var b=this;this.controls=$("#tld-controls input");this.updateTlds();this.controls.each(function(c,d){$(d).change(function(){b.updateTlds()})});$("#result-controls a").each(function(c,d){var e=(c+1)*50;$(d).click(function(){b.setNumResults(e)}).text("Show "+e+" results")});this.bind("query",function(c){b.noteQuery(c)});this.bind("requery",function(c){b.noteRequery(c)})};
a.updateTlds=function(){var b=this;this.tlds=["com"];this.controls.each(function(c,d){$(d).is(":checked")&&b.tlds.push(d.name)});this.trigger("refresh")};a.setNumResults=function(b){this.numResults=b;this.trigger("refresh")};a.execute=function(b,c,d){var e=this.cache[b];e!=null?this.handleResult(e):this.fetch(b,c,d)};a.fetch=function(b,c,d){var e=this,f=(new Date).getTime();$.getJSON(c,d,function(g){g.elapsed=(new Date).getTime()-f;g.query=b;e.cache[b]=g;e.handleResult(g)})};
a.url=function(b){return"http://"+this.hostname+"/"+b+"?tlds="+this.tlds.join(",")+"&limit="+this.numResults+"&hyphens=no&callback=?"};a.noteQuery=function(b){this.execute(b.content,this.url(b.content),{})};a.noteRequery=function(b){this.fetch(b.content,this.url(b.content),{})};a.handleResult=function(b){for(var c=b.results,d=[],e,f=0,g=c.length;f<g;f++){e=c[f];d.push(new Suggestion(e[0],e[1],e[2],e[4],e[5]))}this.trigger("suggestions",b.query,d)};function Suggestion(b,c,d,e,f){this.decomposition=b;this.name=c;this.tld=d;this.price=e;this.relevance=f;this.link=this.findLink(d)}Suggestion.init=function(){var b=this;this.links=[];Link.records("suggestion",function(c){c=SuggestionLink.construct(c);c.install();b.links.push(c)})};Suggestion.prototype=new IdsObject;a=Suggestion.prototype;
a.findLink=function(b){for(var c=this.isAvailable()?"available":"aftermarket",d=0,e=Suggestion.links.length;d<e;d++){link=Suggestion.links[d];if(link.tld==b&&link.location==c)return link}};a.query=function(){return this.decomposition.join("")};a.composed=function(){return this.name.join("")};a.domain=function(){return this.composed()+"."+this.tld};a.sortKey=function(){return[this.tld=="com"?1:2,this.tld]};a.isAvailable=function(){return this.price==0};a.isBid=function(){return this.price==1};
a.clusterLink=function(){return this.createAnchor(this.tld)};a.genLink=function(b){var c=this.createAnchor(this.isAvailable()?this.domain():this.aftermarketLabel());b.append(c)};a.aftermarketLabel=function(){var b=this.isBid()?"(bid)":this.toMoney(this.price);return this.domain()+": "+b};a.createAnchor=function(b){var c=this.name.join("");b=this.link.createAnchor(b);this.link.update(c,b);return b};function SuggestionsView(){}SuggestionsView.prototype=new IdsObject;SuggestionsView.init=function(){(new SuggestionsView).install("#suggestions")};a=SuggestionsView.prototype;a.install=function(b){this.root=$(b).find("div");this.bind("suggestions",function(c,d){this.noteSuggestions(c,d)})};a.noteClear=function(){this.root.empty()};a.noteSuggestions=function(b,c){var d=this;Receiver.current.content()==b&&setTimeout(function(){d.displaySuggestions(b,c)},0)};
a.displaySuggestions=function(b,c){var d=[],e=[];b=[b];for(var f=0,g=c.length;f<g;f++)if(c[f].isAvailable()){var h=c[f].composed();if(b.indexOf(h)==-1){d.push(c[f]);b.push(h)}}else e.push(c[f]);this.genLinks($("#suggestAvailable"),d);this.genLinks($("#suggestAftermarket"),e)};a.genLinks=function(b,c){c.length&&b.empty();for(var d=0,e=c.length;d<e;d++)c[d].genLink(b)};function SuggestionLink(b,c,d,e,f){Link.call(this,b,c,d,e);this.location=f}SuggestionLink.construct=function(b){return new this(b.id,b.tool,b.label,b.tld,b.location)};SuggestionLink.prototype=new Link;SuggestionLink.prototype.anchorId=function(){return""};SuggestionLink.prototype.createAnchor=function(){var b=this,c=Link.prototype.createAnchor.apply(this,arguments);c.click(function(){b.tool.noteClick()});return c};function ExactMatchView(){}ExactMatchView.init=function(){(new ExactMatchView).install("#aftermarket-exact")};ExactMatchView.prototype=new IdsObject;ExactMatchView.prototype.install=function(b){var c=this;this.root=$(b);this.bind("suggestions",function(d,e){c.noteSuggestions(d,e)});this.bind("clear",function(){c.noteClear()});this.bind("query",function(){c.noteClear()})};ExactMatchView.prototype.noteClear=function(){this.root.empty()};
ExactMatchView.prototype.noteSuggestions=function(b,c){var d=this;c.length>0&&Receiver.current.content()==b&&setTimeout(function(){d.acceptSuggestions(c)},0)};ExactMatchView.prototype.acceptSuggestions=function(b){for(var c=null,d=0,e=b.length;d<e;d++)if(b[d].composed()==Receiver.current.previous.content){c=b[d];break}if(c&&!c.isAvailable()){b=c.aftermarketLabel()+"&nbsp;&nbsp;&nbsp;&nbsp;(call 781-373-6821)";this.root.append(c.createAnchor(b))}};Tool.init([{url:"http://www.dpbolvw.net/interactive?domainToCheck=<<NAME>>&tld=<<TLD>>&checkAvail=1&pid=1828533&url=http%3A%2F%2Fwww.godaddy.com%2Fgdshop%2Fregistrar%2Fsearch.asp%3Fisc%3Dcjc695tnw&aid=10390987&sid=<<SID>>",id:1,name:"godaddy"},{url:"http://www.tkqlhce.com/click-1828533-10388358?url=http%3A%2F%2Fwww.godaddy.com%2FHosting%3Fisc=cjc695tnw&sid=<<SID>>",id:2,name:"godaddyhosting"},{url:"http://www.anrdoezrs.net/interactive?domain=<<NAME>>&tld=<<TLD>>&aid=10376103&pid=1828533&url=http%3A%2F%2Forder.1and1.com%2Fdcjump%3Fac%3DOM.US.US469K02463T2103a&sid=<<SID>>",
id:3,name:"1and1"},{url:"http://www.tkqlhce.com/click-1828533-10388358?url=http%3A%2F%2Fwho.godaddy.com%2FWhoIs.aspx%3Fdomain%3D<<NAME>>.<<TLD>>&sid=<<SID>>",id:5,name:"whois"},{url:"http://siteanalytics.compete.com/<<NAME>>.<<TLD>>/",id:6,name:"compete"},{url:"http://www.<<NAME>>.<<TLD>>",id:7,name:"site"},{url:"http://www.jdoqocy.com/click-1828533-10363259&sid=<<SID>>",id:8,name:"1and1hosting"},{url:"http://www.jdoqocy.com/click-1828533-10670391",id:9,name:"yahoo"},{url:"http://www.anrdoezrs.net/click-1828533-10432577",
id:10,name:"yahoohosting"},{url:"http://www.kqzyfj.com/click-1828533-10902968?sid=<<SID>>",id:11,name:"alexaopt"},{url:"http://www.buydomains.com/AddToCart.do?selectedDomains=<<NAME>>.<<TLD>>&referrer_id=4580",id:12,name:"buydomains"},{url:"http://www.namecheap.com/domains/domain-name-search/results.aspx?domain=<<NAME>>.<<TLD>>&tlds=&searchall=&type=singleidea&aff=27634&sid=<<SID>>",id:13,name:"namecheap"}]);
Link.init([{tool:1,label:".com is available!",location:"atitle",tld:"com",type:"availability",id:1},{tool:1,label:".net is available!",location:"atitle",tld:"net",type:"availability",id:2},{tool:1,label:".org is available!",location:"atitle",tld:"org",type:"availability",id:3},{tool:1,label:".biz is available!",location:"atitle",tld:"biz",type:"availability",id:39},{tool:1,label:".mobi is available!",location:"atitle",tld:"mobi",type:"availability",id:40},{tool:5,label:".com is taken.",location:"utitle",
tld:"com",type:"availability",id:16},{tool:5,label:".net is taken.",location:"utitle",tld:"net",type:"availability",id:17},{tool:5,label:".org is taken.",location:"utitle",tld:"org",type:"availability",id:18},{tool:5,label:".biz is taken.",location:"utitle",tld:"biz",type:"availability",id:51},{tool:5,label:".mobi is taken.",location:"utitle",tld:"mobi",type:"availability",id:52},{tool:1,label:"<b>GoDaddy: $7.49</b>",location:"available",tld:"com",type:"availability",id:4},{tool:2,label:"GoDaddy + Hosting",
location:"available",tld:"com",type:"availability",id:7},{tool:3,label:"1 & 1: $4.99",location:"available",tld:"com",type:"availability",id:10},{tool:9,label:"Yahoo! $9.95",location:"available",tld:"com",type:"availability",id:35},{tool:13,label:"Namecheap $10.69",location:"available",tld:"com",type:"availability",id:82},{tool:1,label:"<b>GoDaddy: $7.49</b>",location:"available",tld:"net",type:"availability",id:5},{tool:2,label:"GoDaddy + Hosting",location:"available",tld:"net",type:"availability",
id:8},{tool:3,label:"1 & 1: $7.99",location:"available",tld:"net",type:"availability",id:11},{tool:9,label:"Yahoo! $9.95",location:"available",tld:"net",type:"availability",id:36},{tool:13,label:"Namecheap $10.69",location:"available",tld:"net",type:"availability",id:83},{tool:1,label:"<b>GoDaddy: $7.49</b>",location:"available",tld:"org",type:"availability",id:6},{tool:2,label:"GoDaddy + Hosting",location:"available",tld:"org",type:"availability",id:9},{tool:3,label:"1 & 1: $7.99",location:"available",
tld:"org",type:"availability",id:12},{tool:9,label:"Yahoo! $9.95",location:"available",tld:"org",type:"availability",id:37},{tool:13,label:"Namecheap $9.69",location:"available",tld:"org",type:"availability",id:84},{tool:1,label:"<b>GoDaddy: $7.49</b>",location:"available",tld:"biz",type:"availability",id:41},{tool:2,label:"GoDaddy + Hosting",location:"available",tld:"biz",type:"availability",id:43},{tool:3,label:"1 & 1: $9.99",location:"available",tld:"biz",type:"availability",id:45},{tool:9,label:"Yahoo! $9.95",
location:"available",tld:"biz",type:"availability",id:47},{tool:13,label:"Namecheap $9.69",location:"available",tld:"biz",type:"availability",id:85},{tool:1,label:"<b>GoDaddy: $7.49</b>",location:"available",tld:"mobi",type:"availability",id:42},{tool:2,label:"GoDaddy + Hosting",location:"available",tld:"mobi",type:"availability",id:44},{tool:3,label:"1 & 1: $9.99",location:"available",tld:"mobi",type:"availability",id:46},{tool:9,label:"Yahoo! $9.95",location:"available",tld:"mobi",type:"availability",
id:48},{tool:13,label:"Namecheap $7.99",location:"available",tld:"mobi",type:"availability",id:86},{tool:5,label:"WHOIS",location:"unavailable",tld:"com",type:"availability",id:19},{tool:1,label:"Suggestions",location:"unavailable",tld:"com",type:"availability",id:22},{tool:6,label:"Compete.com",location:"unavailable",tld:"com",type:"availability",id:25},{tool:7,label:"Visit site",location:"unavailable",tld:"com",type:"availability",id:28},{tool:5,label:"WHOIS",location:"unavailable",tld:"net",type:"availability",
id:20},{tool:1,label:"Suggestions",location:"unavailable",tld:"net",type:"availability",id:23},{tool:6,label:"Compete.com",location:"unavailable",tld:"net",type:"availability",id:26},{tool:7,label:"Visit site",location:"unavailable",tld:"net",type:"availability",id:29},{tool:5,label:"WHOIS",location:"unavailable",tld:"org",type:"availability",id:21},{tool:1,label:"Suggestions",location:"unavailable",tld:"org",type:"availability",id:24},{tool:6,label:"Compete.com",location:"unavailable",tld:"org",
type:"availability",id:27},{tool:7,label:"Visit site",location:"unavailable",tld:"org",type:"availability",id:30},{tool:5,label:"WHOIS",location:"unavailable",tld:"biz",type:"availability",id:53},{tool:1,label:"Suggestions",location:"unavailable",tld:"biz",type:"availability",id:55},{tool:6,label:"Compete.com",location:"unavailable",tld:"biz",type:"availability",id:57},{tool:7,label:"Visit site",location:"unavailable",tld:"biz",type:"availability",id:59},{tool:5,label:"WHOIS",location:"unavailable",
tld:"mobi",type:"availability",id:54},{tool:1,label:"Suggestions",location:"unavailable",tld:"mobi",type:"availability",id:56},{tool:6,label:"Compete.com",location:"unavailable",tld:"mobi",type:"availability",id:58},{tool:7,label:"Visit site",location:"unavailable",tld:"mobi",type:"availability",id:60},{tool:11,label:"Alexa Site Audit",location:"",tld:"",type:"ad",id:61},{tool:8,label:"1&1 Domain Hosting",location:"",tld:"",type:"ad",id:32},{tool:2,label:"20% off hosting at GoDaddy.com",location:"",
tld:"",type:"ad",id:33},{tool:10,label:"Yahoo! Hosting",location:"",tld:"",type:"ad",id:38},{tool:1,label:"Search",location:"",tld:"com",type:"form",id:31},{tool:1,label:"saved search",location:"",tld:"com",type:"list",id:34},{tool:1,label:"",location:"available",tld:"com",type:"suggestion",id:77},{tool:1,label:"",location:"available",tld:"net",type:"suggestion",id:78},{tool:1,label:"",location:"available",tld:"org",type:"suggestion",id:79},{tool:1,label:"",location:"available",tld:"biz",type:"suggestion",
id:80},{tool:1,label:"",location:"available",tld:"mobi",type:"suggestion",id:81},{tool:12,label:"",location:"aftermarket",tld:"com",type:"suggestion",id:72},{tool:12,label:"",location:"aftermarket",tld:"net",type:"suggestion",id:73},{tool:12,label:"",location:"aftermarket",tld:"org",type:"suggestion",id:74},{tool:12,label:"",location:"aftermarket",tld:"biz",type:"suggestion",id:75},{tool:12,label:"",location:"aftermarket",tld:"mobi",type:"suggestion",id:76}]);

