var gotham = {
src: 'http://trainingroom2.taketothestreets.org/flash/Gotham.swf'
};
var gothambook = {
src: 'http://trainingroom2.taketothestreets.org/flash/GothamBook.swf'
};
var gothamblack = {
src: 'http://trainingroom2.taketothestreets.org/flash/GothamBlack.swf'
};


sIFR.replace(gotham, {
selector: '.auxiliaryContent h3',
    css: ['.sIFR-root {font-size:14px; color:#000000;text-transform:uppercase}',
        'a {color:#000000; text-decoration:none;}',
        'a:hover{color:#000000;}'],
    wmode: 'transparent'
});


sIFR.replace(gothamblack, {
    selector: '#ArticleContentFrame h5',
    css: ['.sIFR-root {font-size:18px; color:#000000; text-transform:uppercase}'],
    wmode: 'transparent'
});

sIFR.replace(gothamblack, {
    selector: '.dashboard h3',
    css: ['.sIFR-root {font-size:12px; color:#000000; text-transform:uppercase; margin-top:10px;}'],
    wmode: 'transparent'
});

sIFR.replace(gothamblack, {
    selector: '#ArticleContentFrame h3',
    css: ['.sIFR-root {font-size:14px; color:#CD0A0A; text-transform:uppercase}'],
    wmode: 'transparent'
});
sIFR.replace(gothamblack, {
    selector: '.adviceLegal h2',
    css: ['.sIFR-root {font-size:14px; font-weight:bold; color:#000000; text-transform:uppercase}'],
    wmode: 'transparent'
});
sIFR.replace(gothamblack, {
selector: '#auxillaryHeading, .mainContent h2, .homeSiteMap h3',
    css: ['.sIFR-root {font-size:14px; font-weight:bold; color:#000000; text-transform:uppercase}'],
    wmode: 'transparent'
});

sIFR.replace(gotham, {
    selector: '.currentSection',
    css: ['.sIFR-root {font-size:14px; color:#cd0a0a; text-transform:uppercase; margin-bottom:0px;}'],
    wmode: 'transparent'
});

sIFR.replace(gotham, {
    selector: '.mainContent h4',
    css: ['.sIFR-root {font-size:12px; color:#000000; text-transform:uppercase; margin-bottom:0px;}'],
    wmode: 'transparent'
});

sIFR.replace(gotham, {
selector: 'h3.status',
    css: ['.sIFR-root {font-size:12px; color:#666666;}'],
    wmode: 'transparent'
});
sIFR.replace(gotham, {
    selector: '#subSection',
    css: ['.sIFR-root {font-size:10px; color:#666666; text-transform:uppercase;}'],
    wmode: 'transparent'
});
//sIFR.replace(gotham, {
//selector: '.diaryUpdatePanel ul li',
//css: ['.sIFR-root {font-size:12px; color:#666666; text-align:center}',
//    'a {color:#cd0a0a; text-decoration:none;}',
//    'a:hover{color:#000000;}'
//    ],
//    wmode: 'transparent'
//});

//sIFR.replace(gotham, {
//    selector: '.mileInfo h3',
//    css: ['.sIFR-root {font-size:12px; color:#000000; text-transform:uppercase;}'],
//    wmode: 'transparent'
//});

//sIFR.replace(gothamblack, {
//    selector: 'p.mileCount',
//    css: ['.sIFR-root {font-size:30px; color:#ffffff; font-weight:bold; text-align:center;}'],
//    wmode: 'transparent'
//});

sIFR.activate(gotham);
sIFR.activate(gothambook);
sIFR.activate(gothamblack);