var timers = [];
var timer;

document.observe('dom:loaded', function(){
//    new Carousel('active-offers', $$('#active-offers ul li'), $$('a.carousel-control', 'a.carousel-jumper'));

});

function window_open(href)
{
    window.open(href,'sharer','toolbar=0,status=0,scrollbars=1,width=650,height=440');

    return false;
}

function redirect(url)
{
    window.location = url;
}
