﻿$(document).ready(function(){


    // start up the rotater for the questions
    $('#divQuestionRotate').cycle({
        fx:      'fade',
        speed:    500,
        timeout:  6000,
        pause: 1,
        pauseOnPagerHover: 1,        
        prev: '#lnkPrev',
        next: '#lnkNext'
    });

});
