var cali = {
	src: 'http://www.iggs.co.uk/beta/iggs/templates/iggs/swf/cali.swf'
};

sIFR.activate(cali);

sIFR.replace(cali, {
			 selector: '#socialN h1',
			 css: [ 
				'.sIFR-root { font-size:16px; color: #000000; padding-bottom:10px }'
				,'strong { font-weight:bold; color:#999999; }'
				],
			 wmode: 'transparent',
			 tuneHeight: '-2',
			 filters: {
				  DropShadow: {
				    knockout: false
				    ,distance: 2
				    ,color: '#444444'
				    ,strength: 1
					,blurY: 5
					,blurX: 5
					,alpha: .35
				  }
				}
			 });
var cali2 = {
	src: 'http://www.iggs.co.uk/beta/iggs/templates/iggs/swf/cali.swf'
};

sIFR.activate(cali2);

sIFR.replace(cali2, {
			 selector: '.contentheading, .componentheading, .componentheading-news',
			 css: [ 
				'.sIFR-root { font-size:19px; color: #000000; padding-bottom:10px; padding-left:-10px }'
				,'strong { font-weight:bold; color:#999999; }'
				],
			 wmode: 'transparent',
			 tuneHeight: '-2',
			 filters: {
				  DropShadow: {
				    knockout: false
				    ,distance: 2
				    ,color: '#444444'
				    ,strength: 1
					,blurY: 5
					,blurX: 5
					,alpha: .35
				  }
				}
			 });

var headings = {
	src: 'http://www.iggs.co.uk/beta/iggs/templates/iggs/swf/cali.swf'
};
sIFR.activate(headings);

sIFR.replace(headings, {
			 selector: '.contentheading-news, .componentheading-menu',
			 css: [ 
				'.sIFR-root { font-size:12px; color: #000000; padding-bottom:10px; padding-left:-10px }'
				,'strong { font-weight:bold; color:#999999; }'
				],
			 wmode: 'transparent',
			 tuneHeight: '-2',
			 filters: {
				  DropShadow: {
				    knockout: false
				    ,distance: 2
				    ,color: '#444444'
				    ,strength: 1
					,blurY: 5
					,blurX: 5
					,alpha: .35
				  }
				}
			 });

