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