function jumpArchive()
{
    url = document.sel_archive.sel_month.value;
    if (url) {
        location.href = url;
    }
}


function jumpCategory()
{
    url = document.sel_category.sel_list.value;
    if (url) {
        location.href = url;
    }
}