// declar global variables


// set all variables, functions after the dom has finished loading
$(document).ready(function() {

});

