/**
 * backboneit_scripts for Contao CMS
 * @copyright  backboneIT | Oliver Hoff 2011
 * @author     Oliver Hoff <oliver@hofff.com>
 * @license    http://opensource.org/licenses/lgpl-3.0.html
 */
window.addEvent("domready",function(){var c=function(){this.set("src",this.retrieve("over"))
},b=function(){this.set("src",this.retrieve("out"))},a=function(d){var e=/(.*\/)?(.*)(\..*)/.exec(d.get("src"));
d.store("out",d.get("src")).store("over",e[1]+e[2]+"_active"+e[3])
};$$("*.hoverimg").addEvent("mouseout",b).addEvent("mouseover",c).each(function(d){d.get("tag")=="img"?a(d):d.getElements("img").each(a)
})});
