/**
 * Created by IntelliJ IDEA.
 * User: kielfrost
 * Date: Jan 13, 2011
 * Time: 10:48:02 AM
 * To change this template use File | Settings | File Templates.
 */

(function($)
{
    GT =
    {
        SETTITNG : {},

        cycleGovernmentSponsors: function()
        {
            /*
            *
            * Cycle plugin for government sponosors
            *
            * */

            $('#govSponsors').cycle(
            {
                fx: 'fade',
                timeout: 10000
            });

        }

    }

})(jQuery)

