$(function() {


var widget1f = new widget(
{

    'widget'    :   "blogswidget",
    'url'       :   "http://blogs.bmj.com/bmj/category/students/feed",
    'track'     :   "student_BMJ_blogs",
    'display_content': "yes",
    'desc_len'  : "250",
    'widget_title'  :   "Latest student blogs",  
    'style'     :   "bmj",  
    'num_items' :   "10"
});

var podcast = new widget(
{

    'widget'    :   "podcastwidget",
    'url'       :   "http://podcasts.bmj.com/bmj/feed",
    'track'     :   "student_BMJpodcast",
    'desc_len'  : "250",
    'widget_title'  :   "Latest podcasts",  
    'style'     :   "bmj",  
    'num_items' :   "10"
});

})
