﻿//*************************************************************************************
// File     : hask_functions.js
// Requires : jquery.js (version 1.3.2+), braingnat.js (version 0.4.0+)
// Author   : Kyle Weems (ksw)
// Origin   : mindfly.com
// Created  : September 14, 2009
// Modified : September 14, 2009
// Purpose  : Custom functionality for HASK, including a slideshow banner.
//*************************************************************************************

$(document).ready(function() {
    bannerSlideshow();
});

function bannerSlideshow() {
    BrainGnat.slideshow.ajaxLoadCrossfade('/customControls/imageList/imageList.aspx?dir=/Uploads/Images/imageRotator/', '.figure.banner', 'img', 3000, 1000, true);
}