(function($){ $.fn.invisible = function(){ return this.each(function(){ $(this).css("display", "none"); }); }; $.fn.visible = function(){ return this.each(function(){ $(this).css("display", "block"); }); }; }(jQuery)); $(document).ready(function() { var myTimer = undefined; var delayTime = 1500; var TldArray = ["com","net","info","org","biz","co.uk","tv","name","co","no","in","us","am","me","cc","uk","ag","ru","eu","is","asia","cz","de","ac","ca","ro","io","jp","ie","ch","it","se","es","mobi","im","be","fi","aero","fr","dk","nu","hu","tw","cl","pro","my","lu","md"]; var currentRequest = null; $(document).on("click keyup",".Search" ,function(e) { if ((e.which >= 1 && e.which <= 4) || (e.which >= 48 && e.which <= 57) || (e.which >= 65 && e.which <= 90) || (e.which >= 97 && e.which <= 105) || e.which == 45 || e.which == 190 || e.which == 13 || e.which == 8 || e.which == 189 || e.which == 109 || e.which == 111 || e.which == 191) { var domain = search_validate($('#Search').val()); var domain_length = domain.length; var the_char=domain.charAt(0); if(the_char === " " || domain.match(/^([-.@#$%^&*()=":';?>
'); $('.com-btn').html('
'); $("#change-background").removeClass("main-tld-cont available").addClass("main-tld-cont is-loading"); $("#change-background").removeClass("main-tld-cont not-available").addClass("main-tld-cont is-loading"); $('.btn-dmn,.com-btn').attr('id', 'default'); $('.InstantDomainShow').html(domain); var TotalDivWidth = $(".domain-name").width(); var DomainWidth = $(".InstantDomainShow").width(); var ExtWidth = $(".domain-ext").width(); var ExtractWidth = TotalDivWidth-DomainWidth; if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0", "background-color": "none"}); var start = domain.indexOf("."); if(start != -1) { var FirstPart = domain.substr(0,start); var FindExtension = domain.substr(start+1,domain_length); } else { var FirstPart = domain; var FindExtension = ""; } domain = FirstPart; if (jQuery.inArray(FindExtension, TldArray)!='-1') { main_tld = FindExtension; $('.live-domain-name').html(domain+"."+main_tld); } else { var main_tld="com"; $('.live-domain-name').html(domain+"."+main_tld); } clearTimeout(myTimer); myTimer = window.setTimeout( function() { domain = domain.substring(0,60); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/suggest.php", data: {'domain':domain}, success: function(msg) { $('.suggesstions-list').css({'height':'100%'}); $('.suggesstions-list').html(msg); }, error: function(msg) { } }); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain,'tld':main_tld,'tld1':'main_div'}, dataType: "json", success: function(msg) { $("#top-header-domain").html(msg[0]); }, error: function(msg) { } }); if(currentRequest != null) currentRequest.abort(); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'com'}, dataType: "json", success: function(msg) { $("#tab_com").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'net'}, dataType: "json", success: function(msg) { $("#tab_net").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'info'}, dataType: "json", success: function(msg) { $("#tab_info").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'org'}, dataType: "json", success: function(msg) { $("#tab_org").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'biz'}, dataType: "json", success: function(msg) { $("#tab_biz").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'co.uk'}, dataType: "json", success: function(msg) { $("#tab_couk").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'tv'}, dataType: "json", success: function(msg) { $("#tab_tv").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'name'}, dataType: "json", success: function(msg) { $("#tab_name").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'co'}, dataType: "json", success: function(msg) { $("#tab_co").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'no'}, dataType: "json", success: function(msg) { $("#tab_no").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'in'}, dataType: "json", success: function(msg) { $("#tab_in").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'us'}, dataType: "json", success: function(msg) { $("#tab_us").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'am'}, dataType: "json", success: function(msg) { $("#tab_am").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'me'}, dataType: "json", success: function(msg) { $("#tab_me").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'cc'}, dataType: "json", success: function(msg) { $("#tab_cc").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'uk'}, dataType: "json", success: function(msg) { $("#tab_uk").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ag'}, dataType: "json", success: function(msg) { $("#tab_ag").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ru'}, dataType: "json", success: function(msg) { $("#tab_ru").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'eu'}, dataType: "json", success: function(msg) { $("#tab_eu").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'is'}, dataType: "json", success: function(msg) { $("#tab_is").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'asia'}, dataType: "json", success: function(msg) { $("#tab_asia").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'cz'}, dataType: "json", success: function(msg) { $("#tab_cz").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'de'}, dataType: "json", success: function(msg) { $("#tab_de").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ac'}, dataType: "json", success: function(msg) { $("#tab_ac").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ca'}, dataType: "json", success: function(msg) { $("#tab_ca").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ro'}, dataType: "json", success: function(msg) { $("#tab_ro").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'io'}, dataType: "json", success: function(msg) { $("#tab_io").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'jp'}, dataType: "json", success: function(msg) { $("#tab_jp").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ie'}, dataType: "json", success: function(msg) { $("#tab_ie").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'ch'}, dataType: "json", success: function(msg) { $("#tab_ch").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'it'}, dataType: "json", success: function(msg) { $("#tab_it").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'se'}, dataType: "json", success: function(msg) { $("#tab_se").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'es'}, dataType: "json", success: function(msg) { $("#tab_es").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'mobi'}, dataType: "json", success: function(msg) { $("#tab_mobi").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'im'}, dataType: "json", success: function(msg) { $("#tab_im").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'be'}, dataType: "json", success: function(msg) { $("#tab_be").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'fi'}, dataType: "json", success: function(msg) { $("#tab_fi").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'aero'}, dataType: "json", success: function(msg) { $("#tab_aero").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'fr'}, dataType: "json", success: function(msg) { $("#tab_fr").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'dk'}, dataType: "json", success: function(msg) { $("#tab_dk").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'nu'}, dataType: "json", success: function(msg) { $("#tab_nu").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'hu'}, dataType: "json", success: function(msg) { $("#tab_hu").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'tw'}, dataType: "json", success: function(msg) { $("#tab_tw").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'cl'}, dataType: "json", success: function(msg) { $("#tab_cl").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'pro'}, dataType: "json", success: function(msg) { $("#tab_pro").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'my'}, dataType: "json", success: function(msg) { $("#tab_my").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'lu'}, dataType: "json", success: function(msg) { $("#tab_lu").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); currentRequest = $.ajax({ type:"POST", url: "http://instant-domain-search.fr/results.php", data: {'domain':domain ,'tld':'md'}, dataType: "json", success: function(msg) { $("#tab_md").html(msg[0]); if(ExtractWidth < ExtWidth) $(".domain-ext").css({"position": "absolute", "right": "0", "top": "13px","background-color": "#DFE4E8"}); else $(".domain-ext").css({"position": "relative", "padding": "0","top": "0","background-color": "#DFE4E8"}); }, error: function(msg) { } }); }, delayTime); } } }); }); function search_validate(val) { var newClass; newClass =val; var intIndexOfMatch = newClass.indexOf("---"); while (intIndexOfMatch != -1) { newClass = newClass.replace( "---", "--" ) intIndexOfMatch = newClass.indexOf( "---" ); } var intIndexOfMatch = newClass.indexOf(".-"); while (intIndexOfMatch != -1) { newClass = newClass.replace( ".-", "" ) intIndexOfMatch = newClass.indexOf( ".-" ); } var intIndexOfMatch = newClass.indexOf("-."); while (intIndexOfMatch != -1) { newClass = newClass.replace( "-.", "" ) intIndexOfMatch = newClass.indexOf( "-." ); } newClass = newClass.replace(/\.+$|\-+$/g,""); newClass = newClass.replace ( /[^a-zA-Z0-9.-]/g, ''); return newClass; } function affiliate_links_change(lastID) { $.ajax({ type:"POST", url: "http://instant-domain-search.fr/includes/count_stats.php", data: {'affiliates_clicks':'1','affiliate_name':lastID}, success: function(msg){ $("#alert").html(msg); }, error:function(){ } }); $(".tab").removeClass("active"); $("#"+lastID).addClass('active'); var domain = document.getElementById("Search").value; var valid_domain=search_validate(domain); if(lastID == "godaddy") godaddy_changes(lastID,valid_domain); else if(lastID == "iwant_my_name") iwantmyname_changes(lastID,valid_domain); else if(lastID == "media_temple") media_temple_changes(lastID,valid_domain); else if(lastID == "name_cheap") name_cheap_changes(lastID,valid_domain); else if(lastID == "one_one") one_one_changes(lastID,valid_domain); else if(lastID == "register") register_changes(lastID,valid_domain); else if(lastID == "united_domains") united_domains_changes(lastID,valid_domain); else if(lastID == "yahoo") yahoo_changes(lastID,valid_domain); else if(lastID == "hover") hover_changes(lastID,valid_domain); } function godaddy_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 1.49 $'); $("#href_com").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.com&checkAvail=1"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 9.99 $'); $("#href_net").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.net&checkAvail=1"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 2.99 $'); $("#href_info").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.info&checkAvail=1"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 8.99 $'); $("#href_org").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.org&checkAvail=1"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 13 $'); $("#href_biz").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.biz&checkAvail=1"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.co.uk&checkAvail=1"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy 39.99 $'); $("#href_tv").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.tv&checkAvail=1"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.name&checkAvail=1"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 12.99 $'); $("#href_co").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.co&checkAvail=1"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.no&checkAvail=1"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy 8.99 $'); $("#href_in").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.in&checkAvail=1"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 3.99 $'); $("#href_us").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.us&checkAvail=1"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy 89.99 $'); $("#href_am").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.am&checkAvail=1"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 9.99 $'); $("#href_me").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.me&checkAvail=1"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy 19.99 $'); $("#href_cc").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.cc&checkAvail=1"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy 9.99 $'); $("#href_uk").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.uk&checkAvail=1"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy 149.99 $'); $("#href_ag").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ag&checkAvail=1"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy 14.99 $'); $("#href_ru").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ru&checkAvail=1"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy 7.99 $'); $("#href_eu").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.eu&checkAvail=1"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.is&checkAvail=1"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy 19.99 $'); $("#href_asia").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.asia&checkAvail=1"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy 19.99 $'); $("#href_cz").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.cz&checkAvail=1"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy 9.99 $'); $("#href_de").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.de&checkAvail=1"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ac&checkAvail=1"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy 12.99 $'); $("#href_ca").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ca&checkAvail=1"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ro&checkAvail=1"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy 59.99 $'); $("#href_io").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.io&checkAvail=1"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy 69.99 $'); $("#href_jp").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.jp&checkAvail=1"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ie&checkAvail=1"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy 19.99 $'); $("#href_ch").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.ch&checkAvail=1"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy 12.99 $'); $("#href_it").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.it&checkAvail=1"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy 29.99 $'); $("#href_se").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.se&checkAvail=1"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy 14.99 $'); $("#href_es").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.es&checkAvail=1"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy 6.99 $'); $("#href_mobi").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.mobi&checkAvail=1"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy 29.99 $'); $("#href_im").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.im&checkAvail=1"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy 17.49 $'); $("#href_be").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.be&checkAvail=1"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.fi&checkAvail=1"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.aero&checkAvail=1"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy 19.99 $'); $("#href_fr").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.fr&checkAvail=1"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy 16 $'); $("#href_dk").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.dk&checkAvail=1"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.nu&checkAvail=1"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.hu&checkAvail=1"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy 16 $'); $("#href_tw").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.tw&checkAvail=1"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy 16 $'); $("#href_cl").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.cl&checkAvail=1"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.pro&checkAvail=1"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.my&checkAvail=1"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.lu&checkAvail=1"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.md&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+suggesstedDomain+"&tld=."+suggesstedExt+"&checkAvail=1"); $("#top_domain_href").attr("href", "http://www.dpbolvw.net/click-7753202-10388358?sid=1673601704.1419598115&url=https://www.godaddy.com/domains/search.aspx?domainToCheck="+ domain +"&tld=.com&checkAvail=1"); } function iwantmyname_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 14.9 $'); $("#href_com").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".com%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 14.9 $'); $("#href_net").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".net%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 12 $'); $("#href_info").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".info%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 15.5 $'); $("#href_org").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".org%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 2 $'); $("#href_biz").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".biz%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".co.uk%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy 39 $'); $("#href_tv").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".tv%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".name%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 15.5 $'); $("#href_co").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".co%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".no%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy 24.9 $'); $("#href_in").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".in%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 19 $'); $("#href_us").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".us%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy 99 $'); $("#href_am").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".am%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 19.9 $'); $("#href_me").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".me%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy 24.9 $'); $("#href_cc").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".cc%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy 12.5 $'); $("#href_uk").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".uk%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy 1.19 $'); $("#href_ag").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ag%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ru%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy 12.5 $'); $("#href_eu").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".eu%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy 99 $'); $("#href_is").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".is%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy 14.9 $'); $("#href_asia").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".asia%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy 3.75 $'); $("#href_cz").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".cz%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy 12.5 $'); $("#href_de").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".de%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy 12.5 $'); $("#href_ac").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ac%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy 2.75 $'); $("#href_ca").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ca%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ro%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy 15.5 $'); $("#href_io").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".io%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".jp%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy 2.75 $'); $("#href_ie").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ie%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy 12.5 $'); $("#href_ch").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".ch%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy 2.75 $'); $("#href_it").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".it%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy 3.75 $'); $("#href_se").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".se%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy 3.75 $'); $("#href_es").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".es%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy 2.75 $'); $("#href_mobi").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".mobi%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy 12.5 $'); $("#href_im").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".im%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy 12.5 $'); $("#href_be").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".be%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".fi%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy 2.75 $'); $("#href_aero").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".aero%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy 15.5 $'); $("#href_fr").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".fr%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".dk%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".nu%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".hu%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".tw%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".cl%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".pro%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".my%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".lu%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".md%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ suggesstedDomain + "."+suggesstedExt+"%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); $("#top_domain_href").attr("href", "https://www.shareasale.com/newconfirm.cfm?userID=936361&auth=KzxIISxHSVJeNEA7LVdfRCAK&m=25581&afftrack=&urllink=iwantmyname.com%2Fsearch%2Fadd%2F"+ domain + ".com%3Fr%3DInstantDomainSearch%26_r%3DInstantDomainSearch%26_p%3Dsession%253Dunused%2526user%253Dunused"); } function media_temple_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 15 $'); $("#href_com").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 15 $'); $("#href_net").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 15 $'); $("#href_info").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 15 $'); $("#href_org").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 3 $'); $("#href_biz").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy'); $("#href_tv").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 29 $'); $("#href_co").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy'); $("#href_in").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy'); $("#href_us").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 25 $'); $("#href_me").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy'); $("#href_cc").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy'); $("#href_uk").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy'); $("#href_eu").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy'); $("#href_asia").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy'); $("#href_de").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy'); $("#href_ca").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy'); $("#href_io").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy'); $("#href_ch").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy'); $("#href_mobi").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); $("#top_domain_href").attr("href","http://www.mediatemple.net#a_aid=54d33fbe727e2"); } function name_cheap_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 10.69 $'); $("#href_com").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".com"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 12.48 $'); $("#href_net").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".net"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 10.47 $'); $("#href_info").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".info"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 11.48 $'); $("#href_org").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".org"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 4 $'); $("#href_biz").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".biz"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".co.uk"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy 24.99 $'); $("#href_tv").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".tv"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".name"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 8.88 $'); $("#href_co").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".co"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".no"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy 8.69 $'); $("#href_in").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".in"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 8.48 $'); $("#href_us").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".us"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".am"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 8.99 $'); $("#href_me").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".me"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy'); $("#href_cc").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".cc"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy 7.58 $'); $("#href_uk").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".uk"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ag"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ru"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy 9.99 $'); $("#href_eu").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".eu"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".is"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy 12.99 $'); $("#href_asia").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".asia"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".cz"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy 8.4 $'); $("#href_de").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".de"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ac"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy 11.98 $'); $("#href_ca").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ca"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ro"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy 32.88 $'); $("#href_io").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".io"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".jp"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ie"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy 14.99 $'); $("#href_ch").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".ch"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".it"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".se"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".es"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy 8.98 $'); $("#href_mobi").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".mobi"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".im"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".be"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".fi"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".aero"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy 9.05 $'); $("#href_fr").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".fr"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".dk"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".nu"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".hu"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".tw"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".cl"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".pro"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".my"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".lu"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".md"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+suggesstedDomain+"."+suggesstedExt); $("#top_domain_href").attr("href","http://www.anrdoezrs.net/click-7753202-11674393?sid=1673601704.1419598115&url=https://www.namecheap.com/domains/registration/results.aspx?domain="+ domain + ".com"); } function one_one_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 0.99 $'); $("#href_com").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=com&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 0.99 $'); $("#href_net").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=net&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 2.99 $'); $("#href_info").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=info&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 6.99 $'); $("#href_org").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=org&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 5 $'); $("#href_biz").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=biz&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=co.uk&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy'); $("#href_tv").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=tv&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=name&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 9.99 $'); $("#href_co").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=co&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=no&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy'); $("#href_in").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=in&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 14.99 $'); $("#href_us").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=us&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=am&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy'); $("#href_me").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=me&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy'); $("#href_cc").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=cc&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy'); $("#href_uk").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=uk&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ag&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ru&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy'); $("#href_eu").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=eu&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=is&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy'); $("#href_asia").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=asia&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=cz&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy'); $("#href_de").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=de&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ac&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy'); $("#href_ca").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ca&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ro&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy'); $("#href_io").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=io&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=jp&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ie&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy'); $("#href_ch").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=ch&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=it&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=se&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=es&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy'); $("#href_mobi").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=mobi&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=im&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=be&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=fi&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=aero&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=fr&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=dk&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=nu&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=hu&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=tw&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=cl&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=pro&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=my&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=lu&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=md&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ suggesstedDomain +"&tld="+suggesstedExt+"&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); $("#top_domain_href").attr("href", "https://www.dpbolvw.net/interactive?sid=80072381.1420179601&domain="+ domain +"&tld=.com&aid=10933941&pid=7756212&url=http://order.1and1.com/dcjump?ac=OM.US.US469K02463T2103a&ovm_kp=wh&ovm_wm=s_ch_360x50"); } function register_changes(lastID) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy'); $("#href_com").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy'); $("#href_net").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy'); $("#href_info").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy'); $("#href_org").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 6 $'); $("#href_biz").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy'); $("#href_tv").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy'); $("#href_co").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy'); $("#href_in").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy'); $("#href_us").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy'); $("#href_me").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy'); $("#href_cc").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy'); $("#href_uk").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy'); $("#href_eu").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy'); $("#href_asia").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy'); $("#href_de").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy'); $("#href_ca").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy'); $("#href_io").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy'); $("#href_ch").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy'); $("#href_mobi").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); $("#top_domain_href").attr("href","http://www.anrdoezrs.net/click-7753202-11336055"); } function united_domains_changes(lastID) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 9.9 $'); $("#href_com").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 14.9 $'); $("#href_net").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 14.9 $'); $("#href_info").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 14.9 $'); $("#href_org").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 7 $'); $("#href_biz").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy 29 $'); $("#href_tv").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy 14.9 $'); $("#href_name").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 25 $'); $("#href_co").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy 14.9 $'); $("#href_no").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy 14.9 $'); $("#href_in").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 9.9 $'); $("#href_us").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy 79 $'); $("#href_am").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 14.9 $'); $("#href_me").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy 14.9 $'); $("#href_cc").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy 9.9 $'); $("#href_uk").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy 99 $'); $("#href_ag").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy 14.9 $'); $("#href_eu").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy 14.9 $'); $("#href_asia").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy'); $("#href_de").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy 14.9 $'); $("#href_ac").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy 14.9 $'); $("#href_ca").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy 59 $'); $("#href_io").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy 14.9 $'); $("#href_ch").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy 14.9 $'); $("#href_mobi").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy 14.9 $'); $("#href_im").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy 14.9 $'); $("#href_be").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); $("#top_domain_href").attr("href","https://www.dpbolvw.net/click-7384289-11323759?sid=1673601704.1419598115"); } function yahoo_changes(lastID) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 9.95 $'); $("#href_com").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 9.95 $'); $("#href_net").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 9.95 $'); $("#href_info").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 9.95 $'); $("#href_org").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 8 $'); $("#href_biz").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy'); $("#href_tv").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy'); $("#href_co").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy'); $("#href_in").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 9.95 $'); $("#href_us").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy'); $("#href_me").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy'); $("#href_cc").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy'); $("#href_uk").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy'); $("#href_eu").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy'); $("#href_asia").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy'); $("#href_de").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy'); $("#href_ac").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy'); $("#href_ca").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy'); $("#href_io").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy'); $("#href_ch").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy'); $("#href_it").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy'); $("#href_se").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy'); $("#href_es").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy'); $("#href_mobi").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy'); $("#href_aero").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy'); $("#href_nu").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy'); $("#href_pro").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); $("#top_domain_href").attr("href","http://www.dpbolvw.net/click-7517193-10670391?sid=1673601704.1419598115"); } function hover_changes(lastID,domain) { var suggesstedDomain; var suggesstedExt; $("#tld_com,#top_com_domain,#suggest_tld_com").html('Buy 12.99 $'); $("#href_com").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".com"); $("#tld_net,#top_net_domain,#suggest_tld_net").html('Buy 13.6 $'); $("#href_net").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".net"); $("#tld_info,#top_info_domain,#suggest_tld_info").html('Buy 5 $'); $("#href_info").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".info"); $("#tld_org,#top_org_domain,#suggest_tld_org").html('Buy 12.99 $'); $("#href_org").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".org"); $("#tld_biz,#top_biz_domain,#suggest_tld_biz").html('Buy 12.98 $'); $("#href_biz").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".biz"); $("#tld_couk,#top_couk_domain,#suggest_tld_couk").html('Buy'); $("#href_couk").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".co.uk"); $("#tld_tv,#top_tv_domain,#suggest_tld_tv").html('Buy 29.75 $'); $("#href_tv").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".tv"); $("#tld_name,#top_name_domain,#suggest_tld_name").html('Buy'); $("#href_name").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".name"); $("#tld_co,#top_co_domain,#suggest_tld_co").html('Buy 24.6 $'); $("#href_co").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".co"); $("#tld_no,#top_no_domain,#suggest_tld_no").html('Buy'); $("#href_no").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".no"); $("#tld_in,#top_in_domain,#suggest_tld_in").html('Buy 14.99 $'); $("#href_in").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".in"); $("#tld_us,#top_us_domain,#suggest_tld_us").html('Buy 14.99 $'); $("#href_us").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".us"); $("#tld_am,#top_am_domain,#suggest_tld_am").html('Buy'); $("#href_am").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".am"); $("#tld_me,#top_me_domain,#suggest_tld_me").html('Buy 18.06 $'); $("#href_me").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".me"); $("#tld_cc,#top_cc_domain,#suggest_tld_cc").html('Buy 29.99 $'); $("#href_cc").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".cc"); $("#tld_uk,#top_uk_domain,#suggest_tld_uk").html('Buy 9.99 $'); $("#href_uk").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".uk"); $("#tld_ag,#top_ag_domain,#suggest_tld_ag").html('Buy'); $("#href_ag").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ag"); $("#tld_ru,#top_ru_domain,#suggest_tld_ru").html('Buy'); $("#href_ru").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ru"); $("#tld_eu,#top_eu_domain,#suggest_tld_eu").html('Buy 14.99 $'); $("#href_eu").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".eu"); $("#tld_is,#top_is_domain,#suggest_tld_is").html('Buy'); $("#href_is").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".is"); $("#tld_asia,#top_asia_domain,#suggest_tld_asia").html('Buy 14.3 $'); $("#href_asia").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".asia"); $("#tld_cz,#top_cz_domain,#suggest_tld_cz").html('Buy'); $("#href_cz").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".cz"); $("#tld_de,#top_de_domain,#suggest_tld_de").html('Buy 14.99 $'); $("#href_de").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".de"); $("#tld_ac,#top_ac_domain,#suggest_tld_ac").html('Buy 79.99 $'); $("#href_ac").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ac"); $("#tld_ca,#top_ca_domain,#suggest_tld_ca").html('Buy 14.99 $'); $("#href_ca").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ca"); $("#tld_ro,#top_ro_domain,#suggest_tld_ro").html('Buy'); $("#href_ro").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ro"); $("#tld_io,#top_io_domain,#suggest_tld_io").html('Buy 49.99 $'); $("#href_io").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".io"); $("#tld_jp,#top_jp_domain,#suggest_tld_jp").html('Buy'); $("#href_jp").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".jp"); $("#tld_ie,#top_ie_domain,#suggest_tld_ie").html('Buy'); $("#href_ie").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ie"); $("#tld_ch,#top_ch_domain,#suggest_tld_ch").html('Buy 14.99 $'); $("#href_ch").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".ch"); $("#tld_it,#top_it_domain,#suggest_tld_it").html('Buy 14.99 $'); $("#href_it").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".it"); $("#tld_se,#top_se_domain,#suggest_tld_se").html('Buy 29.99 $'); $("#href_se").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".se"); $("#tld_es,#top_es_domain,#suggest_tld_es").html('Buy 19.99 $'); $("#href_es").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".es"); $("#tld_mobi,#top_mobi_domain,#suggest_tld_mobi").html('Buy 11.47 $'); $("#href_mobi").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".mobi"); $("#tld_im,#top_im_domain,#suggest_tld_im").html('Buy'); $("#href_im").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".im"); $("#tld_be,#top_be_domain,#suggest_tld_be").html('Buy'); $("#href_be").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".be"); $("#tld_fi,#top_fi_domain,#suggest_tld_fi").html('Buy'); $("#href_fi").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".fi"); $("#tld_aero,#top_aero_domain,#suggest_tld_aero").html('Buy 79.81 $'); $("#href_aero").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".aero"); $("#tld_fr,#top_fr_domain,#suggest_tld_fr").html('Buy'); $("#href_fr").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".fr"); $("#tld_dk,#top_dk_domain,#suggest_tld_dk").html('Buy'); $("#href_dk").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".dk"); $("#tld_nu,#top_nu_domain,#suggest_tld_nu").html('Buy 34.99 $'); $("#href_nu").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".nu"); $("#tld_hu,#top_hu_domain,#suggest_tld_hu").html('Buy'); $("#href_hu").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".hu"); $("#tld_tw,#top_tw_domain,#suggest_tld_tw").html('Buy'); $("#href_tw").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".tw"); $("#tld_cl,#top_cl_domain,#suggest_tld_cl").html('Buy'); $("#href_cl").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".cl"); $("#tld_pro,#top_pro_domain,#suggest_tld_pro").html('Buy 14.3 $'); $("#href_pro").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".pro"); $("#tld_my,#top_my_domain,#suggest_tld_my").html('Buy'); $("#href_my").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".my"); $("#tld_lu,#top_lu_domain,#suggest_tld_lu").html('Buy'); $("#href_lu").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".lu"); $("#tld_md,#top_md_domain,#suggest_tld_md").html('Buy'); $("#href_md").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".md"); suggesstedDomain = document.getElementById("suggesstedDomain0").value; suggesstedExt = document.getElementById("suggesstedExt0").value; $("#suggest_href_0").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain1").value; suggesstedExt = document.getElementById("suggesstedExt1").value; $("#suggest_href_1").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain2").value; suggesstedExt = document.getElementById("suggesstedExt2").value; $("#suggest_href_2").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain3").value; suggesstedExt = document.getElementById("suggesstedExt3").value; $("#suggest_href_3").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain4").value; suggesstedExt = document.getElementById("suggesstedExt4").value; $("#suggest_href_4").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain5").value; suggesstedExt = document.getElementById("suggesstedExt5").value; $("#suggest_href_5").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain6").value; suggesstedExt = document.getElementById("suggesstedExt6").value; $("#suggest_href_6").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain7").value; suggesstedExt = document.getElementById("suggesstedExt7").value; $("#suggest_href_7").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain8").value; suggesstedExt = document.getElementById("suggesstedExt8").value; $("#suggest_href_8").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain9").value; suggesstedExt = document.getElementById("suggesstedExt9").value; $("#suggest_href_9").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain10").value; suggesstedExt = document.getElementById("suggesstedExt10").value; $("#suggest_href_10").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain11").value; suggesstedExt = document.getElementById("suggesstedExt11").value; $("#suggest_href_11").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain12").value; suggesstedExt = document.getElementById("suggesstedExt12").value; $("#suggest_href_12").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain13").value; suggesstedExt = document.getElementById("suggesstedExt13").value; $("#suggest_href_13").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain14").value; suggesstedExt = document.getElementById("suggesstedExt14").value; $("#suggest_href_14").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain15").value; suggesstedExt = document.getElementById("suggesstedExt15").value; $("#suggest_href_15").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain16").value; suggesstedExt = document.getElementById("suggesstedExt16").value; $("#suggest_href_16").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain17").value; suggesstedExt = document.getElementById("suggesstedExt17").value; $("#suggest_href_17").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain18").value; suggesstedExt = document.getElementById("suggesstedExt18").value; $("#suggest_href_18").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); suggesstedDomain = document.getElementById("suggesstedDomain19").value; suggesstedExt = document.getElementById("suggesstedExt19").value; $("#suggest_href_19").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ suggesstedDomain + "."+suggesstedExt); $("#top_domain_href").attr("href","https://hover.evyy.net/c/125102/154283/2799?p.domain="+ domain + ".com"); } function capitalise(string) { return string.charAt(0).toUpperCase() + string.slice(1).toLowerCase(); } function change_pages(page,title,e) { if (!e) e = window.event; if (!e.ctrlKey) { $("#main_page").visible(); $("#social-button").visible(); $("#tld_list").invisible(); $("#top-header-domain").invisible(); $("#links").invisible(); $(".footer").removeClass("footer-hidden"); var status_of_loader = '1'; if(status_of_loader == 1) $('#main_page').html('
').fadeIn('fast'); document.getElementById('Search').value= ''; if(page == 'home') document.title = capitalise("instant domain search generator"); else document.title = capitalise(title); $(".page").removeClass("active"); $("#"+page).addClass('active'); if(page == 'home') window.history.pushState(title, capitalise(page)+ " instant domain search generator ","http://instant-domain-search.fr"); else window.history.pushState(title, capitalise(page)+ " instant domain search generator ","http://instant-domain-search.fr/page/"+page); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/page.php", data: {'page':page}, dataType: "json", success: function(data) { $("#main_page").html(data['0']); } }); return false; } } function contact_page(page,e) { if (!e) e = window.event; if (!e.ctrlKey) { $("#main_page").visible(); $("#social-button").visible(); $("#tld_list").invisible(); $("#top-header-domain").invisible(); $("#links").invisible(); $(".footer").removeClass("footer-hidden"); var status_of_loader = '1'; if(status_of_loader == 1) $('#main_page').html('
').fadeIn('fast'); document.getElementById('Search').value= ''; document.title = capitalise('Contact Us'); window.history.pushState("Contact Us", capitalise(page)+ " instant domain search generator ","http://instant-domain-search.fr/"+page); $(".page").removeClass("active"); $("#contact").addClass('active'); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/page.php", data: {'page':page}, success: function(data) { $("#main_page").html(data); } }); return false; } } function mailsend() { var name = document.getElementById('name').value; var email = document.getElementById('email').value; var subject = document.getElementById('subject').value; var message_box = document.getElementById('message_box').value; var captcha_status = '1'; if(captcha_status == 1) { var captcha_code = document.getElementById('captcha_code').value; var captcha_code2 = document.getElementById('captcha_code2').value; } else { var captcha_code = ''; var captcha_code2 = ''; } var status_of_loader = '1'; if(status_of_loader == 1) $('#load-message').html('
').fadeIn('fast'); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/contact.php", data: {'name':name,'email':email,'subject':subject,'message_box':message_box,'captcha_code':captcha_code,'captcha_code2':captcha_code2}, dataType: "json", success: function(data) { $('#load-message').html(''); $("#replace-class").visible(); if(data[1] == 'danger') { $("#replace-class").removeClass("alert alert-default alert-dismissable").addClass("alert alert-danger alert-dismissable"); $("#replace-class").removeClass("alert alert-success alert-dismissable").addClass("alert alert-danger alert-dismissable"); $("#alert-message").html(data[0]); } else if(data[1] == 'success') { $("#replace-class").removeClass("alert alert-default alert-dismissable").addClass("alert alert-success alert-dismissable"); $("#replace-class").removeClass("alert alert-danger alert-dismissable").addClass("alert alert-success alert-dismissable"); $("#alert-message").html(data[0]); $('input[type="text"]').val(''); $('input[type="email"]').val(''); $('#message_box').val(''); } } }); } function change_language(language,e) { if (!e) e = window.event; if (!e.ctrlKey) { var currentLocation = window.location; $.ajax({ type: "POST", url: "http://instant-domain-search.fr/change_language.php", data: {language: language}, cache: false, success: function(result) { window.location=currentLocation; } }); return false; } } $(window).load(function(e) { $.ajax({ type:"POST", url: "http://instant-domain-search.fr/includes/count_stats.php", data: {'pageViews':'1'}, }); $.ajax({ type:"POST", url: "http://instant-domain-search.fr/includes/count_stats.php", data: {'uniqueHits':'1'}, }); });