Specter Stabs Unions in the Back
Specter Stabs Unions in the Back
posted by Christopher Hayes on 03/24/2009 @ 1:54pm
var EmailArticleWindow;
function email_article_popup (uri) {
if (!uri) { uri = window.location; }
var url = ‘/email/email.mhtml?bid=917&pid=420730&type=blog’;
if ((EmailArticleWindow) && (EmailArticleWindow.closed != true)) {
[...]