var locator = {
      src: '/sifr/locator.swf'
};

var locatormedium = {
      src: '/sifr/locator-medium.swf'
};
 
sIFR.activate(locator);

sIFR.activate(locatormedium);

sIFR.replace(locator, {
      selector: 'h1.locator-font',
      css: [
      '.sIFR-root { font-size: 28px; line-height: 1.11111em; color: #243c77;  clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }',
	  'a { color: #000000; text-decoration:none; }',
	  'a:hover { color: #000000; text-decoration:none; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true,
	  tuneHeight: '-8',
	  offsetTop: '-4'
});

sIFR.replace(locator, {
      selector: 'h2.locator-font',
      css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color: #000000; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }',
	  'a { color: #000000; text-decoration:none; }',
	  'a:hover { color: #000000; text-decoration:underline; }'
      ],
	  tuneHeight: '-11',
	  offsetTop: '-6',
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(locatormedium, {
      selector: 'h3.locator-font',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color: #000000; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }',
	  'a { color: #000000; text-decoration:none; }',
	  'a:hover { color: #000000; text-decoration:underline; }'
      ],
	  tuneHeight: '-11',
	  offsetTop: '-6',
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(locator, {
      selector: 'h4.locator-font',
      css: [
      '.sIFR-root { font-size:41px; font-weight:normal; color: #222052; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }',
	  'a { color: #222052; text-decoration:none; }',
	  'a:hover { color: #222052; text-decoration:underline; }'
      ],
	  tuneHeight: '-11',
	  offsetTop: '-6',
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(locator, {
      selector: 'h5.locator-font',
      css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color: #222052; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }',
	  'a { color: #222052; text-decoration:none; }',
	  'a:hover { color: #222052; text-decoration:underline; }'
      ],
	  tuneHeight: '-9',
	  offsetTop: '-3',
      wmode: 'transparent',
	  forceSingleLine: true
});
