var list= new Array()

// 1). Edit the lines below to add/delete/modify the stock links
// 2). Note: to add the link simply copy and paste over the line that start with word list until the colon
// 3). You may add as many links as you like
// 4). Do not use special characters

// Start editing links here

list[list.length]='<a href=http://About.QualityStocks.net target=_blank> <b> Stock Newsletters For Smallcap Companies </b> Your FREE Investment Stock Newsletter Tracking Service only at QualityStocks.net </a>';
list[list.length]='<a href=http://www.endofday.com/ target=_blank> <b> Maintenance-Free market data for your Charting Software or Website.  Free software with subscription at endofday.com </b> </a>';
list[list.length]='<a href=http://www.123learntotrade.com/ target=_blank> 123LearnToTrade.com is an educational website founded by a full time trader with a mission of helping anyone learn how to trade.  We do this through interactive self-study video courses, private support forums, and one-on-one coaching and mentoring sessions. </a>';
list[list.length]='<a href=http://www.allpennystocks.com/aps_common/newsletter_free.asp target=_blank> <b> Get Canadian & U.S. penny stock information only with the AllPennyStocks.com free email newsletter. Over two dozen spotlighted Companies have risen over 100% in 2009, subscribe now to get more winners in 2010! </b> </a>';
list[list.length]='<a href=http://www.allpennystocks.com/aps_common/newsletter_free.asp target=_blank> <b> The AllPennyStocks.com free email newsletter highlights winners in both up and down markets! Past winners include TSX-V:FIS, TSX:ZPP, OTCBB:HEPI and Nasdaq:WAVX which all rose over 300% since AllPennyStocks.com began coverage on them.</b> </a>';

// End editing links here

j=parseInt(Math.random()*list.length);
j=(isNaN(j))?0:j;
document.write(list[j]);