// JavaScript Document


function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='Caldera is a sophisticated printing set-up and control system with all the tools you&acute;re likely to need...it&acute;ll produce perfect images out of the box with no fiddling around.<img src="../img/quote_fin.gif" alt="" align="texttop"/><br/><span class="quoter">Image Reports UK</span><br/>'
mycontent[2]='Caldera&acute;s RIP solution has allowed us to consolidate one RIP platform reducing training time and confusion while increasing throughput and quality.<img src="../img/quote_fin.gif" alt="" align="texttop"/><br/><span class="quoter">Ferrari Colour USA</span><br/>'
mycontent[3]='Caldera&acute;s RIP solution can handle the grand format work of a copy shop or signshop. The use of hotfolders lets any user in the shop utilize all functions : PC, Mac, Linux Mandrake, SUN. Several thousand ICC colour profiles also come standard.<img src="../img/quote_fin.gif" alt="" align="texttop"/><br/><span class="quoter">Signweb USA</span><br/>'
mycontent[4]='It&acute;s fast and complete &mdash; an alternative to Windows-based offerings.<img src="../img/quote_fin.gif" alt="" align="texttop"/><br/><span class="quoter">Signweb USA</span><br/>'
mycontent[5]='Caldera provides easy-to-use, fully loaded software that addresses the Mac OS X, Unix and Linux-based  platforms.<img src="../img/quote_fin.gif" alt="" align="texttop"/><br/><span class="quoter">Signweb USA</span><br/>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write('<img src="../img/quote_debut.gif" alt=""/>&nbsp;')
document.write(mycontent[ry])
}
random_content()
