if (navigator.appName != "Microsoft Internet Explorer") {

    var NewsGoth = { src: 'NewsGoth.swf' };
    sIFR.prefetch(NewsGoth);
    sIFR.activate(NewsGoth);

    sIFR.replace(NewsGoth,{
    selector: 'h1',
    wmode: 'transparent',
    css: ['.sIFR-root { text-align: left; color:#0097D7; font-size:35px;font-weight: bold; }',
          'a { text-decoration: none; }',
          'a:link { color: #0097D7; }',
          'a:hover { color: #0097D7; text-decoration: none; }']});

    sIFR.replace(NewsGoth,{
    selector: 'h2',
    wmode: 'transparent',
    css: ['.sIFR-root { text-align: left; font-weight: bold; color: #0E3E79; font-size:21px; }',
          'a { text-decoration: none; }',
          'a:link { color: ##0E3E79; }',
          'a:hover { color: ##0E3E79; }']});

    sIFR.replace(NewsGoth,{
    selector: 'h3',
    wmode: 'transparent',
    css: ['.sIFR-root { text-align: left; font-weight: bold; color: #0E3E79; font-size:18px }',
          'a { text-decoration: none; }',
          'a:link { color: ##0E3E79; }',
          'a:hover { color: ##0E3E79; }']});

    sIFR.replace(NewsGoth,{
    selector: 'h4',
    wmode: 'transparent',
    css: ['.sIFR-root { text-align: left; font-weight: bold; color: #0E3E79; font-size:14px }',
          'a { text-decoration: none; }',
          'a:link { color: ##0E3E79; }',
          'a:hover { color: ##0E3E79; }']});
}
