/**
 * Document   : index.js
 * Created on : May 21, 2010, 5:49:17 PM
 * @author Jeremy Wischusen
 */
var rotator;
jQuery(document).ready(function(){
    rotator = new Rotator('showCase');
    rotator.start()
})

