
// Protects email addresses from spam harvesting
function buildEmail (address, domain) {
	document.write('<a href=\"mailto:' + address + '@' + domain + '\">');
	document.write(address + '@' + domain + '</a>');
}


/*	SIFR Flash text replacement */
if(typeof sIFR == "function"){

	//sIFR.replaceElement(named({sSelector:"body #Main h1", sFlashSrc:"../sifr/tarzana_narrow_bold.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#EEEEEE", sHoverColor:"#666666", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));
	sIFR.replaceElement(named({sSelector:"body #Main h1", sFlashSrc:"../sifr/trebuchet.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#EEEEEE", sHoverColor:"#666666", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

	sIFR.replaceElement(named({sSelector:"body #HomeBoxes .BoxText h3", sFlashSrc:"sifr/tarzana_narrow_bold.swf", sColor:"#006699", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#666666", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0"}));

};

