 
















//sIFR v3 Beta 2

var itv = {
    src: '/sifr/flash/itv.swf',ratios:[10,1.32,16,1.27,17,1.23,18,1.25,28,1.23,29,1.2,34,1.22,35,1.2,36,1.21,53,1.2,78,1.19,82,1.18,83,1.19,84,1.18,85,1.19,87,1.18,88,1.19,93,1.18,94,1.19,1.18]
   };   

var itvLight = {
    src: '/sifr/flash/itvLight.swf',ratios:[10,1.32,16,1.27,17,1.23,18,1.25,28,1.23,29,1.2,34,1.22,35,1.2,36,1.21,53,1.2,78,1.19,82,1.18,83,1.19,84,1.18,85,1.19,87,1.18,88,1.19,93,1.18,94,1.19,1.18]
   };   

sIFR.activate(itv, itvLight );



/*sIFR.replace(itv, {selector: '#detail-heading h1', css: [
      '.sIFR-root { font-size:30px; color: #000000;}'
   ] ,wmode:'transparent'											   
});*/


sIFR.replace(itv, {selector: '#main-home h2.pullquote', css: 'em{ color:#0172ac;  font-style:normal;}'
	,selectable:false											   
});

sIFR.replace(itv, {selector: 'h1.landing-pullquote', css: 'em{ color:#0172ac; font-style:normal;}'
	,selectable:false											   
});

//sIFR.replace(itv, {selector: 'h1#pullquote', css: [
//      '.sIFR-root { font-size:30px; color: #0bb4e9;}'
//   ]
//    ,wmode:'transparent'											   
//});


//sIFR.replace(itv, {selector: '#main-home h1', css: [
//      '.sIFR-root { font-size:30px; color: #000000; }'
//   ] ,wmode:'transparent'											   
//});
//sIFR.replace(itv, {selector: '#landing h1', css: [
//      '.sIFR-root { font-size:34px; color: #000000;}'
//   ] ,wmode:'transparent'											   
//});
sIFR.replace(itv, {selector: '#landing h2.pullquote', css: [
      '.sIFR-root { font-size:34px; color: #000000;}',
	  'em{ color:#0172ac;  font-style:normal;}'
   ] ,wmode:'transparent'											   
});


sIFR.replace(itv, {selector: '#landing-heading p', css: [
      '.sIFR-root { font-size:34px; color: #000000;}',
	  'em{ color:#0172ac;  font-style:normal;}'
   ] ,wmode:'transparent'											   
});


// Do not SiFR all H1s
//sIFR.replace(itv, {selector: 'h1', css: [
sIFR.replace(itv, {selector: '#detail-heading h2', css: [
	'.sIFR-root { font-size:30px; color: #000000; }'
   ] ,wmode:'transparent'											   
});

sIFR.replace(itv, {selector: '.newsintroduction h2, #contact h2 ', css: [
      '.sIFR-root { font-size:18px; color: #0bb4e9;}'
   ] ,wmode:'transparent'											   
});

/*sIFR.replace(itvLight, {selector: '.subnav-title p', css: [
      '.sIFR-root { font-size:20px; color: #0bb4e9;}'
   ] ,wmode:'transparent'											   
});*/



//sIFR.debug.ratios({ src:'scripts/sifr/flash/itv.swf', selector: 'h1' });
