var garamond = {
src: '/garamond.swf'
};
sIFR.activate(garamond);
sIFR.replace(garamond, {
wmode: 'transparent',
selector: '#boxesquedatemp h2'
,css: [
'.sIFR-root { background:none; color:#9c8312; font-weight:bold; font-size:26px;}'
,'a { text-decoration: none; font-weight:normal}'
,'a:link { color: #FFFFFF; font-weight:normal }'
,'a:hover { color: #9c8312; font-weight:normal}'
]
});





var garamond = {
src: '/garamond.swf'
};
sIFR.activate(garamond);
sIFR.replace(garamond, {
wmode: 'transparent',
selector: 'h3'
,css: [
'.sIFR-root { background:none; color:#9c8312; font-weight:bold; font-size:24px;}'
,'a { text-decoration: none; font-weight:normal}'
,'a:link { color: #FFFFFF; font-weight:normal }'
,'a:hover { color: #9c8312; font-weight:normal}'
]
});

//sIFR.activate(garamond);
//sIFR.replace(garamond, {
//wmode: 'transparent',
//selector: 'h3'
//,css: [
//'.sIFR-root { background:none; color:#9c8312; font-weight:bold; font-size:20px;}'
//,'a { text-decoration: none; font-weight:normal}'
//,'a:link { color: #FFFFFF; font-weight:normal }'
//,'a:hover { color: #9c8312; font-weight:normal}'
//]
//});

sIFR.activate(garamond);
sIFR.replace(garamond, {
wmode: 'transparent',
selector: 'h4'
,css: [
'.sIFR-root { background:none; color:#FFFFFF; font-weight:bold; font-size:17px;}'
]
});

sIFR.activate(garamond);
sIFR.replace(garamond, {
wmode: 'transparent',
selector: 'h5'
,css: [
'.sIFR-root { background:none; color:#968724; font-weight:bold; font-size:17px;}'
]
});

sIFR.activate(garamond);
sIFR.replace(garamond, {
wmode: 'transparent',
selector: 'h6'
,css: [
'.sIFR-root { background:none; color:#968724; font-weight:bold; font-size:15px;}'
]
});