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