

var geogrotesque_regular = {
  src: 'http://cpanel18.proisp.no/~nilseiuh/wp-content/themes/nilsenaalberg/sifr/flash/geogrotesque_regular.swf'
};

var geogrotesque_thin = {
  src: 'http://cpanel18.proisp.no/~nilseiuh/wp-content/themes/nilsenaalberg/sifr/flash/geogrotesque_thin_swf'
};

var geogrotesque_light = {
  src: 'http://cpanel18.proisp.no/~nilseiuh/wp-content/themes/nilsenaalberg/sifr/flash/geogrotesque_light.swf'
};
	

sIFR.activate(geogrotesque_regular);
sIFR.activate(geogrotesque_thin);
sIFR.activate(geogrotesque_light);

sIFR.replace(geogrotesque_regular, {
  		selector: 'h1',
  		css: [
      '.sIFR-root { font-size: 32px; font-weight:normal; line-height: 30px; color:#000000; text-decoration: none; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(geogrotesque_regular, {
  		selector: 'h2',
  		css: [
      '.sIFR-root { font-size: 20px; font-weight:normal; color:#555555; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(geogrotesque_regular, {
  		selector: 'h5',
  		css: [
      '.sIFR-root { font-size: 17px; font-weight:normal; text-transform: uppercase; line-height: 16px; color:#555555; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #000000; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(geogrotesque_regular, {
  		selector: 'h6',
  		css: [
      '.sIFR-root { font-size: 16px; font-weight:normal; line-height: 16px; color:#888888; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #000000; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(geogrotesque_regular, {
  		selector: '.wp-caption-text',
  		css: [
      '.sIFR-root { font-size: 12px; font-weight:normal; text-transform: uppercase; line-height: 16px; color:#888888; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #000000; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(geogrotesque_regular, {
  		selector: '.ingress',
  		css: [
      '.sIFR-root { font-size: 16px; font-weight:normal; color:#555555; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
