window.addEvent('domready', function()
{
    var hoverImg = $$('a.img-hover');
    hoverImg.each(function(el, index)
    {
        new hoverImage(el, index);

    }, this);
});

window.addEvent('onload', function()
{
});

window.addEvent('onunload', function()
{
});
