theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = (theDate.getMonth() + 1) + '/' + theDate.getDate() + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "Shutting off your printers, when not in use (over night or weekends) will prolong the life of the printer, especially multi function machines.";
quotes[2] = "Be careful with using hyphens and odd spellings when registering a domain name (e.g. hatz-and-such.com).  They can easily be forgotten or mis-typed, losing valuable hits (and business).";
quotes[3] = "Running various system tools on your computer, on a regular basis, such as disk defragmenter, will optimize hard disk performance.";
quotes[4] = "Creating a regular schedule of backing up your files, on a drive or server outside your local PC, is good practice.";
quotes[5] = "Be careful how you close pop up windows.  Always click the X in the upper right corner, or close button.  Clicking anything else could end up installing spy ware, ad ware or other unwanted items on your PC.";
quotes[6] = "For wireless networks, installing a range extender or access point will solve poor signal strength issues - especially in large homes or when outdoors.";
quotes[7] = "Don't let art overpower content on your website.  On the average computer, elaborate flash pieces, video clips or high res graphics can take a long time to download, which may discourage the visitor from sticking around to check out your site.";
quotes[8] = "To view HDTV signals, your TV mush have one of three connection types: component video, DVI or HDMI.";
quotes[9] = "Using database backed forms on your website is a great way to generate your own marketing leads, maintain customer inquiry records and maximize the impact of your site on your bottom line.";
quotes[10] = "The recommended viewing distance for large screen TVs varies by size &mdash; ranging from 6.25 feet for a 30&quot; screen to 12.9 feet for a 62&quot; screen.";
quotes[11] = "Instead of typing a full web address in a web browser, try typing just the name and then Control+Enter.";
quotes[12] = "Firewalls are not enough to protect against viruses.  It is important to install anti-virus software, and make sure it is regularly updated.";
quotes[13] = "Make sure your email address uses your domain name, not a personal account (e.g., @aol.com or @msn.com).  Using the email account tied to your domain will increase exposure to your site.";
quotes[14] = "For home theater set ups, in wall speakers provide the same quality sound, cleaner installation, and more flexibility on surround sound set ups (5.1, 6.1 or even 7.1).";
quotes[15] = "Keeping your PC or laptop in a clean open space can reduce the build up of dust or other damaging particles, that can cause over heating.  No matter where your PC or laptop is located, regular removal of dust from fan areas is important.";
quotes[16] = "If experiencing networking problems, rebooting your router is a simple thing to try, and often does the trick.";
quotes[17] = "Shutting off your printers, when not in use (over night or weekends) will prolong the life of the printer, especially multi function machines.";
quotes[18] = "Be careful with using hyphens and odd spellings when registering a domain name (e.g. hatz-and-such.com).  They can easily be forgotten or mis-typed, losing valuable hits (and business).";
quotes[19] = "Running various system tools on your computer, on a regular basis, such as disk defragmenter, will optimize hard disk performance.";
quotes[20] = "Creating a regular schedule of backing up your files, on a drive or server outside your local PC, is good practice.";
quotes[21] = "Be careful how you close pop up windows.  Always click the X in the upper right corner, or close button.  Clicking anything else could end up installing spy ware, ad ware or other unwanted items on your PC.";
quotes[22] = "For wireless networks, installing a range extender or access point will solve poor signal strength issues - especially in large homes or when outdoors.";
quotes[23] = "Don't let art overpower content on your website.  On the average computer, elaborate flash pieces, video clips or high res graphics can take a long time to download, which may discourage the visitor from sticking around to check out your site.";
quotes[24] = "To view HDTV signals, your TV mush have one of three connection types: component video, DVI or HDMI.";
quotes[25] = "Using database backed forms on your website is a great way to generate your own marketing leads, maintain customer inquiry records and maximize the impact of your site on your bottom line.";
quotes[26] = "The recommended viewing distance for large screen TVs varies by size &mdash; ranging from 6.25 feet for a 30&quot; screen to 12.9 feet for a 62&quot; screen.";
quotes[27] = "Instead of typing a full web address in a web browser, try typing just the name and then Control+Enter.";
quotes[28] = "Firewalls are not enough to protect against viruses.  It is important to install anti-virus software, and make sure it is regularly updated.";
quotes[29] = "Make sure your email address uses your domain name, not a personal account (e.g., @aol.com or @msn.com).  Using the email account tied to your domain will increase exposure to your site.";
quotes[30] = "For home theater set ups, in wall speakers provide the same quality sound, cleaner installation, and more flexibility on surround sound set ups (5.1, 6.1 or even 7.1).";
quotes[31] = "Keeping your PC or laptop in a clean open space can reduce the build up of dust or other damaging particles, that can cause over heating.  No matter where your PC or laptop is located, regular removal of dust from fan areas is important.";

