<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Water Works
 

Water Works

Union leaders and utility managers from over thirteen (13) public water utilities across the country converged on San Diego, California, June 27–29, 2004, to discuss better ways to work together to keep water rates affordable and improve customer service. Part of the Public Sector Labor Management Committee’s (PSLMC) effort to build a national movement committed to safe, clean and affordable water in this country, the group heard presentations from Public Citizen’s Water for All Campaign about the status of water privatization around the United States and from Global Trade Watch about the impact of international trade laws on water and wastewater. Privatization of water in the United States has been an increasing threat as European water companies search for new markets, and fiscally-strained cities and counties look for solutions to paying for public infrastructure costs.

San Diego was selected as the site for this year’s meeting because AFSCME Local 127, San Diego Municipal Employees Union, and San Diego Metropolitan Wastewater Department together were finalists in the Ash Innovations in Government Award.

Their “bid-to-goal” process, in which the utility and union developed new work processes to exceed the best benchmarks in the industry, was the major reason for this recognition. One of the requirements of the award is that “best practices” be disseminated to other utilities. This conference provided opportunities for union leaders and utility managers to share their successes and to strategize on ways to deal with the many threats to preserving water as a publicly-provided resource in America. For more information on the PSLMC’s water campaign, contact Allyne Beach at abeach~pslmc@workingforamerica.org.

Back to Connections

 

 
 

AFL-CIO Working for America Institute
815 16th Street, NW
Washington, DC 20006
Phone: 1-202-508-3717
Fax: 1-202-508-3719

Created and maintained by TechBots
Copyright © Working for America Institute