<!-- 
   function image() { }; 
   image = new image();
   number = 0; 
   // imageArray
   image[number++] = '<img src="/features-images/delta-q-features-logo.jpg" border="0" width="160" alt="Now Hiring" />'+'\n'+'<p><a href="/about/careers.shtml" class="darktext">Looking for challenging career opportunities?  Delta-Q is a great place to be&hellip;</a></p>';
   image[number++] = ''+'\n'+'<p style="margin-top:1em;"><a href="/releases/DQTAnnouncesNewAppointmentstoBoardofDirectors.shtml" class="darktext" target="_blank"><span style="font-size:16px;">New Board Appointments</span><br/><br/>Delta-Q Technologies Announces New Appointments to Board of Directors</a></p>';
   image[number++] = ''+'\n'+'<img src="/features-images/delta-q-new-building.png" alt="Delta-Q" width="160" border="0" /><p style="text-align:center;"><a href="/releases/DQTMove10-12-10.shtml" class="darktext" target="_blank"><span style="font-size:16px;">Delta-Q has Moved!</span></a></p>';
   image[number++] = ''+'\n'+'<a href="/documents/SGS_ISO90012008.pdf" class="darktext" target="_blank"><img style="padding:5px;" src="/features-images/SGS_ISO 9001_TCL_HR_160.JPG" alt="Delta-Q ISO9001" width="150" border="0" /></a><p style="text-align:center;"><span style="font-size:16px;"></span></p>';
   //image[number++] = '<img src="/features-images/QuiQ-dci.jpg" border="0" width="160" height="102" alt="QuiQ-dci" />'+'\n'+'<p>Delta-Q is pleased to announce the introduction of the QuiQ-dci Integrated Charger / 12V DC-DC Converter &hellip; <a href="/products/QuiQ-dci.shtml">MORE&hellip;</a></p>';
   //image[number++] = '<img src="/features-images/QuiQforFeature.jpg" border="0" width="160" height="102" alt="QuiQ charger" />'+'\n'+'<p>QuiQ&trade; Series Chargers provide reliable, quality charging for battery systems in electric vehicles&hellip; <a href="/products/quiq.shtml">MORE&hellip;</a></p>';
   increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
   //-->

