function elqGetGuidCookieValue() { console.log("Get Cookie Value"); var name, value, index, cookies = document.cookie.split(";"); console.log("cookies", cookies); for (var i = 0; i < cookies.length; i++) { index = cookies[i].indexOf("="); if (index > 0 && cookies[i].length > index + 1) { name = cookies[i].substr(0, index).trim(); console.log("name", name); if (name == "ELOQUA") { value = cookies[i].substr(index + 1); var subCookies = value.split("&"); for (var l = 0; i < subCookies.length; l++) { var subCookie = subCookies[l].split("="); console.log("Cookie Value 1", subCookie); if (subCookie.length == 2 && subCookie[0] == "GUID") { console.log("Cookie Value 2", subCookie); return subCookie[1]; } } } } } return ""; } elqGetGuidCookieValue();People Solutions Company | Dulsco | News

News

Dulsco Environment Wins Waste Management Award

24 November, 2025

We proudly celebrate Dulsco Environment’s achievement in winning the Silver Award for “Waste Management Company of the Year” at the MEWAR 2025 Awards.

This recognition reflects our ongoing commitment to sustainability, innovation, and operational excellence, and stands as a testament to the dedication of our teams who drive this success with consistency and sincerity.

 

We continue moving forward with confidence, strengthening our role in building a cleaner, greener, and more sustainable future that positively impacts our communities and the wider region.

Source:instagram.com