
var yourtypeface = {
      src: 'sifr/flash/sincity.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.title',
      wmode: 'transparent'
    ,css: [
		  
      'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
});

sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '.sidebar_title',
      wmode: 'transparent',
	  css: [
      '.sIFR-root { text-align: left;}'
    ]
	  

});
