
$(function() {


populateElement('#search', 'Search BMJ Case Reports  blogs');
	
populateElement('#groupSearchGadget', 'Search all BMJ Products');


popUp(); /* all A tags with a reference 'rel="external"' will be opened in a pop-up window */ 

var widget1 = new widget(
{
	'widget'	:	"feeds-widget1",
	'url'	:	"http://casereports.bmj.com/rss/recent.xml", 
	'track'	:	"w_caseblogs",
	'widget_title'	:	"Most recent cases",	
	'style'	:	"bmjjournals",	
	'num_itmes':	"5"
})


})