/* WRAP link Simply insert a link */ jQuery(document).ready(function() { if (typeof(wrap_link) === 'undefined') { wrap_link= true; jQuery(".wrap_link").html('' + jQuery(".wrap_link").html() + ''); } });