window.addEvent('domready', function()			// Execute, when html is loaded complete
{
    if ($chk($$('.rotator')))
    {
        $('image-big').getElements('.rotator').each(function(el, index)
        {
//alert(el);
            new Rotator(el, $('l1-navi'), $('l2-navi'), 1);
        }, this)
    }
});

window.addEvent('onload', function()				// Execute, when site is loaded complete
{
});

window.addEvent('onunload', function()				// Execute, when html is loaded complete
{
});