I want to know js and css file import order

I want to know js and css file import order

Hi,
   I am developing jQuery with struts1.3. Below list of files i imported. Some of the case page is not displayed as perfect. What i doubting the order of imports. Please tell me, what is the exact order to import js and css.
Core jquery files and Mobile items files

<link rel="stylesheet" href="./jmobile/themes/gray.css" />
<link rel="stylesheet" href="./jmobile/css/jquery.mobile.structure-1.2.0.min.css" />
<link rel="stylesheet" href="./jmobile/css/mobileStyle.css">


<script src="./jmobile/js/jquery-1.9.1.js"></script>
<script src="./jmobile/js/ontimeMobile.js"></script>
<logic:equal parameter="jsInclude" value="zoneHome">
    <script src="./jmobile/js/jquery-1.7.1.min.js"></script>
</logic:equal>
<script src="./jmobile/js/jquery.mobile-1.2.0.js"></script>
<script src="./jmobile/js/jquery-1.7.1.min.js"></script>
<script src="./jmobile/js/jquery.mobile-1.1.0-rc.1.min.js"></script>