﻿/*
***********************************************************
Title:			home.js
Author: 		K. Lefever
Created: 		05.02.2011
Modified: 		
***********************************************************
*/

$(document).ready(function(){
  // attach events for rotating home page graphics
  $('#flash_content').cycle(    {     fx: 'fade', speed: 2500, pause: 1     });
});
