var BENEFITS = new scroller("NEWS2", "delay=6000&width=200&height=140&background=#E4FFE4&border=dotted&align=left");

//--- Do not change the line above ---
//
// To add or modify the PRODUCTS list, follow this format:
//      BENEFITS.add("Enter the name/title of your product",
//                   "Specify the link if you want to navigate to a page after clicking on this item",
//                   "Specify the link to the picture you want to show",
//                   "Enter a short description about your product");
// NOTE: Please note that -
//      1) first 3 lines end with a comma and the 4th/last line ends with semi-colon
//      2) every entries must be enclosed in double-quotes
//      3) there is an opening-round-bracket in first line just after the BENEFITS.add and
//         there is a closing-round-bracket in 4th/last line just before the semi-colon
//
// To remove a product from PRODUCTS list, delete 4 lines, starting from PRODUCTS.add to the semi-colon
//------------------------------------
var newsFeed = "";
BENEFITS.add("Our Technology",
             "",
             "",
             "Patented design in New Light Source, new technology in energy conservation, offering excellence light quality.");
BENEFITS.add("Long Lifetime",
             "",
             "",
             "Average lifetime as much as 100,000 hours, equivalent to 10 to 15 times of lifetime of CFL lamp, maintenance-free in the long run");
BENEFITS.add("High Lighting Efficacy",
             "",
             "",
             "More than 80 lm/W, equivalent to 8 or 9 pcs of incandescent lamp in the same wattage.");
BENEFITS.add("High Power Factor",
             "",
             "",
             "More than 0.99 resulting in less investment in power cable.");
BENEFITS.add("High Color Rendering Index",
             "",
             "",
             "75 - 85, high resolution &amp; clear and clean color.");
BENEFITS.add("High-Frequency Working",
             "",
             "",
             "No flashing of Light and with Soft Light -- eyesight protection.");
BENEFITS.add("we committed to our customers ...",
             "",
             "",
             "No-hassle Maintenance & Replacement. Authority-approved EMC Test");
//--- Do not change the line below ---

BENEFITS.start();

