/* ------------------------------------------
   RSS Replay v 1.6.2 build 069
   Unregisted Source v 1.1
   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="RSS Replay is Unregistered";


// 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
   var args=rssReplayFeed.arguments
   document.getElementById(args[0]).innerHTML=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
}
