var tekton = {
	src: '/tekton3.swf'
};

sIFR.activate(tekton);

sIFR.replace(tekton, {
  selector: '.pageHeading',
  css: ['.sIFR-root {color: #000000; font-size: 22px;}',
		  ],
  wmode: 'transparent'
});

sIFR.replace(tekton, {
  selector: '.whatsNew',
  css: ['.sIFR-root {color: #000000; font-size: 22px; text-align: center;}',
		  ],
  wmode: 'transparent'
});

/*
sIFR.replace(tekton, {
  selector: '.#blogcontent h2 a',
  css: ['.sIFR-root {color: #000000; font-size: 22px; text-decoration: none;}',
		  ],
  wmode: 'transparent'
});
*/