var alternative = {
  src: 'http://www.eagerskia.com.au/flash/alternative.swf'
  ,ratios: [11, 1.49, 15, 1.41, 18, 1.4, 21, 1.39, 27, 1.38, 31, 1.35, 37, 1.36, 53, 1.35, 55, 1.34, 56, 1.35, 85, 1.34, 87, 1.33, 88, 1.34, 90, 1.33, 91, 1.34, 1.33]
};

sIFR.activate(alternative);

/*sIFR.debug.ratios({ src: 'flash/alternative.swf', selector: 'h1,h2,#heading h1,#default-intro h1' });*/

sIFR.replace(alternative, {
  selector: '#default-intro h1'
    ,css: [
      '.sIFR-root { color: #D8D8D8; background-color: #000000; font-size: 22px; text-align: left; text-transform:uppercase; }'
	  ]
	});
sIFR.replace(alternative, {
  selector: '#heading h1'
    ,css: [
      '.sIFR-root { color: #333333; background-color: #ffffff; font-size: 28px; text-align: left; text-transform:uppercase; }'
	   ,'a { text-decoration: none; }'
       ,'a:link { color: #333333; }'
	   ,'a:visited { color: #333333; }'
       ,'a:hover { color: #999999; }'
	  ]
	  ,wmode: 'transparent'
	 ,tuneHeight: '-5'
	 ,offsetTop: '-2'

	});

sIFR.replace(alternative, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { color: #B20002; background-color: #ffffff; font-size: 22px; text-align: left; text-transform:uppercase; }'
	  ]
	});

sIFR.replace(alternative, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { color: #B20002; background-color: #ffffff; font-size: 22px; text-align: left; text-transform:uppercase; }'
	  ]
	});

sIFR.replace(alternative, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { color: #666666; background-color: #ffffff; font-size: 20px; text-align: left; text-transform:uppercase; }'
	  ]
	});

sIFR.replace(alternative, {
  selector: 'h4'
    ,css: [
      '.sIFR-root { color: #666666; background-color: #ffffff; font-size: 20px; text-align: left; text-transform:uppercase; }'
	  ]
	});
sIFR.replace(alternative, {
  selector: '.service'
    ,css: [
      '.sIFR-root { color: #FF6600; background-color: #ffffff; font-size: 20px; text-align: left; text-transform:uppercase; }'
	  ]
	});