jQuery Plugin for Circular Text Problem !!!!!!!!

jQuery Plugin for Circular Text Problem !!!!!!!!

Hi
I'm trying to set my text in circle form using " jquery.lettering.js" & " circletype.min.js".. here's my code :

<html>
<head>
<title>Document sans nom</title>
<link href="css/style.css" rel="stylesheet">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.lettering.js"></script>
<script type="text/javascript" src="js/circletype.min.js"></script>
</head>

<body>
<div id="text"> Amal Ben Jannet </div>
<script>
$('#text').CircleType({position: 'absolute'});              // I think that the error in this                                                                                                                    script but I can't figure                                                                                                                         it out.
</script>
</body>
</html>


please help me ... thnx