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