﻿var jsPath = '/App_/ROOT/PageFrame/Public_/StandardPartial/Javascript/';
var jsFiles = [
    'carousel.js',
    'hoverIntent.js',
    'slideshow.js',
    'autoscroller.js',
    'ProductScroller.js',
    'global.js'
];
for (var i = 0; i < jsFiles.length; i++) {
    document.write('<script type="text/javascript" src="' + jsPath + jsFiles[i] + '"></script>');
}
