/**
 * This the master bootstrapper for the web-application
 * All interface components and resouces are made available through this
 * script.
 */
$(document).ready(function()
{
    bootStrap();
});



