<!--
function quote() {
};
quote = new quote();
number = 0;
quote[number++] = "<img src=\"images/square.gif\"> <a href=\"news16.htm\" class=\"icon\"><b>20 Aug 2009</b> <br>5th Lighting Industry Meeting held.</a><br><br><img src=\"images/square.gif\"> <a href=\"news15.htm\" class=\"icon\"><b>15 Jul 2009</b> <br>4th Government Energy Officers’ Conference.</a><br><br><img src=\"images/square.gif\"> <a href=\"news14.htm\" class=\"icon\"><b>18 Jul 2009</b> <br>MOU Signing, Ceremonial Turnover and Switching of Roadway Lighting.</a><br><br><img src=\"images/square.gif\"> <a href=\"news13.htm\" class=\"icon\"><b>22 May 2009</b> <br>DOE signs a MOA with DPLC and IIEE-Davao</a><br><br> <img src=\"images/square.gif\"> <a href=\"news12.htm\" class=\"icon\"><b>25 Mar 2009</b> <br>DOE signs a MOA with Philippine Green Building Council Incorporated</a><br><br> <img src=\"images/square.gif\"> <a href=\"news11.htm\" class=\"icon\"><b>18 Feb 2009</b> <br>Lighting Industry urged to join the National EcoLabelling Program</a><br><br> <img src=\"images/square.gif\"> <a href=\"news10.htm\" class=\"icon\"><b>6 Feb 2009</b> <br>PELMATP gives talk to 128 Barangay Chairman in Baguio</a><br><br> <img src=\"images/square.gif\"> <a href=\"news9.htm\" class=\"icon\"><b>27 Feb 2008</b> <br>PELMATP conducts energy audit workshop to EE students in BSU</a><br><br> <img src=\"images/square.gif\"> <a href=\"news8.htm\" class=\"icon\"><b>27 Feb 2008</b> <br>PELMATP recognizes new partners for 2008</a><br><br> <img src=\"images/square.gif\"> <a href=\"news7.htm\" class=\"icon\"><b>27 Feb 2009</b> <br>Illumination Engineering Design already included in EE Curricula</a><br><br> <img src=\"images/square.gif\"> <a href=\"news6.htm\" class=\"icon\"><b>3 Nov 2008</b> <br>Two DOE Staff, now Certified Energy Managers</a><br><br> <img src=\"images/square.gif\"> <a href=\"news5.htm\" class=\"icon\"><b>09 Aug 2007</b> <br>DOE breaks ground for 1st luminaire test facility in the Philippines</a><br><br> <img src=\"images/square.gif\"> <a href=\"news4.htm\" class=\"icon\"><b>29 June 2007</b> <br>Forum on Efficient Lighting Programs held</a><br><br> <img src=\"images/square.gif\"> <a href=\"news3.htm\" class=\"icon\"><b>22 June 2007</b> <br>CFL Industry Meeting Held</a><br><br> <img src=\"images/square.gif\"> <a href=\"news2.htm\" class=\"icon\"><b>07 Dec 2006</b> <br>Government ENERCON Officers Conference (GEOC)</a><br><br> <img src=\"images/square.gif\"> <a href=\"news1.htm\" class=\"icon\"><b>19 July 2006</b> <br>PELMATP at Magandang Umaga Pilipinas</a>"
increment = Math.floor(Math.random() * number);
document.write("<div class=\"col3box-header\">Latest News</div>");
document.write("<div class=\"col3box\"><blockquote>");
document.write(quote[increment]);
document.write("</blockquote></div>");
//-->