  var helvetica = {
    src: '/assets/flash/helvetica.swf'
};
  var helvetica_neue = {
    src: '/assets/flash/helveticaNeue.swf'
};

 var vag_rounded = {
    src: '/assets/flash/vag_rounded.swf'
};


sIFR.activate(helvetica, helvetica_neue, vag_rounded);

sIFR.replace(vag_rounded, {
    selector: '#header h5'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #EFE92F; text-transform: none; font-size:15px; font-weight: bold; text-align: center; leading: -5 } strong {color: #ffffff;}  a {color: #ffffff; text-decoration: none;} a:hover {color: #ffffff;}'
	]
  });

    
sIFR.replace(vag_rounded, {
    selector: '.opening-hours h3'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #002A5C; text-transform: none; font-size:13px; font-weight: bold; leading: 0 } strong {color: #ffffff;}'
	]
  });

/*
sIFR.replace(vag_rounded, {
    selector: '.highlight'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: uppercase; font-size:18px; font-weight: bold; leading: 0; text-align: center; } strong {color: #002A5C;}'
	]
  });  
*/
sIFR.replace(vag_rounded, {
    selector: '#SecondaryContent h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #002A5C; text-transform: uppercase; font-size:18px; font-weight: bold; leading: 0; } strong {color: #002A5C;}'
	]
  }); 
  
sIFR.replace(vag_rounded, {
    selector: '#PrimaryContent h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #002A5C; text-transform: uppercase; font-size:22px; font-weight: bold; leading: 0; } strong {color: #002A5C;}'
	]
  });   
  
sIFR.replace(vag_rounded, {
    selector: '#PrimaryContent div.green h2'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #00802B; text-transform: uppercase; font-size:22px; font-weight: bold; leading: 0; } strong {color: #00802B;}'
	]
  });  
    
sIFR.replace(helvetica_neue, {
    selector: '#offer-module-content h1'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #ffffff; text-transform: none; font-size:22px; font-weight: bold; leading: 0 } strong {color: #ffffff;}'
	]
  });

sIFR.replace(helvetica_neue, {
    selector: 'p.green-title'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #8EBF30; text-transform: uppercase; font-size:20px; font-weight: bold; leading: 0 } strong {color: #ffffff;}'
	]
  });
  
sIFR.replace(helvetica_neue, {
    selector: '.speech-bubble'
	,forceWidth: 'true'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #ffffff; font-size:19px; text-transform: uppercase; font-weight: bold; leading: -1 } strong {color: #ffffff;}'
	]
  });
  
