/* Constants */
var rootDirectory = "/clientname/site";

// PINT_BrowserDetection("browserupgrade.htm");

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	// PINT_sifr();
}

function cleanup(){}

/*
function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"#path .to element", sFlashSrc:rootDirectory + "/assets/flash/font_name.swf", sColor:"#fe4600", sWmode:"transparent"}));
	}
}
*/

window.onload = init;
window.onunload = cleanup;
