// var imagePreload = new Asset.images(['http://www.recalmag.com/images/menu/happenings_on.jpg', 'http://www.recalmag.com/images/menu/happenings_off.jpg', 'http://www.recalmag.com/images/menu/features_on.jpg', 'http://www.recalmag.com/images/menu/features_off.jpg', 'http://www.recalmag.com/images/menu/interviews_on.jpg', 'http://www.recalmag.com/images/menu/interviews_off.jpg', 'http://www.recalmag.com/images/menu/thestyle_on.jpg', 'http://www.recalmag.com/images/menu/thestyle_off.jpg', 'http://www.recalmag.com/images/menu/shop_on.jpg', 'http://www.recalmag.com/images/menu/shop_off.jpg', 'http://www.recalmag.com/images/menu/rss_on.jpg', 'http://www.recalmag.com/images/menu/rss_off.jpg']);

function swapImage(e1, src) {
        $(e1).setProperty('src', src);
}


