/***************************************************************************** */
// More about configuration at <http://wiki.novemberborn.net/sifr3/JavaScript+Methods>.
// More about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. You need a separate var like the below for each new font
var frutiger = {
  src: '/Scripts/sifr3-r436/fonts/frutiger.swf'
  ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 25, 1.25, 33, 1.23, 43, 1.22, 61, 1.21, 91, 1.2, 92, 1.19, 107, 1.2, 108, 1.19, 110, 1.2, 113, 1.19, 115, 1.2, 119, 1.19, 120, 1.2, 121, 1.19, 122, 1.2, 124, 1.19, 1.2]
};
// to calculate ratios use this // this will work only on DEV because the debug js will be included only on dev.
//sIFR.debug.ratios({ src: '/Scripts/sifr3-r436/fonts/frutiger.swf', selector: 'h1' });

// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.
//sIFR.useStyleCheck = true;

// Next, activate sIFR, if more than one font needs activation just list them all separated by commas as sIFR.activate(frutiger, otherFont, anotherOne);
sIFR.activate(frutiger);


/* used on /employment/nursing/publication_and_presentations/nursing_annual_report_2008/ */
sIFR.replace(frutiger, {
  selector: '.section_nar h1'
 ,css: [
		'.sIFR-root { font-size: 25px; background-color: #DFE8A7; color: #000000; }'
		,'strong { font-family: "HP2Frutiger Black"; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
		]
 ,selectable: true
 ,transparent: true
});
























