/**
 * Initializes document
 */
$(document).ready( function() {

   // Initialize floatz
   floatz.init();
});

