  var archer = {src: '/flash/archer.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(archer);
	var gumball = {src: '/flash/gumball.swf',ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]};
	sIFR.activate(gumball);

  sIFR.replace(archer, {
    selector: 'span.sifrbtn'
     ,css: [
      '.sIFR-root {font-size:12px;color:#dbdfc3;float:left;white-space: nowrap;}'
      ,'a {text-decoration: none;white-space: nowrap;margin:0 20px 0 0;}'
      ,'a:link { color: #dbdfc3;white-space: nowrap; }'
      ,'a:hover { color: #faa61a;white-space: nowrap; }'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
	 sIFR.replace(archer, {
    selector: 'span.sifrhere'
     ,css: [
      '.sIFR-root {font-size:12px;color: #faa61a;float:left;white-space: nowrap;margin:0 20px 0 0;}'
      ,'a {color: #faa61a;text-decoration: none;white-space: nowrap;margin:0 20px 0 0;}'
      ,'a:link { color: #faa61a;white-space: nowrap;margin:0 20px 0 0; }'
      ,'a:hover { color: #faa61a;white-space: nowrap; margin:0 20px 0 0;}'
			
    ],forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'
  });
	 
	sIFR.replace(gumball, {
    selector: 'h2.sifr'
     ,css: [
      '.sIFR-root {font-size:18px;color:#762283;float:left;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });

sIFR.replace(gumball, {
    selector: 'h2.tb'
     ,css: [
      '.sIFR-root {font-size:18px;color:#762283;float:left;white-space: nowrap;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
  sIFR.replace(archer, {
    selector: 'span.deptBtn'
     ,css: [
      '.sIFR-root {font-size:18px;color:#cccccc;float:left;white-space: nowrap;display:block;}'
      ,'a {color:#faa61a;text-decoration: none;white-space: nowrap;margin:0 20px 0 0;display:block;}'
      ,'a:link { color: ##faa61a;white-space: nowrap;display:block; }'
      ,'a:hover { color: #faa61a;white-space: nowrap; display:block;}'
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });
  sIFR.replace(archer, {
    selector: 'h3.archer'
     ,css: [
      '.sIFR-root {font-size:36px;color:#faa61a;float:left;white-space: nowrap;display:block;}'
      
    ]	
		 ,forceWidth: true, fitExactly: true, forceSingleLine: true, wmode: 'transparent'

  });


