﻿$(document).ready(function() {
    var isShared = false;
    var controller = new LightboxDetailController(new CookieBasedLightboxIdProvider(), new CookieBasedLightboxIdStorage(), isShared);
    controller.GetResults();
});