/* THIS FILE IS NO LONGER USED! CHECK COMMON.JS FOR PINT.init()!!!
var rootDirectory = "";

function init() {
	var fileName  = PINT_GetCurrentFileName();
	var directory = PINT_GetCurrentDirectory();
	PINT_sifr();
	PINT_AnchorPopupWindows();

}

function cleanup(){}


function PINT_sifr() {
	if(typeof sIFR == "function") {
		sIFR.replaceElement(named({sSelector:"h2, #h_main h1, #subnav h1", sFlashSrc:rootDirectory + "/assets/flash/myriad_roman.swf", sColor:"#000000", sWmode:"transparent"}));
	}
}


window.onload = init;
window.onunload = cleanup; */

PINT_BrowserDetection("browserupgrade.htm");