// remap jQuery to $
//(function($){})(window.jQuery);


/* trigger when page is ready */
$(document).ready(function (){
});


/* optional triggers */

//$(window).load(function() {
//});

// $(window).resize(function() {
// });


