/*
Many of these scripts depend on functions and variables declared
throughout the external files.

As a result they must be kept in the order shown or errors will occur

The scripts are constructed using Objects and shouldn't interfere if all files are included at once
*/

/********************************************************************************/
/***** PROTOTYPE /SCRIPTACULOUS ************************************************/
/******************************************************************************/

// Scriptaculous library files

document.write('\n');
document.write('<script type="text/javascript" src="frontend/js/scriptaculous/prototype.js"></script>\n');
document.write('<script type="text/javascript" src="frontend/js/scriptaculous/scriptaculous.js"></script>\n');
document.write('<script type="text/javascript" src="frontend/js/scriptaculous/effects.js"></script>\n');


/********************************************************************************/
/***** CORE SCRIPTS ************************************************************/
/******************************************************************************/

// JS scripts that are extended and reused by many other functions

document.write('<script type="text/javascript" src="frontend/js/functionality/default.js"></script>\n');


/********************************************************************************/
/***** MULTIPAGE SCRIPTS *******************************************************/
/******************************************************************************/

// All purpose scripts that are used on many pages for various uses

document.write('<script type="text/javascript" src="frontend/js/functionality/button_rollovers.js"></script>\n');
document.write('<script type="text/javascript" src="frontend/js/functionality/popup.js"></script>\n');
document.write('<script type="text/javascript" src="frontend/js/functionality/global.js"></script>\n');

/********************************************************************************/
/***** K3 File *******************************************************/
/******************************************************************************/

// All purpose scripts that are used on many pages for various uses

document.write('<script type="text/javascript" src="frontend/js/wishlist.js"></script>\n');

