The problems for American workers just keep coming. News of layoffs and desperation at Ford, disarray at GM, and layoffs everywhere -- don't bother breaking out the Kleenex, they're dumping people too. Think the Chinese currency re-valuation will help American workers? Think again. And now this: news of a mini-war within the labor movement. SEIU and the Teamsters, along with two smaller unions, are expected to bolt the AFL-CIO today.
What that means for the unions, organized labor as a whole, and frankly, for the Democratic Party, remains to be seen. But it seems clear that the labor movement, having reached its nadir after the heady days when more than out out of every three American (private sector) workers were dues-paying union members (now it's about 8 out of 100), has to adapt or die. Globalization, federal "free trade" policy, and the intense competition America faces abroad are forcing workers' organizations to take a hard look at their operations, just as it's forcing corporations to rethink their strategies (hint: overpaying CEOs and other management and pleasing stock holders at the expense of consumers -- not good).
The AFL shakeup may actually inject some energy into labor, and produce some innovation and new ideas. Let's wait and see.
<%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
Tell a friend
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@aspbasics.com"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.aspbasics.net"
'This is the content of the message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 1
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>
"[T]he practice of arbitrary imprisonments, have been, in all ages, the favorite and most formidable instruments of tyranny.' Alexander Hamilton, Federalist No. 84, August, 1788