var gotham = {
	src: '../App_Flash/GothamBlack.swf'
};
 
sIFR.activate(gotham);
 
sIFR.replace(gotham, {
      selector: 'p.summary',
	  css: ['.sIFR-root {font-size:14px; color:#FFFFFF; text-transform:uppercase; font-weight:bold; line-height:16px;}'],
	  wmode:'transparent'
});
