
// detect browser and redirect if necessary

if (!(document.all)) {
    alert("Sorry, this version of the Poetry Generator currently\n" +
        "runs only under Internet Explorer or Konquerer.");
    location.href = "../";
}

