theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + theDate.getFullYear();
var numquotes = 31;
quotes = new Array(numquotes+1);
quotes [1] = "<b>Methods:</b> Find a support group, such as family, friends, networking organizations.";
quotes [2] = "<b>Preparation:</b> Make sure your answering machine message sounds professional.";
quotes [3] = "<b>Interviewing:</b> Take evidence of past accomplishments or a portfolio.";
quotes [4] = "<b>Resumes:</b> Prepare a resume for every situation, including a traditional resume, scannable and ASCII versions.";
quotes [5] = "<b>Methods:</b> Apply to any place that interests you, whether or not there is a known vacancy.";
quotes [6] = "<b>Methods:</b> Utilize your contacts. Ask for their help in getting job leads.";
quotes [7] = "<b>Interviewing:</b> Take notes, show enthusiasm and sincere interest.";
quotes [8] = "<b>Cover letters:</b> A cover letter is not an essay. One page is sufficient in nearly all circumstances";
quotes [9] = "<b>Interviewing:</b> Eye contact is one of the most powerful forms of communication. It projects confidence, trust and power.";
quotes [10] = "<b>Interviewing:</b> Be a resource person, not a job-beggar.";
quotes [11] = "<b>Resumes:</b> It's okay to leave out irrelevant information on your resume, but never lie.";
quotes [12] = "<b>Methods:</b> Don't overlook smaller companies. Look for growing small businesses.";
quotes [13] = "<b>Interviewing:</b> Be prepared with a list of professional references at the interview.";
quotes [14] = "<b>Resumes:</b> Do not include salary history or salary requirements on a resume.";
quotes [15] = "<b>Interviewing:</b> Prepare stories or examples to illustrate how you contributed to your previous employer.";
quotes [16] = "<b>Resumes:</b> Include accomplishments in your resume, but avoid exaggeration";
quotes [17] = "<b>Interviewing:</b> Avoid speaking negatively about your current or previous employers.";
quotes [18] = "<b>Interviewing:</b> Plan, prepare, practice and rehearse.";
quotes [19] = "<b>Interviewing:</b> Interviewing is a two way street. Prepare a list of questions to ask the interviewer.";
quotes [20] = "<b>Interviewing:</b> Always send a follow up/thank you letter to the interviewer.";
quotes [21] = "<b>Methods:</b> Use every available method for job searching, including networking, the Internet, classifieds, employment agencies, and job fairs.";
quotes [22] = "<b>Methods:</b> Most job openings are never advertised. Networking is still the best method for finding the best jobs.";
quotes [23] = "<b>Interviewing:</b> Dress appropriately. Determine the dress code and meet it.";
quotes [24] = "<b>Interviewing:</b> Don't be late and don't arrive more than 10 minutes early for an interview.";
quotes [25] = "<b>Interviewing:</b> Practice interviewing techniques using video technology.";
quotes [26] = "<b>Interviewing:</b> Do research on the company before the interview. Know their products, services, competitors, strengths and challenges.";
quotes [27] = "<b>Preparation:</b> Use the local Yellow Pages to identify subjects or fields of interest to you.";
quotes [28] = "<b>Preparation:</b> The person who gets hired is often the one who knows the most about how to get hired.";
quotes [29] = "<b>Salary negotiation:</b> Let the employer be the first to suggest a dollar amount.";
quotes [30] = "<b>Interviewing:</b> The key to successful interviewing is preparation and building rapport.";
quotes [31] = "<b>Salary negotiation:</b> Try not to discuss salary until after the job offer is received.";
document.write('<center><font face=Arial size=3 color="#060579"><b>Daily tip for<br>' + textdate + '</b></font><br>');
document.write('<font face=Arial size=2 color="#060579">' + quotes[day] + '</font></center>');

