
var bliss = {
  src: '/scripts/sifr/flash/bliss.swf'
  ,ratios: [9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18]
};


var blissreg = {
	src:'/scripts/sifr/flash/blissreg.swf'
	,ratios: [6,0.92,8,0.94,10,1,15,1.05,20,1.1,26,1.12,32,1.13,36,1.14,41,1.15,42,1.16,46,1.15,62,1.16,82,1.17,83,1.18,93,1.17,94,1.18,95,1.17,97,1.18,98,1.17,102,1.18,103,1.17,1.18]
};


var bliss5 = {
  src: '/scripts/sifr/flash/bliss-5.swf'
  ,ratios:[6, 0.64, 7, 0.65, 9, 0.7, 11, 0.75, 13, 0.81, 16, 0.85, 17, 0.91, 21, 0.93, 23, 0.97, 25, 0.98, 31, 0.99, 37, 1.02, 46, 1.04, 49, 1.06, 57, 1.07, 58, 1.08, 59, 1.07, 72, 1.08, 85, 1.09, 106, 1.1, 108, 1.11, 110, 1.1, 112, 1.11, 114, 1.1, 1.11]
};

var bliss1 = {
  src: '/scripts/sifr/flash/bliss-1.swf'
  ,ratios:[6, 0.64, 7, 0.65, 9, 0.7, 11, 0.75, 13, 0.81, 16, 0.85, 17, 0.91, 21, 0.93, 23, 0.97, 25, 0.98, 31, 0.99, 37, 1.02, 46, 1.04, 49, 1.06, 57, 1.07, 58, 1.08, 59, 1.07, 72, 1.08, 85, 1.09, 106, 1.1, 108, 1.11, 110, 1.1, 112, 1.11, 114, 1.1, 1.11]
};
var bliss3 = {
  src: '/scripts/sifr/flash/bliss-3.swf'
  ,ratios:[6, 0.64, 7, 0.65, 9, 0.7, 11, 0.75, 13, 0.81, 16, 0.85, 17, 0.91, 21, 0.93, 23, 0.97, 25, 0.98, 31, 0.99, 37, 1.02, 46, 1.04, 49, 1.06, 57, 1.07, 58, 1.08, 59, 1.07, 72, 1.08, 85, 1.09, 106, 1.1, 108, 1.11, 110, 1.1, 112, 1.11, 114, 1.1, 1.11]
};

var bliss11 = {
  src: '/scripts/sifr/flash/bliss-11.swf'
  ,ratios:[6, 0.64, 7, 0.65, 9, 0.7, 11, 0.75, 13, 0.81, 16, 0.85, 17, 0.91, 21, 0.93, 23, 0.97, 25, 0.98, 31, 0.99, 37, 1.02, 46, 1.04, 49, 1.06, 57, 1.07, 58, 1.08, 59, 1.07, 72, 1.08, 85, 1.09, 106, 1.1, 108, 1.11, 110, 1.1, 112, 1.11, 114, 1.1, 1.11]
};


sIFR.activate(bliss, blissreg, bliss5, bliss11, bliss1);


//NEW for orange em about us
sIFR.replace(bliss11, {
      selector: 'p#pullquote',
      css: [
      '.sIFR-root { font-size:48px; color:#04476f; }',
      'em { font-style: normal; color: #ff5800;}',
           ],
      wmode: 'transparent'
	  ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});




