


  var minion = {
	src: '/minion.swf'
	,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  
    var beam = {
	src: '/minion2.swf'
	,ratios: [6,1.41,9,1.35,15,1.29,21,1.25,22,1.22,27,1.24,29,1.21,34,1.22,41,1.21,45,1.2,46,1.21,59,1.2,68,1.19,69,1.2,96,1.19,97,1.18,102,1.19,103,1.18,107,1.19,108,1.18,112,1.19,114,1.18,116,1.19,120,1.18,121,1.19,1.18]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(minion,beam );

 	sIFR.replace(minion, {
	selector: 'h1.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:72px;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #3f3f3f; }'
	  ,'a:hover { color: #ee4036; }'
	]
	, wmode:'transparent'
  }); 

  
	sIFR.replace(minion, {
	selector: 'h2.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:42px;'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #FF2A00; }'
	]
	, wmode:'transparent'
  });
  
  
	sIFR.replace(minion, {
	selector: 'h3.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:36px;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #000000; }'
	]
	, wmode:'transparent'
  });  
 
   		sIFR.replace(minion, {
	selector: 'h4.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:28px;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #FF7BAC; }'
	]
	, wmode:'transparent'
  }); 
 
  
  		sIFR.replace(minion, {
	selector: 'h5.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:21px;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #FF7BAC; }'
	]
	, wmode:'transparent'
  }); 

  		sIFR.replace(minion, {
  			selector: 'h5.minion-white'
  			,css: [
  			  '.sIFR-root { font-style: normal; color: #ffffff; list-style: none; font-size:21px;}'
  			  ,'a { color: #282927; text-decoration: none; }'
  			  ,'a:link { color: #282927; }'
  			  ,'a:hover { color: #FF7BAC; }'
  			]
  			, wmode:'transparent'
  		  }); 
  		
  
    		sIFR.replace(minion, {
	selector: 'h6.minion'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:16px;}'
	  ,'a { color: #333333; text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  }); 
  

 	sIFR.replace(beam, {
	selector: 'h1.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #e6e6e6; list-style: none; font-size:72px; text-transform: uppercase;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #3f3f3f; }'
	  ,'a:hover { color: #ee4036; }'
	]
	, wmode:'transparent'
  }); 

  
	sIFR.replace(beam, {
	selector: 'h2.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #EE3557; list-style:none; font-size:42px; text-transform: uppercase;}'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #EE3557; }'
	  ,'a:hover { color: #FF2A00; }'
	]
	, wmode:'transparent'
  });
  
  
	sIFR.replace(beam, {
	selector: 'h3.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:32px; text-transform: uppercase;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #000000; }'
	]
	, wmode:'transparent'
  });  
  
  		sIFR.replace(beam, {
	selector: 'h4.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:21px; text-transform: uppercase;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #FF7BAC; }'
	]
	, wmode:'transparent'
  });  
  
  		sIFR.replace(beam, {
	selector: 'h5.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:16px; text-transform: uppercase;}'
	  ,'a { color: #282927; text-decoration: none; }'
	  ,'a:link { color: #282927; }'
	  ,'a:hover { color: #FF7BAC; }'
	]
	, wmode:'transparent'
  }); 
  
  
    		sIFR.replace(beam, {
	selector: 'h6.beam'
	,css: [
	  '.sIFR-root { font-style: normal; color: #282927; list-style: none; font-size:12px; text-transform: uppercase;}'
	  ,'a { color: #333333; text-decoration: none; }'
	  ,'a:link { color: #333333; }'
	  ,'a:hover { color: #101010; }'
	]
	, wmode:'transparent'
  }); 
  



