<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Logout the current user. MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1" If (CStr(Request("MM_Logoutnow")) = "1") Then Session.Contents.Remove("MM_Username") Session.Contents.Remove("MM_UserAuthorization") MM_logoutRedirectPage = "/index.htm" ' redirect with URL parameters (remove the "MM_Logoutnow" query param). if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL")) If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_newQS = "?" For Each Item In Request.QueryString If (Item <> "MM_Logoutnow") Then If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&" MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item)) End If Next if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS End If Response.Redirect(MM_logoutRedirectPage) End If %> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="/ethics_officer/login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> AssoEtica

Dov Charney torna anonimo   

Biografia

American Apparel Senior Partner Dov Charney was recently honored by the Fashion Business Incubator, a Los Angeles based non-profit fashion organization, at its annual awards dinner for his work to provide sweatshop-free working conditions for his workers.

“We are honoring Dov for his sweatshop-free ethics, his commitment to providing a living wage for his workers, and his overall contribution to the Los Angeles apparel industry,” said Fashion Business Incubator's Executive Director Frances Harder. “The mission of this organization is to work together for the benefit of the whole, and we feel that Dov's work embodies this theme.”

The second annual awards and fundraising dinner, held on Saturday, June 29, took place in the New Mart building in downtown Los Angeles. Among other recipients, Los Angeles Mayor Jim Hahn also was honored at the event for his support of the Los Angeles apparel industry.

In business for over 10 years, American Apparel has grown into one of the most progressive, innovative and passionate T-shirt manufacturers in the country. The company is committed to producing quality garments with the highest standards. American Apparel products are marketed under three distinctive labels: Classic Girl - high quality, hip T-shirts for women; Standard American - men's line of blank T-shirts; and, Classic Baby - upscale infant/toddler blank T-shirts.

Occupying four floors and 250,000 square feet of a historic 1917 Southern Pacific Railway Building in LA, American Apparel knits, designs, cuts, sews, markets, distributes, sells and ships T-shirts from one vertical domestic unit of operation. The company has a strong web presence through its site: www.americanapparel.net