//<[CDATA[

// Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
// sIFR.domains = ['mydomain.com'] // Don't check for domains

var bauhausTwo = {
	src: 'http://www.chrishow.co.uk/sifr/bauhausTwo.swf'
,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

var boringjoined = {
	src: 'http://www.chrishow.co.uk/sifr/boringjoined.swf'
  ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

sIFR.prefetch(bauhausTwo);
sIFR.activate();

sIFR.replace( bauhausTwo,{
	selector: 'h1'
	,src: 'http://www.chrishow.co.uk/sifr/bauhausTwo.swf'
	,css: [ '.sIFR-root { color: #6ad500; font-size:21px; }']
	,wmode:'transparent'
	,paddingBottom: '200'
  });
  

 sIFR.replace( boringjoined,{
	selector: '.postitnote h4'
	,src: 'http://www.chrishow.co.uk/sifr/boringjoined.swf'
	,css: [ '.sIFR-root { color: #333; font-size:28px; font-weight:bold; leading:-10; line-height: 0%; padding: 0; margin: 0 0 0 0; }']
	,wmode:'transparent'
	,tuneHeight: '-5' // reduces line padding
	,tuneWidth: '-5'
	,offsetTop: '-2'
  });
    
  
 
  
sIFR.replace( boringjoined,{
	selector: '.postitnote li'
	,src: 'http://www.chrishow.co.uk/sifr/boringjoined.swf'
	,css: [ '.sIFR-root { color: #000; font-size:22px; font-weight:bold; list-style: none; leading:-10; line-height: 5.0em; padding: 0; margin: 0; }']
	,wmode:'transparent'
	,tuneHeight: '-6' // reduces line height
	,tuneWidth: '-20'
	,offsetTop: '-5' // inside padding of flash movie
	,offsetLeft: '0' // inside padding of flash movie
  });

  

  
//]]>