var gotham = {src:'http://www.sharkycomputer.hu/app/webroot/files/ft4.swf'};

// sIFR.prefetch(gotham);
//sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion < 0); // disable sifr in IE





// sIFR.prefetch(gotham);
sIFR.ua.supported = sIFR.ua.supported && (!sIFR.ua.ie || sIFR.ua.ieVersion < 0); // disable sifr in IE
sIFR.activate(gotham);


/*sIFR.replace(gotham, {
  selector: 'div.title h2 a',
  wmode: 'transparent',
  css: {

    '.sIFR-root': {
      'font-size': '24px',
      'color': '#015FB1',
	  'text-align' : 'left',
	  'cursor' : 'pointer'
  },

  fixFocus: true

  }

});
*/

sIFR.replace(
	gotham
	, {selector: 'div.title h2 a'
	, css: ['.sIFR-root{letter-spacing:0; leading:2; color:#015FB1; cursor:pointer; font-size:24px;}', 'em{font-style:normal; color:#015FB1;}', 'a{color:#015FB1; text-decoration:none; cursor:pointer}', 'a:hover{color:#015FB1; text-decoration:underline;}']
	, ratios: [6,1.24,11,1.13,12,1.12,21,1.07,29,1.04,30,1.05,49,1.03,53,1.02,54,1.03,74,1.02,77,1.01,78,1.02,83,1.01,84,1.02,89,1.01,90,1.02,95,1.01,96,1.02,1.01]
	, offsetTop: 3
	, tuneHeight: -5
	, wmode: 'opaque'
	});


