
var news=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired. Can start a new line with <br /> and links with href="https://url.com/" target="_blank">Google Analytics</a> used inline with the text. Images work too relative to the web page: <img src="../images/bullet-green.gif" alt="text" width="10" height="10" />

news[0]='<p>Special Giveaway: <strong>2</strong>  <em>FREE</em> tickets to  <em>Breakthrough to Success</em> valued at <strong>$1790</strong>.</p><p>Transform your life and business with Chris Howard, one of the worlds best performance coaches.</p><p align="right" class="smaller"><a href="http://nettoolkits.com/site/bts.html" target="_blank" class="more">Read More</a></p>'

//news[1]='<p>New <strong>Javascript Library</strong> added to <em>Tools Section</em>. The plan is to add more snippets over time.</p><p>Use them to spice up  sales pages. Includes description and tips on how to install or modify.</p><p align="right" class="smaller"><a href="http://nettoolkits.com/resources/javascript-library.html" target="_blank" class="more">Get Scripts</a></p>'


var whichnews=Math.floor(Math.random()*(news.length))
document.write(news[whichnews])
