Random=new Array(); // this script is used for the black page 
/*
Random[0] = ". . . . things are never going to be the same";
Random[1] = ". . . . and he is taking names<p>numbers too";
Random[2] = ". . . . your worst nightmare's worst nightmare";
Random[3] = ". . . . prepare to be prepared";
Random[4] = ". . . . seek and ye shall find<p>instantly";
Random[5] = ". . . . and not a moment too soon";
Random[6] = ". . . . and he does not look happy";
Random[7] = ". . . . and the Frog never forgets";
Random[8] = ". . . . everybody look busy";
Random[9] = ". . . . and information management as never before";
Random[10] = ". . . . it's on the tip of his tongue<p>everything";
Random[11] = ". . . . the reptile of recall";
Random[12] = ". . . . Frog it today - find it forever";
*/
Random[0]='"That little "web page generator" is amazing! That may be the greatest single feature I\'ve found in any program in the last ten years. I beg you never to discard that feature; it is one of those things I\'d never imagined but will now be unable to live without since I\'m aware it\'s possible. In my opinion this at least triples NoteFrog\'s excellence as a research tool. "<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Ray<hr>Hi, I am disabled. I have only the use of my right arm and hand. I use NoteFrog all day everyday. It saves me tons of time and energy. I love the changes in this new version of NoteFrog. Being able to pin an item to the top of the stack is GREAT. I also appreciate being able to publish a stack as a webpage. The drag-and-drop also seems much improved. It runs flawlessly on Windows 64-bit. Thank you for making such a useful product."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Jodi';
Random[1]='"NoteFrog is basically a free-form database meant to hold anything you throw at it without taking the time to find a category for it, and still be capable of easily finding that information later. The “Super Search” and tags system make this possible and they work quite well. I like using it for all the notes I used to keep on papers all over my desk. I started by entering each scrap I found there into a separate note, then shredding all the paper. Now my desktop looks neater and I can actually find the information! "<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Lynn ';
Random[2]='"This might just be the perfect notebook for creative minds. While I can quite understand that some folks don’t need an application like this, and many would be baffled by its unusual “4-dimensional” approach, it’s EXACTLY what is needed by inventors, philosophers and crazy artistic types:Thousands of free-form, unstructured notes that can be- swiftly searched, in a simple OR complex manner- categorized by adding custom tags ANYWHERE in a body of text (enabling a single concept to be easily linked to various different categories where it might also be relevant - an essential feature for brainstorming; capturing ideas in their spontaneous order and organizing in logical order later. This alone makes it a keeper!)- grouped and regrouped as the Muse dictates- illustrated with images- highlighted with rich text formatting- selectively password protected- captured via the clipboard automatically or manually- imported and exported in any textual format- arranged into “stacks”, just like you would do with bits of paper- filtered to provide a concise overview of related topics or keep track of a specific train of thought- and more… see their quicktour, support and FAQ."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - FreeESpirts ';
Random[3]='<hr>"The interface is clean and this little gem works fine on my Windows Vista H.P.(SP1). I value anything that saves ALL my entered data as my time is valuable. P.S. I installed this on a USB 2GB FlashDrive Stick just in case I happened to want to take it with me. And passworded its access also! 9/10 in my book…!"<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Stan<hr>I\'m really impressed - you come in a <b>close</b> second when it comes to user support to the best I\'ve ever experienced - and, since that best makes WordPerfect\'s legendary original support look lame, that\'s a remarkable statement. :-)"<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - R. B. Johnson ';
Random[4]='"The search method, including complex searches, and the way the results are displayed as you type, is like nothing I have seen before- the closest being the Firefox edit/find for webpages. I have tried almost every program mentioned so far, and they are all too simple and structured for my needs. I keep going back to good old Keynote, a note manager that set the standard in its day, and many of us still feel remains the best one out there, hands down. The search power and the great free-form string-match result of NoteFrog is wonderful. I think this might be my new friend."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Justin ';
Random[5]='<hr>"I Love this thing. Thank you, thank you, thank you.  Amazing, amazing, amazing.  Kiss, kiss, kiss. My Frog is my Prince already."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - Nancy<hr>I can automatically capture clipboard snippets AS WELL AS consciously putting in notes purposefully?? With the one app? Seems to me that is a genius combination of TWO different utilities, for which I am using two separate programs.. and I can see a 1+1=3 bonus potential here"<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Syd R ';
Random[6]='<hr>"I have to take the time to send you this note.  Your Notefrog program is amazing.  I run a rental store and my entire inventory and pricing data is now on your program.  I can answer telephone inquiries before the caller has had a chance to complete their sentence.  I don\'t know how we ran the place before this wonderful frog hopped in here."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Robert E.<hr>"I gave it a try out of sheer desperation.  This thing is NOTHING like other organizers I have tried to use. Everything about it seemed a bit strange at first, but then I saw the light! You folks have done a great job. This is really a great program, and I have barely begun putting my stuff in. Thank you."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - dave ';
Random[7]='"I had given up on finding any sort of personal database/note/record-keeper tool that wasn\'t either using 1980 "tree" technology or simply too difficult to use or expensive to imagine for personal use. I can honestly say that notefrog is one of the cleverest, and THE most useful program I run. I passed the word, and now several of my friends feel the same way. I\'ve been using the free version, and feeling guilty. Now I understand your email about the potential of this thing. I registered the premium version since I plan to use it for my business."<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  - Jeff T.'
Rn = Random.length;
pickOne=Math.round(Math.random()*(Rn-1));
pickStart='<div style="color:#000;font-weight:normal;padding:6px;font-size:15px;">'
pickEnd='</div>'
function writeRandom(){
document.write(pickStart+Random[pickOne]+pickEnd);
}

