var gisha = {
  src: 'sifr/gisha.swf',
  wmode: 'transparent',
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 123, 1.23, 1.22]

};

sIFR.replace(gisha, {
	selector: 'h1.directory_h1'
	,css: [
	  ,'.sIFR-root { color: #242424; font-weight: normal; }'
	  ,'em { color: #496aa0; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #242424; }'
	  ,'a:hover { color: #496aa0; }'
	]
});

sIFR.replace(gisha, {
	selector: 'h1'
	,css: [
	  ,'.sIFR-root { color: #242424; font-weight: normal; }'
	  ,'em { color: #496aa0; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #496aa0; }'
	  ,'a:hover { color: #242424; }'
	]
});

sIFR.replace(gisha, {
	selector: '#summary_text'
	,css: [
	  ,'.sIFR-root { color: #7d7d7d; font-weight: normal; }'
	  ,'em { color: #496aa0; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #496aa0; }'
	  ,'a:hover { color: #242424; }'
	]
});

sIFR.replace(gisha, {
	selector: 'h2'
	,css: [
	  ,'.sIFR-root { color: #496aa0; font-weight: normal; }'
	  ,'em { color: #242424; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #496aa0; }'
	  ,'a:hover { color: #242424; }'
	]
});

sIFR.activate(gisha);