addLoadEvent(function() {
	var anchors = document.getElementsByTagName("a"); 
	for (var i=0; i<anchors.length; i++) { 
		var anchor = anchors[i]; 
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") {
			anchor.target = "_blank"; 
		}
	} 
})

addLoadEvent(function() {
	if (typeof sIFR == "function") {
		sIFR.replaceElement("h2", named({sFlashSrc:SETTINGS.webRoot + "flash/trajanPro.swf", sColor:"#707e91", sWmode:"transparent"}));
		sIFR.replaceElement("h3", named({sFlashSrc:SETTINGS.webRoot + "flash/trajanPro.swf", sColor:"#707e91", sWmode:"transparent"}));
		sIFR.replaceElement("h5", named({sFlashSrc:SETTINGS.webRoot + "flash/trajanPro.swf", sColor:"#333333", sWmode:"transparent"}));
	};
})

