var glasgow={src:'sifr/fonts/glasgow.swf'};

sIFR.activate(glasgow);

sIFR.replace(glasgow,{
	selector: '#header .lcol h1',
	/*wmode:'transparent',*/
	css: '.sIFR-root {text-transform:uppercase;color:#dddddd;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});
sIFR.replace(glasgow,{
	selector: '.lcol h1',
	/*wmode:'transparent',*/
	css: '.sIFR-root{text-transform:uppercase;color:#083F92;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});
sIFR.replace(glasgow,{
	selector: '.rcol h1',
	/*wmode:'transparent',*/
	css: '.sIFR-root {text-transform:uppercase;color:#0f0f0f;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});

sIFR.replace(glasgow,{
	selector: '.rcol h2',
	/*wmode:'transparent',*/
	css: '.sIFR-root {color:#7AB51F;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});

