Click in form to highlight code, copy and paste code directly before the </body> end tag in your website.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> // Created by Wolfram Fiedler (http://www.wfiedler-online.de) $(document).ready(function(){ $(".roundedBox").prepend( "<div class='roundedBox-tr'></div>"); $(".roundedBox").append( "<div class='roundedBox-bl'><div class='roundedBox-br'></div></div>"); }); </script>