<?php wp_head(); ?>
<script src="http://xxx.co.jp/xxx/wp-includes/js/jqueryjquery.js?ver=1.4.2" type="text/javascript"></script>
$(function(){ $('.roundedbox').corner(); });
$('.roundedbox').corner();
jQuery(function(){ jQuery('.roundedbox').corner(); });
jQuery('.roundedbox').corner();