﻿var $j = jQuery.noConflict();
$j(document).ready(function() {
    $j("#workModal").colorbox({ width: "960px", height: "650px", iframe: true, scrolling: false, opacity: 0.85, transition: "fade" });
    $j("#peopleModal").colorbox({ width: "960px", height: "650px", iframe: true, scrolling: false, opacity: 0.85, transition: "fade" });
    $j("#rulesModal").colorbox({ width: "960px", height: "650px", scrolling: false, opacity: 0.85, transition: "fade", iframe: true});
    //$j("#factsModal").colorbox({ width: "960px", height: "650px", scrolling: false, opacity: 0.85, transition: "fade", inline: true, href: "#facts" });
    $j("#factsModal").colorbox({ width: "960px", height: "650px", iframe: true, scrolling: false, opacity: 0.85, transition: "fade" });

});

