function Quotes()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>We recently completed a large scale Linux based HD video archive project in which we used ASI cards from Linear Systems...</i>"'
quotes[1]='"<i>We have been using Linear System\'s cards for over 5 years and have found them to be rock solid. Integration in the Linux...</i>"'
quotes[2]='"<i>VeriSat uses the DVB Master cards for DVB-RCS protocol analysis, emulation and PSI/SI table playout for test applications. The cards...</i>"'
quotes[3]='"<i>Linear Systems has been able to provide us with solid and reliable product that is integral to delivery of our public television network.</i>"'
quotes[4]='"<i>TRLabs and Linear Systems have had a very productive relationship over a number of years involving multiple R&D projects...</i>"'
quotes[5]='"<i>Linear Systems supplies Novra with ASI cards which are used in our IP Encapsulators that we market internationally...</i>"'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}

function Quotes_movies()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>We recently completed a large scale Linux based HD video archive project in which we used ASI cards from Linear Systems.  We are very satisfied with both the cards and the support we received.  Midway through the project, the customer added requirements which we did not know how to meet.  The technical team at Linear Systems was instrumental in assisting us in solving the challenges on the way to a successful conclusion.  During more than a year of daily use, we have had zero problems related to the cards or the associated software.  The customer is so pleased, they expanded the system capacity by 60% and are now expanding the system capability into new areas.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Rainer Richter</strong><br>Sr. IT Architect<br>IBM Corporation<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}

function Quotes_rd()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>We have been using Linear System\'s cards for over 5 years and have found them to be rock solid. Integration in the Linux OS was pleasantly simple after struggling with competing cards. We have never had a unit fail and the few technical questions we have had were answered promptly. We are completely satisfied with their products.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Greg Vines</strong><br>Manzanita Systems<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
quotes[1]='"<i>Linear Systems supplies Novra with ASI cards which are used in our IP Encapsulators that we market internationally to major satellite service providers.  We found Linear Systems to be a reliable supplier with high quality and cost effective products with excellent after sales support.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Harris Liontas</strong><br>CEO<br>Novra<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
//quotes[1]='"<i></i>"<div style="margin-left: 60px; margin-top: 8px;"><strong></strong><br>Cypress<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}

function Quotes_dvb()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>VeriSat uses the DVB Master cards for DVB-RCS protocol analysis, emulation and PSI/SI table playout for test applications. The cards offer all the functionality we need for providing state-of-the-art analysis and emulation.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Petter Chr. Amundsen</strong><br>Managing Director<br>VeriSat<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
quotes[1]='"<i>Linear Systems has been able to provide us with solid and reliable product that is integral to delivery of our public television network.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>David "Stan" Stanchuk</strong><br>Director, Technology<br>SCN<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}

function Quotes_ip()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>We at MTS Allstream have been using Linear Systems DVB Loop and TimeShifter products inside our headend, which supports our MTS TV Service in Manitoba, for several years now. Linear’s products provide the reliability we need to run in our 24x7 environment. When we needed some special features added, Linear Systems have been great to work with.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Glen Pollard</strong><br>MTS Allstream<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}

function Quotes_custom()
{
var quotes=new Array()
//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='"<i>Cypress is pleased to have been able to use Linear Systems as an Engineering and Technology Development company that develops complete solutions from Product Architecture, to FPGA development, and finally PCB design, assembly, and verification.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Cory Getty</strong><br>Cypress Semiconductor<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
quotes[1]='"<i>TRLabs and Linear Systems have had a very productive relationship over a number of years involving multiple R&D projects. Linear identified a need in the market, and TRLabs has valued the opportunity for its graduate students and researchers to work with Linear to transition ideas into the marketplace in the form of a new product and a patent filing.</i>"<div style="margin-left: 60px; margin-top: 8px;"><strong>Roger Pederson</strong><br>President & CEO<br>TRLabs<br><br><a href="/testimonials.htm"><b>Read more »</b></a></div>'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
}