// List all the image files below with the corresponding HTML code
var item=new Array()
item[0]="<p><a href='/company/customers/docs/sungard_casestudy.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/sungaurd-frame9.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>Not having to write, maintain, and optimize data connectivity lets us focus on city and county governments and how they operate.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Don Bates<br>Director of Product Management<br>SunGard<br>www.sungardps.com</p>"
item[1]="<p><a href='/company/customers/docs/netsuite_case_study.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/netsuite-frame1.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>DataDirect&rsquo;s OpenAccess translates to a quick learning curve and fast product development.<b>&rdquo;</b></p><p class='homepage_box_para_pad'><i>Developer</i><br>NetSuite Inc.</p>"
item[2]="<p><a href='/docs/ncgr_case_study.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/ncgr-frame2.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>We needed the glue to hold, and DataDirect supplied that glue.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>John Utsey<br><i>Systems Manager, NCGR</i></p>"
item[3]="<p><a href='/company/customers/docs/foxwoods.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/foxwoods-frame3.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>Our go-live date was instantaneous. We were desperate to get the driver in place; as soon as it was installed and the initial configuration resolved, we were using it in actual production.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Bonnie Laudig<br><i>Senior Database Administrator</i></p>"
item[4]="<p><a href='/company/customers/docs/kleinmundo_cs.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/kleinmundo-frame4.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>DataDirect Technologies worked with us to craft a deal that fit perfectly with our business needs.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Patrick Langlais<br><i>President Kleinmundo</i></p>"
item[5]="<p><a href='/docs/centrica.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/centrica-frame5.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>Our application had to be real-time, fast, and effective in order to be able to handle large volumes of data.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Chris Bateman<br><i>Project Manager, Pricing</i><br>British Gas Business (Centrica)</p>"
item[6]="<p><a href='/company/customers/docs/icici.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/icici-frame6.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>One of the best products we have seen.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Yagnesh Parikh<br><i>Senior VP and IT Head &ndash; Trading</i><br>ICICI Securities</p>"
item[7]="<p><a href='/company/customers/docs/vertex.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/vertex-frame7.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>Numerous vendors lack an OEM support model... though they make that claim. DataDirect says it, and they do it.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>John Viglione<br><i>Chief Technology Officer</i></p>"
item[8]="<p><a href='/docs/resource_network_cs.pdf' target='_blank'><img src='/datadirect/media/customers/graphics/theresourcenetwork-frame8.gif' border='0'></a></p><p class='homepage_quotes_para_pad'><b>&ldquo;</b>The Resource Network &ndash; Achieving Data Connectivity in the Cloud. DataDirect&rsquo;s track record in data connectivity and the ability of the DataDirect Open Access for ODBC for SalesForce Data Source driver to connect to critical ODBC-compliant applications.<b>&rdquo;</b></p><p class='homepage_box_para_pad'>Rick Rodgers<br><i>Co-Founder and Managing Director</i></p>"

var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
if(document.layers){
document.layer1.document.write(item[current])
document.layer1.document.close()
}

// The ID of the DIV you're populating is listed here ("customer_logos")
if(ns6)document.getElementById("customer_logos").innerHTML=item[current]
{
if(document.all){
customer_logos.innerHTML=item[current]
}
}

// The number of images being rotated is list here
if (current==8) current=0
else current++
setTimeout("changeItem()",10000) // Set the time between rotations
}
window.onload=setTimeout("changeItem()",10000)
//-->
