function init(){
	var stretchers = document.getElementsByClassName('stretch');
	var toggles = document.getElementsByClassName('flagLink');
	var myAccordion = new fx.Accordion(
		toggles, stretchers, {opacity: true, height: true, duration: 600}
	);
	//hash functions
	var found = false;
	toggles.each(function(img, i){
		var div = Element.find(img, 'nextSibling');
		});
		if (!found) myAccordion.showThisHideOpen(stretchers[0]);
}