﻿$(function() {
    $.unobtrusivelib();
    prettyPrint();
    $("div.example-1").carousel({ loop: true, pagination: true });
});
