DatePicker doesn't work in liferay portlet

DatePicker doesn't work in liferay portlet


hi
im using jQuery 1.3.1 and jQuery UI 1.7.2 in my portlet.but i couldn't
get a calendar using jQuery datepicker.it doesn't appear on the
portlet.
this is my code
<link type="text/css" href="/WEB-INF/css/themename/jquery-
ui-1.7.2.custom.css" rel="Stylesheet" />

Date: <input id="datepicker" type="text">


<script type="text/javascript" src="/WEB-INF/js/jquery-1.3.2.min.js"></
script>
<script type="text/javascript" src="/WEB-INF/js/jquery-
ui-1.7.2.custom.min.js"></script>
    <script type="text/javascript">
    $(function() {
        $("#datepicker").datepicker();
    });
    </script>