// JavaScript Document

// Start function when DOM has completely loaded 
$(document).ready(function(){ 
// ...
});

