Scripts Library is the name of the folder I created for storing JQuery
Add it in the Head section of the Page
<script type=”text/javascript”>
if(typeof jQuery==”undefined”){
var jQPath=”/Scripts Library/”;
document.write(“<script src=’”,jQPath,”jquery-1.4.4.min.js’ type=’text/javascript’><\/script>”);
}
</script>






