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.allpennystocks.com/aps_common/newsletter_free.asp target=_blank> <b> Get Canadian & U.S. penny stock picks only with the AllPennyStocks.com free email newsletter. Over two dozen picks have risen over 100% in 2009, subscribe now to get the next winner! </b> </a>';
list[list.length]='<a href=http://www.allpennystocks.com/aps_common/newsletter_free.asp target=_blank> <b> Get Canadian & U.S. penny stock picks only with the AllPennyStocks.com free email newsletter. Over two dozen picks have risen over 100% in 2009, subscribe now to get the next winner! </b> </a>';

// End editing links here

j=parseInt(Math.random()*list.length);
j=(isNaN(j))?0:j;
document.write(list[j]);