//replace the blockquote on about us 
sIFR.replace(bliss1, {
  selector: '#banner-image-float-wrap p#quote2'
 ,css: [
     '.sIFR-root {color:#505253; font-size:20px, }' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});


//replace the job title on about us
sIFR.replace(bliss, {
  selector: '#banner-image-float-wrap #quote p#job-title'
 ,css: [
     '.sIFR-root {color:#000000; font-size:1.4em, }' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});


  //ad teaser title 
  sIFR.replace(bliss, {
    selector: '#ad-teaser h2'
    ,css: {
      '.sIFR-root': { 'color': '#04476f;', 'font-weight':'bold', 'font-size': '25px', 'letter-spacing':'0.7' }
    }
	,wmode:'transparent'
	,offsetTop:0
	,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
	  
  });
  //ad teaser paragraph 
/*  sIFR.replace(bliss3, {
    selector: '#ad-teaser p'
    ,css: {
      '.sIFR-root': { 'color': '#04476f;', 'font-weight':'bold', 'font-size': '14px' }
    }
	,wmode:'transparent'
	,offsetTop:0
	,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
	  
  });
*/

  //header title 
  sIFR.replace(blissreg, {
    selector: '#module .module-row h2, #landing-module-left h1, #landing-module-right .landing-box h2, .landing-teaser h2, .contact-box h3, .contact-box-2 h3, .small-box h3'
    ,css: {
      '.sIFR-root': { 'color': '#000000', 'font-weight':'normal', 'font-size': '18px' }
    }
	,wmode:'transparent'
	,offsetTop:0
	,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
	  
  });


//replace the h1 news
sIFR.replace(bliss, {
  selector: '#media-wrap h1, #request-heading h1, #detail-content-wrap h1, #login-content-wrap h1'
 ,css: [
     '.sIFR-root {color:#04476f; font-size:28px, letter-spacing:-0.5;}' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});



//replace the h2 news
sIFR.replace(bliss, {
  selector: '#media-content h2, #contact-introduction h2, #detail-content-wrap h2, #login-content h2'
 ,css: [
     '.sIFR-root {color:#9e9e9e; font-size:20px, }' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});



//replace the h3 news (search form)
sIFR.replace(blissreg, {
  selector: '#media-box h3, #login-box h3'
 ,css: [
     '.sIFR-root {color:#000000; font-size:18px; }' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});





//replace the tel on homepage
sIFR.replace(bliss, {
  selector: '.home-module .tel p'
 ,css: [
     '.sIFR-root {color:#3db7e4; font-size:26px; }' 
   ], wmode:'transparent'
	 ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});



//orange and blue (em) homepage and schools
sIFR.replace(bliss5, {
      selector: 'p.pullquote-schools',
      css: [
      '.sIFR-root { font-size:33px; color:#04476f; letter-spacing:-0.8; }',
      'em { font-style: normal; color: #ff5800;}',
           ],
      wmode: 'transparent'
	  ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});


//orange and blue (em) homepage and schools
sIFR.replace(bliss5, {
      selector: 'p.pullquote-home',
      css: [
      '.sIFR-root { font-size:33px; color:#04476f; letter-spacing:-0.5;  }',
      'em { font-style: normal; color: #ff5800;}',
           ],
      wmode: 'transparent'
	  ,offsetTop:0
	 ,offsetLeft:0
	,tuneHeight:0
    ,selectable: true
});


//-----Start: Added by Capita

//landing-4 h2's , media centre and download centre h3's
sIFR.replace(blissreg, {selector:'#landing-module-wrap #landing-module-right h2, .landing-teaser h2, #media-box h3, #download-box h3 ', ratios:[6,0.92,8,0.94,10,1,15,1.05,20,1.1,26,1.12,32,1.13,36,1.14,41,1.15,42,1.16,46,1.15,62,1.16,82,1.17,83,1.18,93,1.17,94,1.18,95,1.17,97,1.18,98,1.17,102,1.18,103,1.17,1.18] ,css: [
     '.sIFR-root {color:#000000; font-size:18px;}' 
   ], wmode:'transparent' 									   
});

//search-results h1 
sIFR.replace(bliss, {selector:'#search-wrap h1', ratios:[9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18] ,css: [
     '.sIFR-root {color:#04486f; font-size:30px;}' 
   ], wmode:'transparent' 									   
});

//media-centre h1 and download centre h1
sIFR.replace(bliss, {selector:'#media-wrap h1, #downloads-wrap h1', ratios:[9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18] ,css: [
     '.sIFR-root {color:#04486f; font-size:30px;}' 
   ], wmode:'transparent' 									   
});

//media-centre h2 and download centre h2
sIFR.replace(bliss, {selector:'#media-wrap #media-content h2, #downloads-wrap #downloads-content h2', ratios:[9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18] ,css: [
     '.sIFR-root {color:#9e9e9e; font-size:20px;}' 
   ], wmode:'transparent' 									   
});

//case-studies h1 
sIFR.replace(bliss, {selector:'#case-studies-wrap h1', ratios:[9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18] ,css: [
     '.sIFR-root {color:#4c4c4c; font-size:30px;}' 
   ], wmode:'transparent' 									   
});


//case-studies h2 
sIFR.replace(bliss, {selector:'#case-studies-wrap #case-studies-content h2', ratios:[9,0.95,14,1.06,19,1.1,25,1.13,29,1.14,34,1.15,49,1.16,69,1.17,70,1.18,75,1.17,78,1.18,80,1.17,1.18] ,css: [
     '.sIFR-root {color:#9f9f9f; font-size:20px;}' 
   ], wmode:'transparent' 									   
});

//-----End: Added by Capita















