/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

var neue = {
		src: 'http://www.akvarium.dk/neue.swf'
};
var neuelight = {
		src: 'http://www.akvarium.dk/neuelight.swf'
};



sIFR.activate(neue, neuelight);



sIFR.replace(neuelight, {
		selector: 'h1',
		wmode: 'transparent',
		css: {
      	'.sIFR-root': { 'color': '#666666' }
    }
});
  
sIFR.replace(neue, {
    	selector: 'h3',
		wmode: 'transparent',
		css: {
      	'.sIFR-root': { 'color': '#76A2CF', 'letter-spacing': '', 'text-transform': 'capitalize', 'font-weight': 'bold' }
    }
});
  
sIFR.replace(neue, {
    	selector: 'h4',
		wmode: 'transparent',
		css: {
      '.sIFR-root': { 'color': '#76A2CF', 'letter-spacing': '', 'text-transform': 'capitalize', 'font-weight': 'normal' }
    }
});