/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function ReadyActions() {
    $("#accordion3").msAccordion({vertical:true});
    get_rss_feed(1, 3, 'blogspot');
    get_rss_feed(2, 3, 'wordpress');
    get_rss_feed(3, 3, 'behance');
    get_rss_feed(4, 3, 'issuu');
    get_rss_feed(5, 3, 'youtube');
    $("#accordion4").msAccordion({vertical:true});
    
}
