<!-- Code and Content Copyright 2005 - www.NetManners.com-->
<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/2000';

var numquotes = 31;
q = new Array(numquotes+1);
q[0]="Never hit \"Reply to All\", unless you know \"all\" those listed. ";
q[1]="Start every e-mail with a nice greeting or you could come off as terse.";
q[2]="Never give out the e-mail addresses of others without their permission.";
q[3]="If you type in caps or bold certain words, it will be perceived as adding emphasis.";
q[4]="When upset, it is best to not reply to e-mails until the next day so you can cool off.";
q[5]="Refrain from sending business attachments outside of business hours.";
q[6]="Use the BCc: field when sending the same e-mail to a bunch of folks that don't know each other.";
q[7]="All e-mail is copyright protected by its author. Never forward or post e-mails that were sent to you privately without permission to do so.";
q[8]="When sending attachments, always ask first when would be the best time to send them.";
q[9]="End all your e-mails with a Sincerely, Best, Thank you -- something!";
q[10]="Always type your name with proper capitalization.  Not doing so gives the impression of lack of education.";
q[11]="Do not forward an e-mail unless you can take the time to write a personal comment.";
q[12]="Respond to e-mails within 48 hours so those who e-mail you don't think you are ignoring them.";
q[13]="When e-mailing those you don't know, take great care to not be overly informal.";
q[14]="When an e-mail says \"forward to all your friends\" -- Don't!";
q[15]="Always verify forwarded e-mails @ Snopes.com to make sure they are valid and not a hoax.";
q[16]="Never e-mail anyone about anything you can commercially gain from without their permission to do so.";
q[17]="If you are unsure of the intent or tone of an e-mail, ask for clarification before assuming.";
q[18]="When e-mails turn to insults and innuendo, it is best you end the conversation and not reply.";
q[19]="If you forward an e-mail that turns out to be a hoax, have the character to send an apology e-mail to those you sent the misinformation to.";
q[20]="When receiving abusive e-mails, forward a copy to abuse@ the sender's e-mail address for further action.";
q[21]="Online, know those you can trust and only trust those you know!";
q[22]="Regardless of how noble a forwarded e-mail may be think twice as to if others will agree.";
q[23]="When signing up for e-mail lists or newsletters, immediately add the e-mail address of the newsletter to your white list or approved senders.";
q[24]="Choose your words carefully as you will be held to their meaning.";
q[25]="Don't sign up for mailing lists or newsletters with an e-mail address that utilizes autoresponders.";
q[26]="Minimize all photos that you want to attach to an e-mail to no larger than 600 pixels in width.";
q[27]="Review your e-mails before clicking Send to ensure your comments are clear and will not be misunderstood.";
q[28]="Unsubscribe from mailing lists and newsletters when you engage an \"Out of Office\" message on your e-mail account.";
q[29]="Learn how to use Filters or Rules in your e-mail program to send unwanted e-mail right to trash.";
q[30]="Always read a Web site carefully first before you e-mail for assistance.";
q[31]="With IM and Chat, try not to be overly cryptic or your message can be misinterpreted.";

quox = q[day]
document.write("<table border=0 bgcolor=#CC0000 cellpadding=1 cellpadding=0 width=215><tr><td><table align=center border=0 bgcolor=#FFFFFF cellpadding=4 cellspacing=0 width=100%><tr><td align=center valign=middle><font face=\"Verdana,Arial, Helvetica\" color=\"cc0000\" size=-1><center><b>E-mail Etiquette Tip<br>of the Day</b></center></td></tr><tr><td><font face=\"Verdana,Arial, Helvetica\" color=\"000000\" size=-1>" + quox + "</td></tr><tr><td align=center><font size=-3 face=\"Verdana,Arial, Helvetica\"><a href=\"http://www.NetManners.com/netiquette-tips.html\" target=\"_top\">Courtesy of NetManners.com</a></center></font></td></tr></table></td></tr></table>")
// End -->