/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 9;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="I've been using the service over a year now in what has been arguably one of the crummiest markets since the 70's. I have realized gains totaling over $40,000. Sure there have been a few disapointments, but you cannot argue with the overall results. Try the service, use it consistently you will generate gains. Then find a good tax accountant. ";
body="Jeff Christman";
}

if (quotes==1) {
title="I have been a member for just a short time &hellip; I have used your recommendations to make pretty good profits (I'm running about 40% profit). I don't have much time to research the market and I don't have much money I'm willing to risk, so I usually take your recommendation, buy the next month's closest in the money call, put in an automatic sell order for a modest profit that I predict by a quick look at the recent chart and, voila!, I make a nice little profit!";
body="Dr. M.J.";
}

if (quotes==2) {
title="Thank you for your great calls. Have traded for fifty years. Have tried many advisors. But, your 37 straight winning selections is the best that I have ever heard of or experienced on my own. In fact, I keep telling my wife that it's too good to believe and that it just can't last&hellip; In fact, I have a good stock broker friend who called recently to talk stocks. I felt so guilty not telling him about you &hellip; Again I say thank you, thank you. ";
body="Sincerely, Bob Frye ";
}

if (quotes==3) {
title="I went through my records, and found that since early last November, I made 27 trades and I show three losses. Actually I believe those three were my fault for missing a few days at the computer &hellip; With sincere enthusiasm, I urge anyone to follow &hellip; the Success Trading Group. As far as I can see, you can't miss. ";
body="Richard J. Anthony";
}

if (quotes==4) {
title="After one month utilizing your service I am up $3500! 7 out of 7 winners. Planning on increasing my investment level now that there is comfort level. There may be no better way to invest in the market. Previously, volatility in the market caused my portfolio to swing widely. Now, using volatility and on short term basis with quality stocks---with you as the quaterback-I have THE SYSTEM. Many thanks to you and your staff. Keep up the good work.";
body="Steven Rafter";
}

if (quotes==5) {
title="I have been trading stocks for about 6 years and been a member of a number of recommendation and advisory services. Never have I been so impressed with the calls, profits and service as I have been since joining you! You have a customer for life and I sincerely thank you for providing such a valuable service.";
body="Jon Lightfoot";
}

if (quotes==6) {
title="This is my first month with your service, all I can say is your the BEST I have seen out there, please don't let this get to you however lol. I am truly enjoying your picks! I look forward to our future!";
body="Berdj Ghazarian";
}

if (quotes==7) {
title="I love your program and will continue with it as long as it is available. I am making money and as I build up my account I will be making larger trades and benefiting even more from your service. Thats my story and I am sticking to it. Thank you so much for all your help.";
body="Irene Parker";
}

if (quotes==8) {
title="This is the best service I've ever used. It suits my personality and my investing strategies. Thank you for your help.";
body="Charles Fries";
}

document.write('<div align=left>');
document.write('' + title + '<p>');
document.write('<p align=right><strong>'+ body +'</strong>');
document.write('</div>');
