<!-- 
   function image() { }; 
   image = new image();
   number = 0; 
   // imageArray
   image[number++] = '<img src="/features-images/QuiQ-dciForFeature.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/Priuscar.jpg" border="0" width="160" height="102" alt="PHEV Applications"/>'+'\n'+'<p>The Plug-In Hybrid Development Consortium is accelerating the production of plug-in hybrid electric vehicles (PHEV)&hellip; <a href="/applications/PHEVs.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>';
   image[number++] = '<img src="/features-images/BCTIAforFeatures.gif" border="0" width="160" height="102" alt="BCTIA" />'+'\n'+'<p>Delta-Q Technologies Selected as BC TIA&rsquo;s Emerging Company of the Year&hellip; <a href="javascript:openDoc(\'/releases/Release06-06-08-BCTIA.html\')">MORE&hellip;</a></p>';
   increment = Math.floor(Math.random() * number);  document.write(image[increment]); 
   //-->