<script type="text/javascript"> $(document).ready(function(){ var mail = $('.gpWidget-mailcenterlrg'); if (mail.length) { mail.find('span[id$=lblMessageContents]').html(function(i,h){ return h .replace(/\[QUOTETITLE\]/g, '<div class="MessageBodyCell1"><div class="mTop quoteTitle bigRound">') .replace(/\[\/QUOTETITLE\]/g, '</div>') .replace(/\[QUOTE\]/g, '<div class="ContentBox mTop quoteContainer bigRound"><div class="quoteBody pAll tLeft">') .replace(/\[\/QUOTE\]/g, '</div></div></div>'); }); } }); </script>