﻿jQuery.noConflict();

function swapImage(id, img) {
    jQuery('#' + id).attr('src', img);
}

jQuery(document).ready(function ($) {
    // start the carousel
    $('#divCarousel').nivoSlider({ effect: 'fade', pauseTime: 5000 });
});
