var gothambook = {
  src: 'http://www.sevierheights.org/flash/gothambook.swf'
};



sIFR.activate(gothambook);
/*sIFR.prefetch(gothambook);*/



var gothamlight = {
  src: 'http://www.sevierheights.org/flash/gothamlight.swf'
};

sIFR.activate(gothamlight);
/*sIFR.prefetch(gothambook);*/



sIFR.replace(gothambook, {
  selector: 'h1',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #FFFFFF; letter-spacing: -0.5; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #94BD5B; }'
      ,'a:hover { color: #cb8676; }'
	]
  
});


sIFR.replace(gothambook, {
  selector: 'h2',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #a9b06e; letter-spacing: -0.5; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #94BD5B; }'
      ,'a:hover { color: #cb8676; }'
	]
  
});




sIFR.replace(gothambook, {
  selector: 'h4',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #ffffff; letter-spacing: -0.5; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #94BD5B; }'
      ,'a:hover { color: #cb8676; }'
	]
  
});



sIFR.replace(gothambook, {
  selector: '.breadcrumb',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #e1d7b0; letter-spacing: -0.5; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e1d7b0; }'
      ,'a:hover { color: #ffffff; }'
	]
  
});

sIFR.replace(gothamlight, {
  selector: '.homepage-headline',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #e1d7b0; letter-spacing: -2; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #e1d7b0; }'
      ,'a:hover { color: #ffffff; }'
	]
  
});

sIFR.replace(gothambook, {
  selector: '.linkbar-headline',
  wmode: 'transparent',  
  css: [   '.sIFR-root { color: #424242; letter-spacing: -0.5; }'
      ,'a { text-decoration: none; color: #424242; }'
      ,'a:link { color: #424242; }'
      ,'a:hover { color: #424242; }'
	]
  
});

