﻿function revealButtonPanel() {
    $telerik.$('#recentBlogEntriesWrapper').animate({ width: 'toggle' });
    return false;
};


