
var calamity = { src: 'images/site/swf/calamity.swf' };


sIFR.activate(calamity);


sIFR.replace(calamity, {
  selector: 'h2', 
  css: [
    '.sIFR-root { font-size:35px; font-weight:normal; color:#ed1c24; text-align:left; font-weight:bold; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ed1c24; }' ,'a:hover { color: #ed1c24; background-color: #ffffff; } '

  ], 
  wmode: 'transparent'
});

sIFR.replace(calamity, {
  selector: 'h1 ', 
  css: [
    '.sIFR-root { font-size:48px; font-weight:normal; color:#c8a704; text-align:left; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #fbf9ee; } '

  ], 
  wmode: 'transparent'
});

sIFR.replace(calamity, {
  selector: '#contentContainerRight h1 ', 
  css: [
    '.sIFR-root { font-size:48px; font-weight:normal; color:#c8a704; text-align:left; }',
    'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #fbf9ee; } '

  ], 
  wmode: 'transparent'
});




// sIFR.replace(rounded, {
//  selector: 'h2', 
//  css: [
//    '.sIFR-root { font-size:24px; font-weight:normal; color:#ffffff; }',
//	'a { font-weight:normal; text-decoration: none; }' ,'a:link { color: #ffffff; }' ,'a:hover { color: #f8cfe4; background-color: #93117e; } '
 // ], 
//  wmode: 'transparent'
//});
 
