/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var oklahoma = { src: 'http://www.suttonrv.com/gallery/themes/suttonrv/sifr/js/oklahoma.swf' };

sIFR.activate(oklahoma);

sIFR.replace(oklahoma, {
  selector: 'td#topNumber',
  wmode: 'transparent',
  preventWrap:true,
  offsetTop: -2,
  ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 74, 1.3, 75, 1.29, 80, 1.3, 83, 1.29, 84, 1.3, 85, 1.29, 86, 1.3, 92, 1.29, 93, 1.3, 1.29],
  css: '.sIFR-root { background-color: #f533d1; color: #373536; font-size:22px; text-align:center; }'
});
sIFR.replace(oklahoma, {
  selector: 'td#topInfoLeft',
  wmode: 'transparent',
  preventWrap:true,
  tuneHeight:4,
  offsetTop:-2,
  ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 74, 1.3, 75, 1.29, 80, 1.3, 83, 1.29, 84, 1.3, 85, 1.29, 86, 1.3, 92, 1.29, 93, 1.3, 1.29],
  css: [
  '.sIFR-root { background-color:#f533d1; color:#373536; text-align:right; letter-spacing:0; font-weight:bold;}'
  ,'a { text-decoration: underline; color: #373536; }'
  ,'a:link { text-decoration:underline; color: #373536; }'
  ,'a:hover { text-decoration:underline; color: #cc0013; }'
  ]
});
sIFR.replace(oklahoma, {
  selector: 'td#topInfoRight',
  wmode: 'transparent',
  forceSingleLine:true,
  offsetTop: -2,
  tuneHeight: 4,
  ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 74, 1.3, 75, 1.29, 80, 1.3, 83, 1.29, 84, 1.3, 85, 1.29, 86, 1.3, 92, 1.29, 93, 1.3, 1.29],
  css: [
  '.sIFR-root { background-color:#f533d1; color:#373536; text-align:left; letter-spacing:0;font-weight:bold;}'
  ]
});
sIFR.replace(oklahoma, {
  selector: 'h3',
  wmode: 'transparent',
  offsetTop: 2,
  tuneWidth:2,
  tuneHeight:2,
  ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 74, 1.3, 75, 1.29, 80, 1.3, 83, 1.29, 84, 1.3, 85, 1.29, 86, 1.3, 92, 1.29, 93, 1.3, 1.29],
  forceWidth:true,
  css: [
  '.sIFR-root { background-color:#f4ebcc; color:#373536; font-weight:bold;}'
  ,'.new { color:#cc0013; font-size:10px; text-decoration:none; }'
  ,'a { text-decoration: underline; color: #373536; }'
  ,'a:link { text-decoration:underline; color: #373536; }'
  ,'a:hover { text-decoration:underline; color: #cc0013; }'
  ]
});
sIFR.replace(oklahoma, {
  selector: 'h4',
  wmode: 'transparent',
  offsetTop: 2,
  tuneHeight: 0,
  tuneWidth: 0,
  preventWrap:true,
  ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 36, 1.32, 47, 1.31, 74, 1.3, 75, 1.29, 80, 1.3, 83, 1.29, 84, 1.3, 85, 1.29, 86, 1.3, 92, 1.29, 93, 1.3, 1.29],
  css: [
  '.sIFR-root { background-color:#f4ebcc; color:#1b4870; font-weight:bold;}'
  ,'.center { text-align:center; }'
  ,'a { text-decoration: underline; color: #1b4870; text-align:center; }'
  ,'a:link { text-decoration:underline; color: #1b4870; }'
  ,'a:hover { text-decoration:underline; color: #cc0013; }'
  ]
});