
ddaccordion.init({
headerclass: "blurb_header",
contentclass: "blurb_text",
revealtype: "click",
collapseprev: true,
defaultexpanded: [],
onemustopen: true,
animatedefault: true,
persiststate: false,
toggleclass: ["closedlanguage", "openlanguage"],
togglehtml: ["prefix", "<img src='images-v3/ndx-button-open.gif' alt='' width='31' height='30' /> ", "<img src='images-v3/ndx-button-close.gif' alt='' width='31' height='30' /> "],
animatespeed: "normal", //speed of animation: "fast", "normal", or "slow"
oninit:function(expandedindices){},
onopenclose:function(header, index, state, isuseractivated){}
})


//initialize cufon text for IE browsers
Cufon.now(); 
