Julius Caesar" + "Friends, Romans, " + document.madlibs.input1.value + " lend me your " +
document.madlibs.input2.value + "; I come to " +
document.madlibs.input3.value + " Caesar, not to praise him. " +
"The evil that men do lives after them, the " + document.madlibs.input4.value +
" is oft interred with their bones, so let it be with " + document.madlibs.input5.value + ". " +
"The noble Brutus hath told you Caesar was " + document.madlibs.input6.value +
"; if it were so, it was a grievous fault. ";
libsWin = window.open("","","width=300,height=250,scrollbars=yes");
libsWin.document.write(story);
libsWin.document.close();
}