$().ready(function() {


  $('.adv-home-readmore').hover(function() {
    $(this).addClass('hvr');
  }, function() {
    $(this).removeClass('hvr');
  });

  
});


  if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	//sIFR.replaceElement(named({sSelector:"h2.subtitle", sFlashSrc:"http://www.zeelandnet.nl/libs/sifr-2.0.7/tradegothic.swf", sColor:"#000000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:20, nPaddingBottom:20, sFlashVars:"textalign=center&offsetTop=6"}));

// This is the older, ordered syntax
	sIFR.replaceElement(".subtitle", "http://www.zeelandnet.nl/libs/sifr-2.0.7/futura.swf", "#32394a", "#32394a", "#32394a", null, 0, 0, 0, 0);
	sIFR.replaceElement(".footertext", "http://www.zeelandnet.nl/libs/sifr-2.0.7/futura.swf", "#a9a9a9", null, null, null, 0, 0, 0, 0);
	sIFR.replaceElement(".footertext2", "http://www.zeelandnet.nl/libs/sifr-2.0.7/futura.swf", "#a9a9a9", null, null, "#ebf3fc", 0, 0, 0, 0);
}