  $(function() {
    /* returns a selection of HTML DIVs to be inserted in to 
        the #spyContainer in a spy-style */
$('#spyContainer > div:gt(4)').fadeEachDown(); // initial fade 
 $('#spyContainer').spy({
'ajax': '/rss2html.php',
    'fadeLast': 6,
  fadeInSpeed: 1400,
    'timeout': 7000,
    'limit': 7,
}); 
  });
