var titlesCount = 0;
var arrayPos = 0;
function gimmieLink(quote, person, city)
{
	return '<div class="testim">&quot;' + quote + '</div><div class="endTestim">- ' + person + '<br />' + city + '</div>';
}
function createFadeLink(quote, person, city)
{
	if (!(++titlesCount%3))
		arrayPos++;
	if (arrFadeTitles[arrayPos])
	{
		arrFadeTitles[arrayPos] += '<hr />';
		arrFadeTitles[arrayPos] += gimmieLink(quote, person, city);
	}
	else
		arrFadeTitles[arrayPos] = gimmieLink(quote, person, city);
}

function setupFadeLinks() {
createFadeLink('Jack Steiman is excellent on short- to intermediate term timing for swing trades. For people looking for short-term swing trades both long and short as well as market direction, there\'s nobody better than Jack on the Web!', 'Al Slayton', 'Los Angeles-based financial advisor and subscriber'); 
createFadeLink('Before signing up, I had been told that Jack was one of the best.  I have now discovered that for myself.  Over the four months I have been a subscriber, the value of my investment account has increased 140% thanks to Jack!  In my investing experience, an incredible achievement!!  His regular updates, honesty, personal touch, genuine interest in the well-being of subscribers, and trading knowledge and skills are unmatched in my experience with other trading services.  I\'m looking forward to a long association with SwingTradeOnline.  Keep up the good work.', 'James Turner', 'Sun City, AZ'); 
createFadeLink('Jack brings passion for educating the individual trader about technical analysis. He wants to give you the edge he sees the pros using: a deeper understanding of technical indicators.', 'David Morrow', 'Editor-in-Chief, TheStreet.com'); 
createFadeLink('Jack, I used to run a trading desk on Wall Street and only wish I had technical guy of your expertise. You are extremely good at what you do.', 'Michael Doctor', 'Holmdel, NJ'); 
createFadeLink('I just want to THANK Jack for providing information that a new investor/swing trader can use, understand and trust. Now when time is limited I only need to read SwingTradeOnline.', 'Robert Maher', 'Port Charlotte, FL'); 
createFadeLink('I joined up a few months ago, and during that time, Jack has been consistently and repeatedly correct with market fluctuation predictions, based on his expertise with the chart analysis.  Jack\'s priority is safety for his subscribers, and that has been a critical key particularly in this kind of market.  I feel very confident in following Jack\'s buy and sell recommendations.', 'Joe Powell', 'Laguna, CA'); 
createFadeLink('I have taken many advisory letters over the past 30 years, but I have NEVER taken a letter which has the depth, common sense and knowledge which you display.', 'Rob Ledbetter', 'Henderson, NV'); 
createFadeLink('Educator, investor, trader ... Jack Steiman shows you how to move from emotion to "appropriateness."', 'David Penn', 'Traders.com'); 
createFadeLink('Mr. Steiman, as I have followed him over the many years, has been quite informative and sometimes downright brilliant in his uncanny ability to pick a market and the stocks within.', 'Roland Audet', 'Satellite Beach, FL'); 
createFadeLink('You are freaking phenomenal, Jack!  Thanks for a steady hand at the wheel in a time of great uncertainty.', 'Everton Bailey', 'Greenacres, FL'); 
createFadeLink('Thanks for the thoroughness and persistence of the analysis. Nothing like it anywhere I know of.\n', 'Steve Kruvant', 'South Orange, NJ'); 
createFadeLink('Jack, thanks for the guidance along the way. You have been spot on. Many thanks." --Trader1\n\n"Excellent commentary, thanks!" --Eddy\n\n"Wonderful addition to your service. Great job!" --Richie\n\n"Thanks for comments on stops & chasing weakness. I\'ve been trading 2 yrs, lost thousands prior to joining\nSwingTrade! Thanks for all your help." --Toby', 'Comments In & About New Chat Room', 'Chat Room'); 
createFadeLink('Jack, I\'ve been very impressed with your work.  Smart calls, superb analysis, great market knowledge and an appropriate \'cautious optimism\' summarize for me your take on the market and your work.  Keep up the great effort!"', 'Guy Napier', 'Hinsdale, IL'); 

}
