﻿$(function () {
    $(function () {
        $(document).ready(function () {
            $("#storePickerDialog").colorbox({ width: "820", height: "380", inline: true, open: true, href: "#storePickerModal" });
        });
    });
});

