var gothamBook = {
  src: '/v55/templates/includes/flash/gothamBook3.swf'
};

var gothamMedium = {
  src: '/v55/templates/includes/flash/gothamMedium3.swf'
};

sIFR.activate(gothamBook); // From revision 209 and onwards
sIFR.activate(gothamMedium);


 
// SECOND LEVEL (CHANNEL) PAGES
sIFR.replace(gothamBook, {
  selector: 'h1'
   	,css: [
  		,'.sIFR-root { color:#41286F; , font-weight: normal; font-size: 24px; , border: none; , text-decoration: none; , letter-spacing: 0; , text-align: left; , position: relative; , z-index: 1;}'  	
  	]
 	, wmode: 'transparent'
});
