/* ------------------------------------------
   RSS Replay v 1.1 build 41
   Unregisted Source v 1.0
   Coded by Ronald Northrip
   
   All code here is Copyright Protected.
   Use or distribution without permission is
   strictly prohibited.
   Copyright 2006. All Rights Reserved.
   Ronald Northrip Software Incorporated
   http://www.rnsoft.com/
   ------------------------------------------ */
   

// Global Settings --------------------------
localReplayUnregistered="";


// rssReplayFeed ----------------------------
// the function creates new feeds -----------
function rssReplayFeed(){
   // params - id, dSM, dP, dH, dHC, dS, dSC, dSx, sources, [xC, xCTTL, suprs]
   //          0    1   2   3    4   5    6    7      8      9     10    11
   document.write(localReplayUnregistered); 
   return;
}


function rrpBuildSourceList() {
   var args=rrpBuildSourceList.arguments
   var out=new Array()
   for (var i=0; i<args.length; i++) {
      out.push(args[i])
   }
   return out
}
