function writeTip() {
	document.write('<TABLE BORDER=0 WIDTH=80%><TR><TD>');
	document.write('<B><FONT COLOR=RED>Master Planner tip of the day : </FONT></B>');
	var today = new Date();
	if (today.getDate() == 1)
		document.write('Does your company work 6 or 7 days a week? Change your planner from the standard 5-day week: select File Settings from the Options menu, and click the Settings tab.')
	else if (today.getDate() == 2)
		document.write('Zoom in to see an area of the planner in closeup with the F3 key. Zoom out to view more of the planner with the F2 key.')
	else if (today.getDate() == 3)
		document.write('Want to see just part of your planner - a single department or all male employees? Switch to an instant view by category from the Views menu.')
	else if (today.getDate() == 4)
		document.write('Want to make sure you don''t overbook staff leave entitlement or training days? Use icon tracking to limit icon use - select Icon Tracking from the Options menu.')
	else if (today.getDate() == 5)
		document.write('Backup your planner in one mouse-click - select Backup from the File menu, set up a path for automatic backup and enable the Quick Backup option. The Backup button on the toolbar will now carry out an instant backup.')
	else if (today.getDate() == 6)
		document.write('Use categories for more selective printing, for example, to print planner details just for the accounts department or for male employees. Assign each resource to suitable categories: select File Settings from the Options menu, then click the Categories tab. Then select only the required categories when creating your report.')
	else if (today.getDate() == 7)
		document.write('Use your planner to book meetings rooms. Add a new line to the planner with a suitable department name (such as Rooms), name (Room 14) and employee type None. Use icons to indicate bookings and add a note to show who made the booking.')
	else if (today.getDate() == 8)
		document.write('Wondering what all the symbols mean? Print a one-page key to all symbols from the Print Instant Reports section of the File menu.')
	else if (today.getDate() == 9)
		document.write('Add your own company name to all reports - select File Settings from the Options menu, and select the Options tab.')
	else if (today.getDate() == 10)
		document.write('Use the Print Wizard to quickly create a report with basic settings - select Print from the File menu, and click the Create button; to change settings, select the option to Continue to work with this report.')
	else if (today.getDate() == 11)
		document.write('Print any saved report in one mouse-click - select Print from the File menu, select your report and click Edit; on the Options tab, select the report and check the Quick Print option. The Print button on the toolbar will now immediately print the report.')
	else if (today.getDate() == 12)
		document.write('Use the Home button to Move your planner back to the start position - at the top, with the current week at the left. The End button moves to the bottom of the planner.')
	else if (today.getDate() == 13)
		document.write('Added a bank holiday accidentally? Look on the Edit menu for the Clear Column option.')
	else if (today.getDate() == 14)
		document.write('Remember to add birthdays and employment start dates for all employees - then, when you open your planner each day, you will be reminded of birthdays and anniversaries. Great for network users!')
	else if (today.getDate() == 15)
		document.write('Want to switch views quickly between your own department and the full planner? Set up a personal view from the Views menu, then use the Views toolbar button to switch between views.')
	else if (today.getDate() == 16)
		document.write('Use the left and right arrow keys to move the planner a week forwards or backwards. Combine them with the Shift button to move a month at a time.')
	else if (today.getDate() == 17)
		document.write('Want to know who is available for a project? Select Statistics from the Options menu, and select None on the Icons tab.')
	else if (today.getDate() == 18)
		document.write('Display extra information, like email address or phone number, on the resource list: select File Settings from the Options menu, and click the Columns tab.')
	else if (today.getDate() == 19)
		document.write('Has an employee changed department and is now in the wrong place on the planner? Move the name up or down the list using Alt+Up or Alt+Down.')
	else if (today.getDate() == 20)
		document.write('Want to use the same toolbar for more than one planner? Select Edit Toolbar Icons from the Edit menu, and check the save box.')
	else if (today.getDate() == 21)
		document.write('Want to keep track of general information? Add a new line to the planner (call it Information), with no name or initials and no category values. Now you can add notes or icons for unassigned projects, the company barbeque, the next national election, Chinese New Year...you name it!')
	else if (today.getDate() == 22)
		document.write('Double-click on any cell, whether it has an icon or not, to add a text note or memo. You can read all such notes sequentially from the Edit/read notes section of the Edit menu.')
	else if (today.getDate() == 23)
		document.write('Change the descriptions assigned to the daily time periods on your planner: select File Settings from the Options menu, and click the Settings tab. Highlight the description to change, and click the Change button.')
	else if (today.getDate() == 24)
		document.write('Need more than just morning and afternoon on your planner? Add extra daily time periods: select File Settings from the Options menu, and click the Settings tab.')
	else if (today.getDate() == 25)
		document.write('Use categories to print reports selectively, to define planner views or to produce icon usage statistics. Categories can be department, gender, pay grade, experience, membership of the tennis club - anything you like!')
	else if (today.getDate() == 26)
		document.write('Use the arrow keys spreadsheet-style to select an area of the planner, or stay with classic Master Planner navigation: select User Preferences from the Options menu, and click the Global tab to change this setting.')
	else if (today.getDate() == 27)
		document.write('Use the F5 key to return immediately to the full planner from any view. The F6 key moves to the next personal view in sequence.')
	else if (today.getDate() == 28)
		document.write('Running out of space on your planner? Add more weeks to a standard style planner by selecting File Settings from the Options menu, and clicking the Style tab.')
	else if (today.getDate() == 29)
		document.write('Double-click on a resource to view or change data. Single-click to view significant data in a popup window.')
	else if (today.getDate() == 30)
		document.write('Print an instant personal schedule, showing both icons and notes together, for any resource - right-click a name, then select Print Schedule For... from the popup menu.')
	else if (today.getDate() == 31)
		document.write('Send email from within Master Planner - right-click an employee, and select the Send email option.');
	document.write('</TABLE>');
}