//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){
// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"h2, h3", sFlashSrc:"http://www.quotes.tower.co.nz/landing-assets/flash/KofiPureSerif-med.swf", sColor:"#067998", sLinkColor:"#000066", sBgColor:"#ecf8fc", sHoverColor:"#666666", nPaddingTop:0, nPaddingBottom:0, sWmode:"transparent", sFlashVars:""}));
} 
//]]>

if (document.getElementById('changeme') != null) {
	var m = document.getElementById('changeme').getElementsByTagName('option'), i;
	for (i = 0; i < m.length; ++i) { 
		var initialText = m[i].innerHTML;
		var initialValue = m[i].value;
		
		m[i].innerHTML = initialText.toLowerCase();
		m[i].value = initialValue.toLowerCase();
	}
}