$(function(){$('a').each(function(){var ob = $(this); if(ob.attr('href') != undefined && ob.attr('href').substring(0,1) == '#'){ob.attr("href",window.location.href+ob.attr("href"))}});});

