﻿// JScript File
$(function() {
        // run the code in the markup!
        $('#prizes').cycle({
        fx:     'fade',
        speed:  2000,
        timeout: 6000,
        pause:   1 
        });
    });
