var home = 
{
    init: function()
    {

    }
};

$(document).ready(function() {
    home.init();
});
