<!-- 
   function image() { }; 
   image = new image();
   number = 0; 
   // imageArray
   image[number++] = '<img src="/features-images/building_photo.jpg" border="0" width="160" height="102" alt="Now Hiring" />'+'\n'+'<p><a href="/products/QuiQ-dci.shtml" class="darktext">Looking for challenging career opportunities?  Delta-Q is a great place to be&hellip;</a></p>';
   image[number++] = '<img src="/features-images/tandem.gif" border="0" width="160" height="102" alt="Tandem Invests" />'+'\n'+'<p><a href="/releases/Delta_Q_17M.shtml" class="darktext" target="_blank">Tandem Expansion Fund invests $17 million in Delta-Q&rsquo;s growth plans&hellip;</a></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]); 
   //-->