/*how this works: please look at 'bundle-minify-javascript-files.html'*/
var basePath = "/Style%20Library/LBi/";
var arr = []
if(document.location.hash!="#debug" && false){
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/all.js"> </script>');
}
else {
    // need this variable to set the location of the js files in MOSS.
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/swfobject.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/jquery.pack.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/jquery.hoverintent.min.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/blockUI-full.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/jquery.checkbox.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/jquery.accordion.pack.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/jquery.jcarousel.pack.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/inlinepopup.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/kk-carousel.js"> </script>')
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/productbrowser.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/drawer.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/de.js"> </script>');
    arr.push('<script type="text/javascript" src="' + basePath + 'static/js/xhtmltidy.js"> </script>');}
document.write(arr.join(""))                       


