				browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
				
				if (browser)  {
					highlightsoff = new Image();
					highlightsoff.src = "graphics/highlightsoff.gif";
					highlightson = new Image();
					highlightson.src = "graphics/highlightson.gif";
					experienceoff = new Image();
					experienceoff.src = "graphics/experienceoff.gif";
					experienceon = new Image();
					experienceon.src = "graphics/experienceon.gif";
					employmentoff = new Image();
					employmentoff.src = "graphics/employmentoff.gif";
					employmenton = new Image();
					employmenton.src = "graphics/employmenton.gif";
					educationoff = new Image();
					educationoff.src = "graphics/educationoff.gif";
					educationon = new Image();
					educationon.src = "graphics/educationon.gif";
					otheroff = new Image();
					otheroff.src = "graphics/otheroff.gif";
					otheron = new Image();
					otheron.src = "graphics/otheron.gif";
					resumepdfoff = new Image();
					resumepdfoff.src = "graphics/resumepdfoff.gif";
					resumepdfon = new Image();
					resumepdfon.src = "graphics/resumepdfon.gif";
					contactoff = new Image();
					contactoff.src = "graphics/contactoff.gif";
					contacton = new Image();
					contacton.src = "graphics/contacton.gif";  }
				
				function img_on(imgName) {
				  if ( browser) {
					imgOn = eval(imgName + "on.src");
					document [imgName].src = imgOn;
				  }
				}
				
				function img_off(imgName) {
				  if ( browser) {
					imgOff = eval(imgName + "off.src");
					document [imgName].src = imgOff;
				  }
				}

	var quotes = new Array(40)
	quotes[0]="&#034;Cover letter: &#034;Thank you for your consideration. Hope to hear from you shorty!&#034;"
	quotes[1]="&#034;My intensity and focus are at inordinately high levels, and my ability to complete projects on time is unspeakable.&#034;"
	quotes[2]="&#034;Education: Curses in liberal arts, curses in computer science, curses in accounting.&#034;"
	quotes[3]="&#034;Instrumental in ruining entire operation for a Midwest chain store.&#034;"
	quotes[4]="&#034;Personal: Married, 1992 Chevrolet.&#034;"
	quotes[5]="&#034;I have an excellent track record, although I am not a horse.&#034;"
	quotes[6]="&#034;I am a rabid typist.&#034;"
	quotes[7]="&#034;Created a new market for pigs by processing, advertising and selling a gourmet pig mail order service on the side.&#034;"
	quotes[8]="&#034;Exposure to German for two years, but many words are not appropriate for business.&#034;"
	quotes[9]="&#034;Proven ability to track down and correct erors.&#034;"
	quotes[10]="&#034;Personal interests: Donating blood. 15 gallons so far.&#034;"
	quotes[11]="&#034;I have become completely paranoid, trusting completely nothing and absolutely no one.&#034;"
	quotes[12]="&#034;References: None, I've left a path of destruction behind me.&#034;"
	quotes[13]="&#034;Strengths: Ability to meet deadlines while maintaining composer.&#034;"
	quotes[14]="&#034;Don't take the comments of my former employer too seriously, they were unappreciative beggars and slave drivers.&#034;"
	quotes[15]="&#034;My goal is to be a meteorologist. But since I possess no training in meteorology, I suppose I should try stock brokerage.&#034;"
	quotes[16]="&#034;I procrastinate - especially when the task is unpleasant.&#034;"
	quotes[17]="&#034;I am loyal to my employer at all costs. Please feel free to respond to my resume on my office voice-mail.&#034;"
	quotes[18]="&#034;Qualifications: No education or experience.&#034;"
	quotes[19]="&#034;Disposed of $2.5 billion in assets.&#034;"
	quotes[20]="&#034;Accomplishments: Oversight of entire department.&#034;"
	quotes[21]="&#034;Extensive background in accounting. I can also stand on my head!&#034;"
	quotes[22]="&#034;Personal interests: donating blood. Fourteen gallons so far.&#034;"
	quotes[23]="&#034;As indicted, 1 have over five years of analyzing investments.&#034;"
	quotes[24]="&#034;Note: Please don't misconstrue my 14 jobs as *job-hopping.* I have never quit a job.&#034;"
	quotes[25]="&#034;Marital status: often. Children: various.&#034;"
	quotes[26]="&#034;Reason for leaving last job: They insisted that all employees get to work by 5:45 am every morning, I couldn't work under those conditions.&#034;"
	quotes[27]="&#034;The company made me a scapegoat, just like my three previous employers.&#034;"
	quotes[28]="&#034;Finished eighth in my class of ten.&#034;"
	quotes[29]="&#034;I demand a salary commiserate with my extensive experience.&#034;"
	quotes[30]="&#034;I have lurrit Word Perfect 6.0 computer and spreasheet progroms.&#034;"
	quotes[31]="&#034;Received a plague for Salesperson of the Year.&#034;"
	quotes[32]="&#034;Wholly responsible for two (2) failed financial institutions.&#034;"
	quotes[33]="&#034;Reason for leaving last job: maturity leave.&#034;"
	quotes[34]="&#034;Failed bar exam with relatively high grades.&#034;"
	quotes[35]="&#034;Let's meet, so you can Ooh and Aah over my experience.&#034;"
	quotes[36]="&#034;You will want me to be Head Honcho in no time.&#034;"
	quotes[37]="&#034;Am a perfectionist and rarely if if ever forget details.&#034;"
	quotes[38]="&#034;I was working for my Mom until she decided to move.&#034;"
	quotes[39]="&#034;Marital status: single. Unmarried. Unengaged. Uninvolved. No commitments.&#034;"

function makequote() {
	var now=new Date()
	var num=(now.getSeconds())%40
	var quotenum=num+1
	document.write(quotes[num])
/*  document.write("<p style='text-align: right; font-weight: bold; color: #000000'>&#035;"+quotenum+" of 40</p>") */
	}

