﻿function updateTimeline(year, month) {
    $("#timeline").load("/GetTimeline/" + year + "/" + month);
}