var shine = {
src: '/views/flash/shine.swf'
,ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 76, 1.22, 77, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21]
,wmode :'transparent'
};

var sunshineCoast = {
src: '/views/flash/SunshineCoast.swf'
,ratios: [11, 1.49, 15, 1.41, 16, 1.4, 19, 1.38, 25, 1.37, 34, 1.36, 35, 1.34, 41, 1.35, 58, 1.34, 60, 1.33, 61, 1.34, 63, 1.33, 64, 1.34, 98, 1.33, 99, 1.32, 100, 1.33, 102, 1.32, 103, 1.33, 105, 1.32, 106, 1.33, 108, 1.32, 109, 1.33, 111, 1.32, 112, 1.33, 114, 1.32, 115, 1.33, 1.32]
,wmode :'transparent'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(shine,sunshineCoast);

sIFR.replace(shine, {
selector: 'h1'
,css: [
 '.sIFR-root { color: #009FCE; }',
  'strong { color: #009FCE;  }'
]
});

sIFR.replace(shine, {
selector: 'h2'
,css: [
  '.sIFR-root { color: #009fce; }',
  'a {color: #009fce;, text-decoration: underline;}',
  'a:hover {color: #009fce;, text-decoration: underline;}',
  '.selected {color: #009fce;, text-decoration: underline;}'
]
});


/*sIFR.replace(sunshineCoast, {
selector: 'h3'
,css: [
  '.sIFR-root { color: #163D70;, font-size: 24px; }', 'a {color: #163D70;, text-decoration: none;}', 'a:hover {color: #163D70;, text-decoration: none;}', '.selected {color: #163D70;, text-decoration: none;}'
]
});

sIFR.replace(sunshineCoast, {
selector: 'h4'
,css: {
  '.sIFR-root': { 'text-align': 'right', 'color': '#ffffff', 'font-size': '32px'}
}
});*/

/*sIFR.replace(feltTipRoman, {
	selector: 'div.fontReplace',
	forceSingleLine: true
	,css: [
	'.sIFR-root { color: #000000; cursor: pointer; text-align: right; }', 'a {color: #000000;, text-decoration: none;}', 'a:hover {color: #000000;, text-decoration: none;}', '.selected {color: #000000;, text-decoration: none;}'
	]
});*/

