
$(function() {


populateElement('#search', 'Search EBN 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://ebn.bmj.com/rss/recent.xml", 
	'track'	:	"w_ebmc_blogs",
	'widget_title'	:	"Latest from Evidence-Based Nursing",	
	'style'	:	"bmjjournals",	
	'num_itmes':	"5"
})

})