function goToSite() {

    var val = $('#site_search').val();
    if (val) 
    {
        location.href = val;
    }

};
