var trebuchet = {
      src: '/mambots/system/trebuchet.swf'
};

sIFR.activate(trebuchet);

//sIFR.replace(trebuchet, {
//      selector: '.contentheading',
//      wmode: 'transparent',
//	  css: [ 
//		'.sIFR-root {color: #2f3196;font-size: 19px;}' 
//		,'a { color: #2f3196;text-decoration:none; }' 
//		,'a:link { color: #2f3196; }' 
//        ,'a:hover { color: #2f3196; text-decoration:underline }' 
//    ]  
//}); 




sIFR.replace(trebuchet, {
      selector: '.page-title',
      wmode: 'transparent',
	  css: [ 
		   '.sIFR-root {leading: 5;font-size: 18px;color:#ffffff;}' 

    ]  
}); 



