function FlashObject(name, objectstring) {
    document.getElementById(name).innerHTML = objectstring;
}