Using the corner effect

Using the corner effect

Hi all,

i'm trying to use this jquery plugin : http://www.malsup.com/jquery/corner/

with this code :

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://jqueryjs.googlecode.com/svn/trunk/plugins/corner/jquery.corner.js"></script>


$(document).ready(function()
{
$('#mytitle').corner();
});

and

<div id="mytitle">This is :<br/>
my great title</div>

but i've no result.
Do i miss something ?

Thanks for your help