	// set the search box up so that it clears the "search" text when you click on it.
	$(document).ready(function() {
		$("#search_form input").click( 
			function() {
				if ($("#search_form input").val() == 'search'){
					$("#search_form #criteria").val('');
				}
				} 
			)
	}
	);

	// set up basic SIFR configuration
	var tradeGothicNormal = {
	  src: 'linked/sifr/TradeGothicNormal.swf'
	};

	sIFR.compatMode = true;
	sIFR.activate(tradeGothicNormal);
	
	sIFR.replace(tradeGothicNormal, {
	  selector: 'h1.practice_header'
	  ,css: [
	    '.sIFR-root { color:#7bb533; "letter-spacing": -1.5 }'
	  ]
	  ,forceClear: true
	});

	sIFR.replace(tradeGothicNormal, {
	  selector: 'h1.region_header'
	  ,css: [
	    '.sIFR-root { color:#7bb533; "letter-spacing": -1.5 }'
	  ]
	  ,forceClear: true
	});

	sIFR.replace(tradeGothicNormal, {
	  selector: '.splash_header_text'
	  ,css: [
	    '.sIFR-root { color:#727272; leading:5; "letter-spacing": -1.5, }'
	  ]
	  ,wmode: 'transparent'
	});

	sIFR.replace(tradeGothicNormal, {
	  selector: 'h1'
	  ,css: [
	    '.sIFR-root { color:#0b2c78;padding:0;margin:0; "letter-spacing": -1.5 }'
	  ]
	  , ratios: [6,1.27,7,1.26,8,1.22,9,1.21,10,1.19,11,1.18,12,1.16,13,1.19,14,1.18,15,1.16,16,1.16,17,1.15,18,1.14,19,1.15,20,1.14,21,1.14,22,1.13,23,1.13,24,1.12,25,1.14,26,1.13,27,1.13,28,1.13,29,1.12,30,1.12,31,1.12,32,1.12,33,1.12,34,1.12,35,1.11,36,1.11,37,1.12,38,1.12,39,1.11,40,1.11,41,1.11,42,1.11,43,1.11,44,1.11,45,1.11,46,1.11,47,1.11,48,1.1,49,1.11,50,1.11,51,1.11,52,1.11,53,1.11,54,1.1,55,1.11,56,1.1,57,1.1,58,1.1,59,1.1,60,1.1,61,1.11,62,1.1,63,1.1,64,1.1,65,1.1,66,1.1,67,1.1,68,1.1,69,1.1,70,1.1,71,1.1,72,1.1,73,1.1,74,1.1,75,1.1,77,1.1,78,1.1,79,1.1,80,1.1,81,1.1,82,1.1,83,1.1,84,1.09,85,1.1,86,1.1,88,1.1,89,1.1,90,1.1,91,1.1,92,1.1,93,1.1,94,1.1,95,1.09,96,1.09,97,1.1,98,1.1,99,1.1,100,1.1,101,1.1,102,1.09,103,1.1,104,1.09,105,1.09,106,1.09,107,1.09,108,1.09,109,1.1,110,1.1,111,1.09,112,1.09,113,1.09,114,1.09,115,1.09,116,1.09,117,1.09,118,1.09,119,1.09,120,1.09,121,1.09,122,1.09,123,1.09,124,1.09,1.09]
	});
	
