function doom()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('cheat 1'); } // 1
if (ranNum == 1){document.write('cheat 2'); } // 2
}
