/* ------------------------------------------------------------ */
/* inline flash font replacement */
/* ------------------------------------------------------------ */
var KnowledgeMedium = {
	src: 'sifr/KnowledgeMedium.swf'
};
sIFR.activate(KnowledgeMedium);

sIFR.replace(KnowledgeMedium, {
	selector: 'h2.strong', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root { color: #ff9100; background-color: transparent; text-align: left; text-transform: uppercase; }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});

sIFR.replace(KnowledgeMedium, {
	selector: 'h2', 
	transparent: true, 
	fixFocus: true, 
	forceSingleLine: true,  
	css: [
		'.sIFR-root { color: #666666; background-color: transparent; text-align: left; text-transform: uppercase; }', 
		'a { color: #0078ae; text-decoration: none; }', 
		'a:link { color: #0078ae; }', 
		'a:hover { color: #75b2d5; }'
	]
});

$(document).ready(function($) {

	/* ------------------------------------------------------------ */
	/* unobtrusively embed flash movie */
	/* ------------------------------------------------------------ */
    $('#rkd_splash').flash(
        { src: 'assets/rkd_banner_v2.swf',
          width: 709,
          height: 127 },
        { version: 8 }
    );

});
