
$(function() {


populateElement('#search', 'Search HeadtoHead blog');
	
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://ebmh.bmj.com/rss/current.xml", 
	'track'	:	"w_ebmh_blogs",
	'widget_title'	:	"Latest from Evidence-Based Mental Health",	
	'style'	:	"bmjjournals",	
	'num_itmes':	"4"
})

})