I created a mobile site and on some pages I have videos using JW Player, however I can not get the pages to load properly for the life of me!


It appears that I have conflicting JQuery strings and not sure how to resolve this. If I remove any of them the page will not render and video will not load.
Here is the code
Code:
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jwplayer.js"></script>
<script type="text/javascript" src="mobilevideo.js"></script>
<script type="text/javascript" src="jquery.mobile-1.0.min.js"></script>
If anyone can help, its MUCH appreacited
