<!--
/*

     templates/ComfortKeepers/js/slideshow_settimeOut.js

Blending Image Slide Show Script-© Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/

function reapply() 
{
   setTimeout("slideit()",2000);
   return true;
}

window.onerror=reapply;