
    var goodclight = {
      src: "/sifr3/GoodCondLight.swf"
      ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 11, 1.22, 12, 1.2, 18, 1.19, 21, 1.15, 28, 1.16, 30, 1.15, 40, 1.14, 60, 1.13, 66, 1.12, 67, 1.13, 103, 1.12, 104, 1.11, 112, 1.12, 113, 1.11, 119, 1.12, 123, 1.11, 1.12]
    };
    var goodcbook = {
      src: "/sifr3/GoodCondLight.swf"
      ,ratios: [8, 1.3, 9, 1.22, 10, 1.25, 11, 1.22, 12, 1.2, 18, 1.19, 21, 1.15, 28, 1.16, 30, 1.15, 40, 1.14, 60, 1.13, 66, 1.12, 67, 1.13, 103, 1.12, 104, 1.11, 112, 1.12, 113, 1.11, 119, 1.12, 123, 1.11, 1.12]
    };
    var dinotmedium = {
      src: "/sifr3/DINOTMedium.swf"
      ,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, 35, 1.32, 37, 1.3, 47, 1.31, 69, 1.3, 71, 1.29, 72, 1.3, 75, 1.29, 76, 1.3, 1.29]
    };

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

    //sIFR.debug.ratios(goodclight, {      selector: 'h3' });
    //sIFR.debug.ratios(goodcbook, {      selector: 'h3' });
    //sIFR.debug.ratios(dinotmedium, {      selector: 'h1' });
	
	sIFR.replace(goodclight, {
      selector: 'h3'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { text-align:right; letter-spacing:1; font-size:19; color: #FFFFFF;   }'
        ,'a { text-decoration: none; color: #232323; }'
        ,'a:link { color: #232323; }'
        ,'a:hover { color: #FFFFFF; }'
      ]
    });

	sIFR.replace(dinotmedium, {
      selector: 'h1'
	 ,wmode: 'transparent'
	,css: [
        '.sIFR-root { text-align:left; font-size:15; color: #FFFFFF; background-color:#777777;}'
      ]
	 ,tuneHeight: 0
	 ,offsetTop: 0
    });


  

