﻿/// <reference path="jquery-vsdoc.js" />
//*************************************************************************************
// File     : gius_functions.js
// Requires : jquery.js (version 1.4.2+), braingnat (version 0.4.8+)
// Author   : Kyle Weems (ksw)
// Origin   : mindfly.com
// Created  : Sep 7, 2010
// Modified : Sep 7, 2010
//*************************************************************************************

$(document).ready(function() {
    if ($("#content.home").length > 0) {
        BrainGnat.slideshow.ajaxLoadCrossfade("/Controls/imageList/imageList.aspx?dir=/uploads/images/rotator/home/", ".rotator", "img", 5000, 1000, false);
    } else if ($("#content.menu").length > 0) {
        BrainGnat.slideshow.ajaxLoadCrossfade("/Controls/imageList/imageList.aspx?dir=/uploads/images/rotator/menu/", ".rotator", "img", 5000, 1000, false);
    } else if ($("#content.about").length > 0) {
        BrainGnat.slideshow.ajaxLoadCrossfade("/Controls/imageList/imageList.aspx?dir=/uploads/images/rotator/about/", ".rotator", "img", 5000, 1000, false);
    }
    BrainGnat.setContentHeight();
});
