//makes the "<a href="ourwork.php" class="btn"><i></i><span><span></span><i></i>See Our Work</span></a>" formatted text links turn into buttons
$(".btn").replaceWith("[a class='btn' href='" + $(".btn").attr("href") + "'][i/][span][i/][span/]" + $(".btn").text() +"[/span][/a]");
