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:#cbbb9d;background-color:#F2EEE8;}',
	opaque: true,
	selectable: true,
	filters: {
	  DropShadow: {
		knockout: false
		,distance: 1
		,color: '#ffffff'
		,strength: 6
	  }
	}
});
sIFR.replace(glasgow,{
	selector: '.lcol h1',
	/*wmode:'transparent',*/
	css: '.sIFR-root {text-transform:uppercase;color:#a48a77;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});
sIFR.replace(glasgow,{
	selector: '.rcol h1',
	/*wmode:'transparent',*/
	css: '.sIFR-root {text-transform:uppercase;color:#604c3f;background-color:#ffffff;}',
	opaque: true,
	selectable: true
});

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

