// h1 
var gotham = {  
      src: 'http://www.mureko.com/sifr/flash/gotham-rounded-bold.swf'
 };  
 sIFR.activate (gotham);  
 sIFR.replace (gotham, {  
      selector: 'h1',
	  css: [  
      '.sIFR-root { font-size: 20px; font-weight: bold; color: #ffffff; text-align:left;}',
      ],
      wmode: 'transparent'  
 });


// contentheading 
var gotham = {  
      src: 'http://www.mureko.com/sifr/flash/gotham-rounded-bold.swf'
 };  
 sIFR.activate (gotham);  
 sIFR.replace (gotham, {  
      selector: '.contentheading',
	  css: [  
      '.sIFR-root { font-size: 22px; font-weight: bold; color: #58ac25; text-align:left;}',
      'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
      ],
      wmode: 'transparent'  
 });




//   var hollywood = {  
//      src: 'http://www.lacigale.com/sifr/flash/hollywood.swf'
// };  
// sIFR.activate (hollywood);   
//  sIFR.replace(hollywood, {
//    selector: '#navbarre .menu li',
//    css: [
//      '.sIFR-root { font-size: 16px; text-align: center; font-weight: normal; color:#005885; letter-spacing: 10;}'
//      ,'a { text-decoration: none; }'
//      ,'a:link { color: #005885; }'
//      ,'a:hover { color: #ffffff; }'
//    ],
//      wmode: 'transparent'  
//  });
