<!-- Begin
theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
year = (year < 2000) ? year + 1900 : year;
var textdate = theDate.getDate() + '/' + (theDate.getMonth() + 1) + '/' + year;

var numquotes = 31;
quotes = new Array(numquotes+1);
quotes[1] = "While using Windows... <br>Pressing the Shift + Delete keys together will permanently delete a file, bypassing the recycle bin.";
quotes[2] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' + E keys together will launch Windows Explorer.";
quotes[3] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' + F keys together will launch the 'find file' application.";
quotes[4] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' + D keys together minimizes all open windows and shows the desktop. Pressing them again will return you to where you were.";
quotes[5] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' key on it's own will display the Start Menu.";
quotes[6] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' + M keys together will minimize all open windows.";
quotes[7] = "If your keyboard has a 'Windows' Key... <br>Pressing the 'Windows' + F1 keys together will open the Windows Help menu.";
quotes[8] = "Pressing the Alt + Tab keys together will cycle through all open windows.";
quotes[9] = "While in your favourite Word Processing package... <br>Pressing the Enter key will create a new paragraph or what is referred to as a hard return.";
quotes[10] = "While in your favourite Word Processing package... <br>Pressing the Shift + Enter keys together will create a new line break or what is referred to as a soft return. ";
quotes[11] = "While in your favourite Word Processing package... <br>Pressing the Ctrl + Z keys together will undo the last change you made.";
quotes[12] = "Always remember to Save, Save, Save when working on any project. Getting in to this habit will save the frustration of losing all your hard work in a flash.";
quotes[13] = "Be wary of any e-mails you may receive from people you do not know, Never open attached files as they may contain a virus.";
quotes[14] = "Always read the instructions carefully before installing new products or programs on to your computer.";
quotes[15] = "While in Internet Explorer... <br>Pressing the Ctrl + F5 keys together will refresh the page you are viewing and bypass the version that is stored in your computer's memory.";
quotes[16] = "While in Internet Explorer... <br>Pressing the Esc key will stop the current page from loading. It will also stop animations, background sounds, etc.";
quotes[17] = "While in Internet Explorer... <br>Pressing the Ctrl + E keys together will display the Search Panel at left hand side of the page.";
quotes[18] = "While in Internet Explorer... <br>Pressing the Ctrl + F keys together will display a Find on this page dialog box and allows you to search content on the page you are viewing in your browser.";
quotes[19] = "While in Internet Explorer... <br>Pressing the Ctrl + H keys together will show you the History of web pages you've visited at the left hand side of the page.";
quotes[20] = "While in Internet Explorer... <br>Pressing the Shift Key when clicking on a link will open up the target page in a new browser window.";
quotes[21] = "While in Internet Explorer... <br>Pressing the Ctrl + W keys together will close the window you are currently viewing.";
quotes[22] = "While in Internet Explorer... <br>Pressing the Alt + Home keys together will take you to your default home page.";
quotes[23] = "While in Internet Explorer... <br>Pressing the Alt + Left Arrow keys together will take you back to the previous page you viewed. Pressing the Alt + Right Arrow keys takes you forward.";
quotes[24] = "While in Internet Explorer... <br>Pressing the Ctrl + N keys together will open a new Internet Explorer window.";
quotes[25] = "Always remember to keep a back up copy of any important files on a CD or Floppy Disk.";
quotes[26] = "Always use the recommended shut down procedure for turning off your computer. Turning off power to your system while it is still running can be disastrous!";
quotes[27] = "Keep your Windows based computer up-to-date via the Windows Update Service on the Internet.";
quotes[28] = "Make sure you have up to date Anti-Virus protection on your computer and that it is regularly updated.";
quotes[29] = "Always use the uninstall feature of a program to remove it from your computer. There is an uninstall feature in the Windows Control Panel for programs that do not have their own.";
quotes[30] = "Dust can make the components inside your computer run hotter and also clog cooling vents. Have the inside of your computer properly cleaned at least once a year.";
quotes[31] = "Always keep any installation disks that come with new components or peripherals.";

document.write('<h3><b>Top Tip for Today ' + textdate + '</b><br>');
document.write('<i>' + quotes[day] +  '</i></h3>');
//  End -->
