
Unobtrusive.addModule({name:"jsPNGFix",event:"method",func:"fixPNG"});

Unobtrusive.addModule({name:"jsModalPopup",event:"init",func:"jsModalPopup.init"});

// use the mootools add event model to attach this event to execute when the dom is ready.
window.addEvent("domready", function() {Unobtrusive.init();});



