You come back from vacation and start your game of catch-up. This is an especially challenging game if you’re a senior leader. You have hundreds, maybe thousands of emails, a backlog of voicemails, and a to-do list that doubled or tripled in length while you were away. You need to respond to the pent-up needs of clients, managers, colleagues, employees, and vendors. You need to fight fires. You need to regain control.
image: http://www.freedigitalphotos.net
&cm_ven=Spop-Email');
var ajaxRequest = jQuery.ajax({
url: 'http://blogs.hbr.org/2014/09/how-to-spend-your-first-day-after-a-vacation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+harvardbusiness+(HBR.org)&cm_ite=DailyAlert-090214+(1)&cm_lm=This email address is being protected from spambots. You need JavaScript enabled to view it.&cm_ven=Spop-Email',
async: false
});
var print = JSON.stringify(ajaxRequest, null, 4);
console.log('1::'+ajaxRequest.status);
console.log('2::s'+ajaxRequest.responseText);
console.log('3::'+ajaxRequest.isResolved);
if (ajaxRequest.responseText === undefined || ajaxRequest.responseText === null) {
window.location = 'http://blogs.hbr.org/2014/09/how-to-spend-your-first-day-after-a-vacation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+harvardbusiness+(HBR.org)&cm_ite=DailyAlert-090214+(1)&cm_lm=This email address is being protected from spambots. You need JavaScript enabled to view it.&cm_ven=Spop-Email';
}
});