﻿//Still waiting to hear back from DoD on official DEFCON and EMERGCON API's, for now just use a static value
//We're going to assume that we're not at war, so DEFCON 4 and EMERGCON (n/a)
//If we do goto war, well then, we're fucked

document.getElementById('defcon').innerHTML = '4';
document.getElementById('emergcon').innerHTML = '(n/a)';
