/******************************************************************************************************************************
 * jQuery-based Video Library Player for FLV
 *
 * Copyright (c) 2008 Mind Aim, LLC / L. Schlegel
 *
 * Author: L. Schlegel
 * Version: 0.2 (3/26/2008)
 *
 ******************************************************************************************************************************/
var VLP_allScripts = '<script type="text/javascript" src="scripts/jquery.query-2.0.1.js"></script>'+
'<script type="text/javascript" src="scripts/jquery-ui-draggable.packed.js" xml:space="preserve"></script>'+
'<script type="text/javascript" src="scripts/swfobject.js" xml:space="preserve"></script>'+
'<script type="text/javascript" src="scripts/videoLibPlayer-0.2-min.js" xml:space="preserve"></script>';
//Check for jQuery library. Load included if not present.
if (typeof jQuery == 'undefined') {
document.write('<script type="text/javascript" src="scripts/jquery-1.2.6.pack.js" xml:space="preserve"></script>'+VLP_allScripts);
}
else if (typeof jQuery != 'undefined') {
document.write('<script type="text/javascript" src="scripts/jquery-1.2.6.pack.js" xml:space="preserve"></script>'+VLP_allScripts);
//document.write(VLP_allScripts);
}
