function showCool(){
    $("cool-stuff").setStyle("display", "block");
}


function submitWhois(){
    $('whois-form').send();
    return false;
}
