 var agbook = {
    src: '/assets/swfs/agbook.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.useStyleCheck = true;
  sIFR.activate(agbook);


  sIFR.replace(agbook, {
  	selector: 'h1'
  	,forceSingleLine: 'true'
	,offsetTop: ''
	,tuneHeight: ''
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#394a58; text-align: left; font-weight: normal; font-size: 24px; }'
    ]
	});
  
  sIFR.replace(agbook, {
  	selector: 'h2.agbook'
  	,forceSingleLine: 'true'
	,offsetTop: ''
	,tuneHeight: ''
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#394a58; text-align: left; font-weight: normal; font-size: 18px;}'
    ]
	}); 
 
  sIFR.replace(agbook, {
  	selector: '.m-search-aggregate h2 a'
  	,forceSingleLine: 'true'
	,offsetTop: ''
	,tuneHeight: ''
	,wmode: 'transparent'
	,css: [
      '.sIFR-root {color:#394a58; text-decoration:none; cursor:pointer;}'
    ]
	});
  
  
   sIFR.replace(agbook, {
  	selector: 'h3.contact'
  	,forceSingleLine: 'true'
	,offsetTop: ''
	,tuneHeight: ''
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color:#ffffff; text-align: left; font-weight: normal; font-size: 18px; }'
    ]
	});
  
  