$(document).ready(function () { 
/* DOM READY */
 });

function clickhere() {  alert("assets are working too boss!"); }

