$(document).ready(function(){

    /* Remove dropdown from Home link in top nav */
    $("#nav li:first a").next().remove();

});
