$(document).ready(function(){
						    // JFR Definitions
    jfr$('h3').jfr({
        src:'/_swf/Swis721_th_bt.swf',
        css:[
            '* { color: #9D2291; text-align: left; font-size: 30px; font-weight:bold;  }',
            'a { color: #9D2291; text-decoration: none; }',
            'a:hover { text-decoration: underline; }'
            ]
    });
          
    
    $.jfr.render();
});
