
    function startFeaturedPager() {
new Ajax.PeriodicalUpdater('propwrapper', '/propsearch/feature.php',
  {
    method: 'get',
    frequency: 15,
    decay: 1,

	onSuccess: function() {

Effect.Appear('propwrapper', { duration: 2.0 });
setTimeout("Effect.Fade('propwrapper', { duration: 2.0 });", 13000);

	}

  });
  
}