"+"One day Lewis and Clark were walking along the "+ document.madlibs.input1.value + " River. They saw a "+ document.madlibs.input2.value + " and took it with them. They met up with " + document.madlibs.input3.value + " and went to " + document.madlibs.input4.value + "." + " They were " + document.madlibs.input5.value + " when they reached the " + document.madlibs.input6.value +"." + "The " + document.madlibs.input7.value + " was happy to be free after " + document.madlibs.input8.value + "." + "They traveled back to " + document.madlibs.input9.value + " and " + document.madlibs.input10.value + " over their adventure.It took " + document.madlibs.input11.value + " years for the whole journey."; libsWin = window.open("","",",width=300,height=250,scrollbars=yes"); libsWin.document.write(story); libsWin.document.close(); }