


function LiveBlog1836()
{
    return this;
}

LiveBlog1836.GetInstance = function()
{
    return new LiveBlog();
}

LiveBlog1836.prototype.PollForNew = function()
{
    return;
}