/*****************************************************************************
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 architext = {
      src: '/gfyjeanna.swf'};

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


	
	
	sIFR.replace(architext, {
      selector: '.box h4',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 40, 1.26, 41, 1.24, 42, 1.25, 70, 1.24, 73, 1.23, 74, 1.24, 1.23]
	  ,wmode: 'transparent'
      ,css: [
	'.sIFR-root { font-size: 26px;color: #ffffff; }'
      ]
	  
    });
	
	
	sIFR.replace(architext, {
      selector: '.box p.target',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 40, 1.26, 41, 1.24, 42, 1.25, 70, 1.24, 73, 1.23, 74, 1.24, 1.23]
	  ,wmode: 'transparent'
      ,css: [
	'.sIFR-root { font-size: 26px;color: #000000; text-align:center; }'
      ]
	  
    });	




	
	

