window.addEvent('domready',function()
{
	var accordion=new Accordion($$('#content h2'),$$('.accorcontent'));
});
