//File: totals.js
//make a back-up
//edit with care
//::::::::::::::::::::::::::::::::::::::::::::::::::::::




var total = new Array();


total[1] = "Welcome to LedsGoGreen.com  **NEW** LED based 2D Replacement lamp, launching November 2009, contact us for details !";

total[2] = "**NEWS Oct-09**  Visual Interactive becomes a member of the South Staffordshire Chamber of Commerce...";


document.write(total[1],total[2])

