// Before the DOM has loaded - this is in the footer so dynamic content has been inderted into DIV

	// IE6/7 Rounded Corners
	if ($.browser.msie && $.browser.version < 9) {
		
		//General - MOVED FROM gnpb_DD_roundies.js
		//Must do this after page has loaded
		DD_roundies.addRule('.infoboxbody', '0px 0px 9px 9px');
		//DD_roundies.addRule('.nohead', '9px 9px 9px 9px');
		//DD_roundies.addRule('.join', '0px 0px 0px 0px');
	}

