// JavaScript Document
var humanist = {
				src: 'http://www.utaheducationfacts.com/templates/UEF2/sifr3/humanist.swf'
			};
			
			sIFR.activate(humanist);
			
			
			
			sIFR.replace(humanist, {
				selector: '.search-title',
				wmode: 'transparent',
				css: [
					', a { color: #465dd2; text-decoration: none; }'
						,'.sIFR-root { color: #634d27; padding:0px; margin:0px; }'
						,'a:link { color: #465dd2; }'
						,'a:hover { text-decoration: underline; }'
						]
			});
			
				sIFR.replace(humanist, {
				selector: '.flash-title',
				wmode: 'transparent',
				css: [
					', a { color: #465dd2; text-decoration: none; }'
						,'.sIFR-root { color: #ffffff; padding:0px; margin:0px; }'
						,'a:link { color: #465dd2; }'
						,'a:hover { text-decoration: underline; }'
						]
			});
