function spacetwo()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('fuckoff'); } // spacetwoa
if (ranNum == 1){document.write('   bitch'); } // spacetwob
if (ranNum == 2){document.write('      biz'); } // spacetwoc
if (ranNum == 3){document.write('      blah'); } // spacetwod
if (ranNum == 4){document.write('    ;lakn'); } // spacetwoe
}
