// Declare the widget name outside the function so it exists globally.
var acc;
// Add a listener that fires after the page is loaded. This runs the actual constructor script.
Spry.Utils.addLoadListener(function()
{
	Spry.$$("#qacc").forEach(function(n) {  acc = new Spry.Widget.Accordion("qacc");});
});

