Does Costco Destroy Baby Manatees? MoJo’s Eco-Doom Headline Generator

When climate change takes over, this little robot will carry on if we cannot.

When climate change takes over, rendering MoJo editors incapable of posting scary stories about how your consumer choices are ruining everything, the Mother Jones Eco-Doom Headline Generator will kick in. Click the big red button to see it in action. (Shameless h/t to BuzzFeed.) Bonus alarmist fun: Hey look, we already wrote a bunch of these!

‘);
headline_element.append(headline_dek);
create_headline_form = jQuery(‘

‘);
create_headline_form.append(jQuery(‘‘));
create_headline_form.append(jQuery(‘‘));
create_headline_form.bind(‘submit’, function() {
display_new_headline();
return false;
});
share_buttons_container = jQuery(‘

‘);

var headline_form_container = jQuery(‘

‘);
headline_form_container.append(create_headline_form);
headline_element.after(headline_form_container);
headline_form_container.after(share_buttons_container);
jQuery(‘#headline_generator_container’).bind(‘mouseover’, function() {
jQuery(document).bind(‘keydown’, keydown_handler);
});
jQuery(‘#headline_generator_container’).bind(‘mouseout’, function() {
jQuery(document).unbind(‘keydown’, keydown_handler);
});
};

var keydown_handler = function(e) {
if (e.keyCode === 37) {
display_new_headline();
} else if (e.keyCode === 39) {
display_new_headline();
} else if (e.keyCode === 32) {
display_new_headline();
} else if (e.keyCode === 13) {
display_new_headline();
}
return false;
}

var display_new_headline = function() {
var hed_and_url = construct_new_headline()
set_twitter_text(hed_and_url[0], hed_and_url[1]);
set_facebook_text(hed_and_url[0], hed_and_url[1]);
}

var construct_new_headline = function() {
var hed;
if ( Math.random() * 5 > 4 ) {
hed_and_url = new_real_headline()
} else {
hed_and_url = new_random_headline()
}
return [hed_and_url[0], hed_and_url[1]];
}

var new_real_headline = function() {
var hed_num = get_real_row_number();
var hed = ‘
+ real_data_store[hed_num].hed
+ ‘
‘;
headline_hed.html(hed);
return [real_data_store[hed_num].hed, real_data_store[hed_num].url];
}

var new_random_headline = function() {
var noun_num = get_random_row_number();
var noun = random_data_store[noun_num].noun;
var is_ing = random_data_store[noun_num].takesing.toLowerCase() === ‘yes’;
var verb = random_data_store[get_random_row_number()].verb;
if (is_ing) {
verb = verb.replace(/e$/, ”);
}
var second_noun = random_data_store[get_random_row_number()].secondnoun;
var hed = noun + ‘ ‘ + verb + (is_ing ? ‘ing ‘ : ‘ ‘) + second_noun + ‘?’;
headline_hed.html(hed);
return [hed, ‘http://mojo.ly/Yx9rZM’];
}

set_twitter_text = function(hed, url) {
jQuery(‘#headline_generator_container .hed-twitter-share-button’).remove()
share_buttons_container.append(‘TWEET
);
}

var set_facebook_text = function(hed, url) {
jQuery(‘#headline_generator_facebook_like’).remove();
share_buttons_container.append(
jQuery(‘FACEBOOK
)
/* jQuery(
facebook
)
*/
);
}

var get_random_row_number = function() {
return Math.floor(Math.random() * random_rows_length)
}

var get_real_row_number = function() {
return Math.floor(Math.random() * real_rows_length)
}

Tabletop.init({
key: “0AswaDV9q95oZdHpOX2s2MmpsNXR1RXRqNDEtS0FiV1E”,
proxy : ‘https://s3.amazonaws.com/mj-tabletop-proxy’,
wanted: [‘fake’, ‘real’],
callback: function(data) {
random_data_store = data.fake.elements;
real_data_store = data.real.elements;
init_headline_generator();
display_new_headline();
}
});

 

Meanwhile, the art department is stockpiling graphics for post-climageddon use:

DECEMBER IS MAKE OR BREAK

A full one-third of our annual fundraising comes in this month alone. That’s risky, because a strong December means our newsroom is on the beat and reporting at full strength—but a weak one means budget cuts and hard choices ahead.

The December 31 deadline is closing in fast. To reach our $400,000 goal, we need readers who’ve never given before to join the ranks of MoJo donors. And we need our steadfast supporters to give again—any amount today.

Managing an independent, nonprofit newsroom is staggeringly hard. There’s no cushion in our budget—no backup revenue, no corporate safety net. We can’t afford to fall short, and we can’t rely on corporations or deep-pocketed interests to fund the fierce, investigative journalism Mother Jones exists to do.

That’s why we need you right now. Please chip in to help close the gap.

DECEMBER IS MAKE OR BREAK

A full one-third of our annual fundraising comes in this month alone. That’s risky, because a strong December means our newsroom is on the beat and reporting at full strength—but a weak one means budget cuts and hard choices ahead.

The December 31 deadline is closing in fast. To reach our $400,000 goal, we need readers who’ve never given before to join the ranks of MoJo donors. And we need our steadfast supporters to give again—any amount today.

Managing an independent, nonprofit newsroom is staggeringly hard. There’s no cushion in our budget—no backup revenue, no corporate safety net. We can’t afford to fall short, and we can’t rely on corporations or deep-pocketed interests to fund the fierce, investigative journalism Mother Jones exists to do.

That’s why we need you right now. Please chip in to help close the gap.

We Recommend

Latest

Sign up for our free newsletter

Subscribe to the Mother Jones Daily to have our top stories delivered directly to your inbox.

Get our award-winning magazine

Save big on a full year of investigations, ideas, and insights.

Subscribe

Support our journalism

Help Mother Jones' reporters dig deep with a tax-deductible donation.

Donate