var NewsGothCnBt = {
  src: '/flash/NewsGothCnBt.swf'
};

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

sIFR.replace(NewsGothCnBt, {
  selector: '.home h1'
   ,css: [
   '.sIFR-root { color: #009900; background-color: #ccebcc; float: left;}'
 ] 
});

sIFR.replace(NewsGothCnBt, {
  selector: '.inner h1'
   ,css: [
   '.sIFR-root { color: #009900; background-color: #ffffff; float: left;}'
 ] 
});
