// JavaScript Document
 /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var red = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(red);
    sIFR.replace(red, {
      selector: '.red'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #ff0000;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff0000; }'
        ,'a:hover { color: #ff0000; }'
      ]
    });
	
    var purpal = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(purpal);
    sIFR.replace(purpal, {
      selector: '.purpal'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #660066;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #660066; }'
        ,'a:hover { color: #660066; }'
      ]
    });
	
 var yellow = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(yellow);
    sIFR.replace(yellow, {
      selector: '.yellow'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #ff9900;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff9900; }'
        ,'a:hover { color: #ff9900; }'
      ]
    });
	
var green = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(green);
    sIFR.replace(green, {
      selector: '.green'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #669900;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #669900; }'
        ,'a:hover { color: #669900; }'
      ]
    });
	
var greenc = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(greenc);
    sIFR.replace(greenc, {
      selector: '.greenc'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #02d0ac;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #02d0ac; }'
        ,'a:hover { color: #02d0ac; }'
      ]
    });
	
var maroon = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(maroon);
    sIFR.replace(maroon, {
      selector: '.maroon'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #990019;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #990019; }'
        ,'a:hover { color: #990019; }'
      ]
    });
	
	var greennew = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(greennew);
    sIFR.replace(greennew, {
      selector: '.greennew'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #9fd251;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #9fd251; }'
        ,'a:hover { color: #9fd251; }'
      ]
    });
	
var purplelight = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(purplelight);
    sIFR.replace(purplelight, {
      selector: '.purplelight'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #b470f4;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #b470f4; }'
        ,'a:hover { color: #b470f4; }'
      ]
    });
	
var pink = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(pink);
    sIFR.replace(pink, {
      selector: '.pink'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #f90075;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #f90075; }'
        ,'a:hover { color: #f90075; }'
      ]
    });
	
var orange = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(orange);
    sIFR.replace(orange, {
      selector: '.orange'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #ff3300;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ff3300; }'
        ,'a:hover { color: #ff3300; }'
      ]
    });
	
var maroond = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(maroond);
    sIFR.replace(maroond, {
      selector: '.maroond'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #cc0000;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #cc0000; }'
        ,'a:hover { color: #cc0000; }'
      ]
    });
	
var maroonp = {
      src: 'helavitica.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]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(maroonp);
    sIFR.replace(maroonp, {
      selector: '.maroonp'
	  ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align:left; font-size:28px; color: #660000;}'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #660000; }'
        ,'a:hover { color: #660000; }'
      ]
    });
	
	
	
	
