

var tradeg = {
  src: 'http://aage2.prodoc.no/wp-content/themes/levvalivet/sifr/flash/tradeg.swf'
};

sIFR.activate(tradeg);

sIFR.replace(tradeg, {
  		selector: 'h1',
  		css: [
      '.sIFR-root { font-size: 29px; color:#545454; text-decoration: none; text-transform: uppercase; }',
      'a { color:#545454; text-decoration: none; }',
      'a:hover	{ color: #333333; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(tradeg, {
  		selector: '#turneplan h2, #nyhet h2',
  		css: [
      '.sIFR-root { font-size: 24px; color:#cecec8; text-decoration: none; text-transform: uppercase; }',
      'a { color:#cecec8; text-decoration: none; }',
      'a:hover	{ color: #333333; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(tradeg, {
  		selector: '#left_full h2',
  		css: [
      '.sIFR-root { font-size: 27px; font-weight:normal; color:#545454; text-transform: uppercase; }',
      'a { color:#000000; text-decoration: none; }',
      'a:hover	{ color: #555555; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});

sIFR.replace(tradeg, {
  		selector: '#sidebar h3',
  		css: [
      '.sIFR-root { font-size: 20px; color:#545454; text-decoration: none; text-transform: uppercase; }',
      'a { color:#545454; text-decoration: none; }',
      'a:hover	{ color: #333333; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(tradeg, {
  		selector: 'h5',
  		css: [
      '.sIFR-root { font-size: 19px; font-weight:normal; text-transform: uppercase; line-height: 20px; color:#555555; padding-top: 15px; }',
      'a { color:#555555; text-decoration: none; }',
      'a:hover	{ color: #000000; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(tradeg, {
  		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(tradeg, {
  		selector: '.user_user',
  		css: [
      '.sIFR-root { font-size: 18px; font-weight:normal; text-transform: uppercase; color:#454545; }',
      'a { color:#454545; text-decoration: none; }',
      'a:hover	{ color: #C4AE75; text-decoration: none; }'
      ],
      wmode: 'transparent'
	});
	
sIFR.replace(tradeg, {
  		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'
	});
