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