<!-- Begin
function CreateWindow() {
msgWindow=window.open("","displayWindow","toolbar=no,width=350,height=400,directories=no,status=no,scrollbars=no,resize=no,menubar=no")
}  
function create(form) {
var start="go";
if (start=="go") {
alert('Get ready to connect with the American people!');
text = ("<HEAD><TITLE>Al Gore Campaign Speech</TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("Campaign Stop #25956</FONT></B></CENTER><BR>");
text += ("<P>Hello, hardworking people of " +form.input1.value+ ". I value your contribution to making these last eight years the most prosperous time in American history. But I know how <i>we</i> are doing, but how are <i>you</i> doing?");
text += ("<P>You there, in the " +form.input2.value+ "shirt, how are you doing? (muffled answer) I don't want to pry, but is it safe to assume you make less than " +form.input3.value+ " million dollars per year? (The crowd erupts in laughter). Then my opponent's tax plan won't give you a break at all. You need to make one million additional dollars just to get back the <i>projected</i> surplus in your pocket directly. Now, he'll say I'm being negative, but I'm just giving you the details of his plan. I promise you that I will never run a negative ad featuring my opponent with a " +form.input4.value+ " aimed at a felon or a picture of my opponent using " +form.input5.value+ ". But I will tell you the truth.");
text += ("<P>I want to know what bothers you, working America. You tell me what's broken and I'll fix it. Are you worried about " +form.input6.value+ "? Consider it taken care of. Can't sleep at night because of " +form.input7.value+ "? Joseph Lieberman and I talked about that this morning and we'll announce the details of our plan tomorrow. I'm on it, America, just for you!");
text += ("<P>I love you, people of " +form.input1.value+ ". Keep on fighting for your dreams. I want to fight for you! God bless!");
text += ("<P><P><P><P><P><CENTER><FONT SIZE = -1>Thanks for playing nicely with others at www.postmodernvillage.com</FONT></CENTER>");
msgWindow=window.open("","displayWindow","toolbar=no,width=500,height=480,directories=no,status=no,scrollbars=yes,resize=no,menubar=yes")
msgWindow.document.write(text)
msgWindow.document.close()
   }
}
// End -->
