//sIFR.debug.ratios({ src: '/flash/futurabq_light.swf', selector: '.pagebody h2' });

var futura = {
  src: '/flash/futurabq_light.swf'
  ,ratios: [6,1.41,7,1.35,8,1.32,9,1.31,10,1.28,11,1.27,12,1.29,13,1.27,14,1.25,15,1.25,16,1.24,17,1.23,18,1.25,19,1.23,20,1.23,21,1.23,22,1.22,23,1.21,24,1.23,25,1.22,26,1.21,27,1.21,28,1.21,29,1.2,30,1.22,31,1.21,32,1.2,33,1.21,34,1.2,35,1.2,36,1.21,37,1.2,38,1.2,39,1.2,40,1.19,41,1.19,42,1.2,43,1.2,44,1.19,45,1.2,46,1.19,47,1.19,48,1.2,49,1.19,50,1.19,51,1.19,52,1.19,53,1.19,54,1.19,55,1.19,56,1.19,57,1.19,58,1.19,59,1.19,60,1.19,61,1.19,62,1.19,63,1.19,64,1.18,65,1.18,66,1.19,67,1.19,68,1.18,69,1.19,70,1.18,71,1.18,72,1.19,73,1.18,74,1.18,75,1.18,76,1.18,77,1.18,78,1.19,79,1.18,80,1.18,81,1.18,82,1.18,83,1.18,84,1.18,85,1.18,86,1.18,87,1.18,88,1.18,89,1.18,90,1.18,91,1.18,92,1.18,93,1.18,94,1.18,95,1.18,96,1.18,97,1.18,98,1.18,99,1.18,100,1.18,101,1.18,102,1.18,103,1.18,104,1.18,105,1.18,106,1.18,107,1.18,108,1.18,109,1.18,110,1.18,111,1.18,112,1.18,113,1.18,114,1.18,115,1.18,116,1.18,117,1.18,118,1.18,119,1.18,120,1.18,121,1.18,122,1.18,123,1.18,124,1.18,1.18]
};

sIFR.debugMode = true;
sIFR.delayCSS  = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.activate(futura);

sIFR.replace(futura, {
	selector: '#right_column h2'
  	,css: [
      '.sIFR-root { background-color: #6A6894; font-weight: normal; color: #dad9e4; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
  	]
});

sIFR.replace(futura, {
	selector: '#right_column h3#parts_search'
  	,css: [
      '.sIFR-root { background-color: #414079; font-weight: normal; color: #dad9e4; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
  	]
});


sIFR.replace(futura, {
  selector: '.pagebody h2'
  ,css: [
    '.sIFR-root { background-color: #ffffff; font-weight: normal; color: #4c486d; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});

// sIFR.replace(rockwell, {
//   selector: 'h5#pullquote'
//   ,css: 'em { font-style: normal; color: #330000; }'
// });
// 
// sIFR.replace({
//   selector: 'h3.sidebox'
//   ,src: 'cochin-8.swf'
//   ,css: {
//     '.sIFR-root': { 'background-color': '#DCDCDC' }
//   }
// });
// 
// sIFR.replace(cochin, {selector: 'h2,h3'});
//
// sIFR.replace({
//   selector: 'h4.subhead'
//   ,src: 'cochin-8.swf'
//   ,css: {
//     '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
//   }
//   ,filters: {
//     DropShadow: {
//       knockout: true
//       ,distance: 1
//       ,color: '#330000'
//       ,strength: 2
//     }
//   }
// });