Domain Pricing

Domains 1 Year 2 Years 3 Years 5 Years 10 Years
.com £ 10.82 £ 21.64 £ 32.46 £ 54.10 £ 108.20
.com.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.edu.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.gov.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.ltd.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.mod.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00
.org.gi - £ 100.00 £ 150.00 £ 250.00 £ 500.00

Get a Domain Name

').append(curr_sym + ' ' + promotld[tld]); } }); $("#trans-data table tr").each(function(){ var tld = $(this).children().eq(0).html(); if(transferpromotld.hasOwnProperty(tld)) { price = $(this).children().eq(1).html(); $(this).children().eq(1).html('
'+ price +'
').append(curr_sym + ' ' + transferpromotld[tld]); } }); $("#renew-data table tr").each(function(){ var tld = $(this).children().eq(0).html(); if(renewpromotld.hasOwnProperty(tld)) { price = $(this).children().eq(1).html(); $(this).children().eq(1).html('
'+ price +'
').append(curr_sym + ' ' + renewpromotld[tld]); } }); $(document).ready(function(){ $("#filter").focus(); $('#filter').bind('keyup', function() { $("#filter").css("background", "#FFFFFF"); }); $("#d-newregi").click(function(){ $("#nreg-data").show(); $("#renew-data").hide(); $("#trans-data").hide(); $("#restore-data").hide(); $(this).addClass("active"); $("#d-renew").removeClass("active"); $("#d-trans").removeClass("active"); $("#d-restore").removeClass("active"); $("#restoration_info").hide(); $("#renew_info").hide(); }); $("#d-renew").click(function(){ $("#nreg-data").hide(); $("#renew-data").show(); $("#trans-data").hide(); $("#restore-data").hide(); $(this).addClass("active"); $("#d-newregi").removeClass("active"); $("#d-trans").removeClass("active"); $("#d-restore").removeClass("active"); $("#restoration_info").hide(); $("#renew_info").show(); }); $("#d-trans").click(function(){ $("#nreg-data").hide(); $("#renew-data").hide(); $("#trans-data").show(); $("#restore-data").hide(); $(this).addClass("active"); $("#d-renew").removeClass("active"); $("#d-newregi").removeClass("active"); $("#d-restore").removeClass("active"); $("#renew_info").hide(); $("#restoration_info").hide(); }); $("#d-restore").click(function(){ $("#nreg-data").hide(); $("#renew-data").hide(); $("#trans-data").hide(); $("#restore-data").show(); $(this).addClass("active"); $("#d-newregi").removeClass("active"); $("#d-trans").removeClass("active"); $("#d-renew").removeClass("active"); $("#renew_info").hide(); $("#restoration_info").show(); }); }); $(".dpricing-table tr:odd").addClass("odd"); $(".dpricing-table tr:even").addClass("even"); $(".dpricing-table tr td:first-child").addClass("title"); $(document).ready(function(){ //search word $("#filter").keyup(function(){ // Retrieve the input field text and reset the count to zero var filter = $(this).val(), count = 0; // Loop through the comment list $("#commentlist tr").each(function(){ // If the list item does not contain the text phrase fade it out if ($(this).text().search(new RegExp(filter, "i"))