
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<i>Incredibly easy and incredibly free.</i> <span class="rqte">&rdquo; -  <a class="comp_testi" href="http://www.killerstartups.com/Web20/Terapad--Beyond-Blogging/" target="_blank">Killer Startups</a>'

quotes[1]='<i>I can think of no easier way to experiment with different content types.</i> <span class="rqte">&rdquo; - </span> <a href="http://webware.com/8300-1_109-2.html?search=terapad" target="_blank">Webware</a>'

quotes[2]='<i>Formidable backend management, industry-strenght WYSIWYG edit tool.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://e-spacy.com/blog/896.html" target="_blank">E-spacy (China)	</a>'

quotes[3]='<i>Perfect for the small business or not for profit</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://www.sme-blog.net/sme_blog/2007/05/this_post_is_te.html" target="_blank">SME Blog</a>'

quotes[4]='<i>Everything is possible with Terapad.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://berndroethlingshoefer.typepad.com/smc/2007/01/endlich_bloggen.html" target="_blank">Bernd Roethlingshoefer</a>'

quotes[5]='<i>An Amazing Website Builder Application.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://www.worldtechlogic.com/2007/01/10/terapad-an-amazing-website-builder-application/" target="_blank">Worldtechlogic.com</a>'

quotes[6]='<i>A great out of box experience.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://blog.rssapplied.com/public/item/terapadcom-shop-blogging" target="_blank">Tim Yang, RSSapplied.com</a>'

quotes[7]='<i><i>Powerful, feature-rich and easy to use.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://www.stuartbruce.biz/2007/01/blogweb_content.html" target="_blank">Stuart Bruce	</a>'

quotes[8]='<i>The most powerful free platform I\'ve come across.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://blog.snipperoo.com/2007/01/free_blogging_p.html" target="_blank">Ivan Pope, Snipperoo</a>'

quotes[9]='<i>Great free website and blogging tools.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://businessitonline.blogspot.com/2007/01/terapad-great-free-website-and-blogging.html" target="_blank">Business IT Online</a>'

quotes[10]='<i>Free & offering a lot.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://www.blognewswatch.com/free-terapad-offering-a-lot/" target="_blank">451 Press</a>'

quotes[11]='<i>I might just be a Tera\'rist.</i><span class="rqte">&rdquo; - </span> <a class="comp_testi" href="http://habit47.vox.com/library/post/i-might-just-be-a-terarist.html" target="_blank">Habit47</a>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

