$('html').addClass('JS');
 
// - BOOT THE APP -
 
(function($){

 $(document).ready(function(){

     /* Use rel="external" to go open in a new window  - commented out for wireframes */
          $.boot();  
	
 });

})(jQuery);

