var $jQuery = jQuery.noConflict();	/* Remove Javascript libary conflicts between Prototype and jQuery */

$jQuery(function() {


populateElement('#search', 'Search BMJ Group site');
	
populateElement('#groupSearchGadget', 'Search all BMJ Products');


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

//var options = {exact:"whole",style_name:"highlightedSearchTerm",style_name_suffix:false}; /* Initialise for search term highlighting */
//$jQuery(document).SearchHighlight(options);

if ($jQuery(".section-group-contact-address-location-location-index").length >= 1) {
load();
}

})

