
var GothamBook = { 
	src: '/js/GothamBook.swf',
  	ratios: [9, 1.27, 14, 1.19, 15, 1.16, 16, 1.15, 18, 1.14, 26, 1.13, 29, 1.11, 30, 1.12, 40, 1.11, 41, 1.1, 42, 1.11, 54, 1.1, 55, 1.09, 57, 1.1, 91, 1.09, 96, 1.08, 99, 1.09, 110, 1.08, 111, 1.09, 1.08] 
	};

sIFR.fitExactly = true;
/* sIFR.forceWidth = true; */

sIFR.domains = ['*'];
sIFR.fromLocal = true;

// Next, activate sIFR:
sIFR.activate(GothamBook);

sIFR.replace(GothamBook, {
  selector: 'h1#counter',
  css: '.sIFR-root { background-color: #d2d2d2; text-align: center; }',
  wmode: 'opaque'
});
sIFR.replace(GothamBook, {
  selector: 'h1',
  css: {
  '.sIFR-root': { 'letter-spacing': '-3'},
  'a': { 'text-decoration': 'none' },
  'a:link': { 'color': '#1e1e1e' },
  'a:hover': { 'color': '#1e1e1e', 'text-decoration': 'underline' }
  },
  tuneWidth: 4,
  wmode: 'transparent'
});

sIFR.replace(GothamBook, {
  selector: 'h2',
  css: '.sIFR-root { letter-spacing: -3; }',
  offsetLeft:-2,
  tuneWidth: 3,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h3#tagline',
  css: '.sIFR-root { background-color: #d2d2d2; color: #8a8a8a; letter-spacing: -1; }',
  offsetLeft:-1,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h3#browse_head',
  css: '.sIFR-root { background-color: #d2d2d2; color: #ffffff; letter-spacing: -1; }',
  offsetLeft:-1,
  offsetTop:4,
  wmode: 'transparent'
});
sIFR.replace(GothamBook, {
  selector: 'h3',
  css: '.sIFR-root {letter-spacing: -1; }',
  offsetLeft:-1,
  offsetTop:5,
  wmode: 'transparent'
});
sIFR.replace(GothamBook, { 
  selector: 'div.main_message',
  css: '.sIFR-root { letter-spacing: -1; }',
  offsetLeft:-1,
  wmode: 'transparent'
});
sIFR.replace(GothamBook, { 
  selector: '.daily-news li',
  css: {
  '.sIFR-root': { 'letter-spacing': '-1'},
  'a': { 'text-decoration': 'none' },
  'a:link': { 'color': '#5c5c5c' },
  'a:hover': { 'color': '#5c5c5c', 'text-decoration': 'underline' }
  },
  offsetLeft:-1,
  wmode: 'transparent'
});


