/* 
   local list of links for jump menu
   copyright (c) 2003 by Mark Justice Hinton
   mjhinton@unm.edu 
*/

function mjhLink (name, URL, msg) {
this.name = name; // not using anymore
this.URL = URL;
this.msg = msg;
this.vClass;
}

jumpItem = new Array();
jumpItem[0] = new mjhLink ( "mjh's home page", "/index.html", " www.mjhinton.com " );
jumpItem[1] = new mjhLink ( "Dump Bush home page", "index.htm", "Welcome to this website!" );
jumpItem[2] = new mjhLink ( "How Kerry Can Win", "ecprojection.htm", "Welcome to this website!" );
jumpItem[3] = new mjhLink ( "Supreme Court", "supremecourt.htm" , "Justice Un-done");
jumpItem[4] = new mjhLink ( "Pro-life, Anti-choice", "prolife.htm" , "Pro-life, Anti-choice");
jumpItem[5] = new mjhLink ( "The Environment", "environment.htm" , "For Sale");
jumpItem[6] = new mjhLink ( "The Constitution", "constitution.htm" , "Shredding it");
jumpItem[7] = new mjhLink ( "Voodoo Economics", "voodoo.htm" , "Even Daddy Knew Better");
jumpItem[8] = new mjhLink ( "World War W", "worldwarw.htm" , "He does not care -- he is saved");
jumpItem[9] = new mjhLink ( "His Thugs", "thugs.htm" , "Co-conspirators");
jumpItem[10] = new mjhLink ( "Some Humor", "humor.htm" , "Laughing til we cry");
jumpItem[11] = new mjhLink ( "About this site", "about.htm" , "How dare I?");
jumpItem[12] = new mjhLink ( "* Daily Weblog *", "/blogs/" , "Always the most up-to-date");
jumpItem[13] = new mjhLink ( "write Mark", "mailto:dumpbush@mjhinton.com", "write Mark" );
jumpItem[14] = new mjhLink ( "jump to ...", "#", "jump to ..." );

//jumpItem[] = new mjhLink ( "name", "URL" , "note");

