
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<span class="quote">"KST DATA is a partner, they are vendor agnostic, bringing the best solution to the table for our environment"</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">IT Program Manager, aerospace industry</span>'

quotes[1]='<span class="quote">"Overall, KST delivers outstanding service. They not only provide product but appear to be engaged on both the business and technical side."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Defense Industry Executive & KST Client</span>'

quotes[2]='<span class="quote">"KST has excellent product knowledge on a variety of technical products, the best pricing, and are great communicators and expeditors." </span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Entertainment Industry Executive & KST Client</span>'

quotes[3]='<span class="quote">"KST invests in their clients by taking time with them. While it is not always a quick sell, certainly over time this is valuable to both. They are a partner."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Higher Education professional and KST client</span>'

quotes[4]='<span class="quote">"KST is a risk taker, and since our organization cannot afford to take this amount of risk, we value that KST will."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Defense Industry Executive & KST Client</span>'

quotes[5]='<span class="quote">"KST brings innovative solutions to our clients to solve their most complex problems.  We focus on what our clients require to solve their business issues."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Mark Edson, KST Vice President</span>'

quotes[6]='<span class="quote">"KST Data is all about understanding our clients environment and their business and bringing industry/client specific solutions to them."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Eugene Jacobowitz, General Manager</span>'

quotes[7]='<span class="quote">"KST is focused on bringing technical skills to our clients that reduce the risks associated with deploying cost effective solutions and solve real business problems."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Armando Tan, Vice President of Operations</span>'

quotes[8]='<span class="quote">"They are very good at managing customer expectations."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Defense Industry Executive & KST Client</span>'

quotes[9]='<span class="quote">"First and foremost, we are a huge organization and KST absolutely knows us - they understand both the business and technical needs."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Defense Industry Executive & KST Client</span>'

quotes[10]='<span class="quote">"KST is very flexible. For example, they can provide equipment overnight or hold for me when needed."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Higher Education Industry KST Client</span>'

quotes[11]='<span class="quote">"KSTs core strength is they leverage their OEM relationships for us."</span><br /><br style="line-height:5px;"><span align="left" class="quotesmall">Defense Industry Executive & KST Client </span>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
