var rage = {
 src: '/flash/astonished.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: 'h2.astonished, h1'
  ,css: [
		 '.sIFR-root{color:#a9d1d8; font-size:32px; font-weight: bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: '#menu ul li'
  ,css: [
                  '.sIFR-root { cursor: pointer; font-size: 26px; height: 14px; line-height: 36px; color: #a9d1d8; font-weight:bold;}'
                  ,'a {color: #a9d1d8; text-decoration: none; font-weight:bold;}'
                  ,'a:link{ color: #a9d1d8;}'
                  ,'a:hover{ background-color: #001d30; color: #f2f2f2;}'

		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

