function jq_submit()
{
    $('#switch_lang').submit();
    return true;
}

$(document).ready(function()
    {
    
    }
);

