/* Constants */
var rootDirectory = "/usccinema/site";
var defaultFileList = "index.html, index.htm";
// PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	if ( typeof kParade == "object" ) kParade.init(4.5);
}

function cleanup(){}

window.onload = init;
window.onunload = cleanup;