var gstyle= {
src: 'http://www.case.edu/webdev/newtemp/admin/js/georgiastyles.swf'
};

sIFR.activate(gstyle); // From revision 209 and onwards

sIFR.replace(gstyle, {
  selector: 'h2.tagline',
  css: ['.sIFR-root { color: #00356d; font-size: 17px; text-transform: none; text-align:right;}',
		'a { text-decoration: none; color: #00356d;}',
		'a:hover { color: #333333;}'],
  wmode: 'transparent'
});

sIFR.replace(gstyle, {
  selector: 'h2.pagetitleTAG',
  css: ['.sIFR-root { color: #00356d; font-size: 14px; text-transform: none;}',
		'a { text-decoration: none; color: #00356d;}',
		'a:hover { color: #CCCCCC;}'],
  wmode: 'transparent'
  
});

sIFR.replace(gstyle, {
  selector: 'h3.upcomingEvents',
  css: ['.sIFR-root { color: #00356d; font-size: 15px; text-transform: none;}',
		'a { text-decoration: none; color: #00356d;}',
		'a:hover { color: #ff6600;}'],
  wmode: 'transparent'
  
});


sIFR.replace(gstyle, {
  selector: 'h2.footerhead',
  css: ['.sIFR-root { color: #FFFFFF; font-size: 25px; text-transform: uppercase; text-align:center;}',
		'a { text-decoration: none; color: FFFFFF;}',
		'a:hover { color: #FFFFFF;}'],
  wmode: 'transparent'
  
});

var gillstyle= {
src: 'http://www.case.edu/webdev/newtemp/admin/js/gillstyles.swf'
};

sIFR.activate(gillstyle); // From revision 209 and onwards

sIFR.replace(gillstyle, {
  selector: 'h4.casedotfoothead',
  css: ['.sIFR-root { color: #FFFFFF; font-size: 14px; text-transform: uppercase;}',
		'a { text-decoration: none; color: #FFFFFF;}',
		'a:hover { color: #CCCCCC;}'],
  wmode: 'transparent'
});

