/*! NZAPS Home v1 <http://nvinteractive.co.nz>
Copyright (c) NV Interactive
        	
References:
jquery-1.x.js
jquerycycle
        		
Release Notes:

        		
*/


home = function () {

    var init = function () {

        //init forms

        $("#billboard").cycle({ timeout: 10000, speed: 1500 });

    }



    return {
        /* Public API
        */
        init: init
    }

} ();

$(home.init);




