when i try run jquery slider in liferay 6 portlet i found the error

when i try run jquery slider in liferay 6 portlet i found the error

  1. Uncaught TypeError: Cannot call method 'appendTo' of undefined tms-0.3.js:359
    1. $.extend.bannersFu tms-0.3.js:359
    2. $.extend.init tms-0.3.js:524
    3. window._TMS.$.fn._TMS tms-0.3.js:7
    4. (anonymous function) services:1
    5. jQuery.event.handle jquery.1.6.0.js:2865
    6. elemData.handle.eventHandle jquery.1.6.0.js:2499


i tried lot but i can't resolve the errror. I think it is problem of the flow if including js in view.jsp.


My flow of including js in view.jsp

<link rel="stylesheet" href="/HEADER-portlet/css/main.css" type="text/css" />

    <script src="/HEADER-portlet/js/jquery.1.6.0.js"></script>
    <script src="/HEADER-portlet/js/cufon-yui.js"></script>
    <script src="/HEADER-portlet/js/cufon-replace.js"></script>
    <script src="/HEADER-portlet/js/Vegur_300.font.js"></script>
    <script src="/HEADER-portlet/js/PT_Sans_700.font.js"></script>
    <script src="/HEADER-portlet/js/PT_Sans_400.font.js"></script>
    <script src="/HEADER-portlet/js/tms-0.3.js"></script>
    <script src="/HEADER-portlet/js/tms_presets.js"></script>
    <script src="/HEADER-portlet/js/jquery.easing.1.3.js"></script>   
    <script src="/HEADER-portlet/js/atooltip.jquery.js"></script>   


i can't understand what's going wrong.
can anyone help ?? please