var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "Plan before you write. Think about what you want to say before you start. It will save you time and aggravation! </br>For more on planning, have a look at our Write It Right course …";
msg[2] = "If you can replace the word with “it is” or “it has”, then the word is it’s: </br>Interested in punctuation? Then why not have a look at our Painless Punctuation course?";
msg[3] = "Keep reports short and simple. Set yourself a clear objective before you start to write.  </br>Our course, Reports Made Easy, suggests a six-step approach to report writing. </br>Why not take a look?";
msg[4] = "Use everyday words when you write.  They are easier to understand:  eg. use ‘try’ instead of ‘endeavour’. </br>For more on plain English have a look at Cut The Waffle on our course pages.";
msg[5] = "For persuasive letters, start with a headline that grabs attention;  use short, punchy sentences;  use a clean, airy layout.  </br>Why not join us on our course, Better Business Letters?  It offers lots of tips and techniques for letter writers.";
msg[6] = "When taking minutes, record what the action is, who is to do it, and when it needs to be done by. </br>Want to know more? Then book yourself a place on our Just A Minute course!";
msg[7] = "Think about who will be reading your writing.  Imagine how what you have written will come across to them. Does it convey the right message? </br>To help answer this question and plan your writing, why not take a look at our Write It Right course?";
msg[8] = "When producing an agenda for  your next meeting, set  approximate times against the items.  </br>There are more good ideas like this one on our Just A Minute course.  Why not come along?";
msg[9] = "When you introduce a list, always use a colon.  </br>Want to know more? </br>Then the Getting To Grips With Grammar course will be just what you are looking for!";
msg[10] = "Keep reports short and simple. Set yourself a clear objective before you start to write. </br>Our course, Reports Made Easy, suggests a six-step approach to report writing.</br> Why not take a look?";
msg[11] = "In business writing, aim for an average sentence length of 15-20 words. </br>Why not attend our course, Cut The Waffle, for more tips and techniques on writing in plain English?";
msg[12] = "Possessive pronouns (eg. hers, its ours, yours, theirs) never have an apostrophe.  </br>Find out more on our Getting To Grips With Grammar course!";
msg[13] = "When planning your agenda, start with the easy items.  Put the harder, longer and more important items in the middle.  There are more good ideas like this one on our Just A Minute course. </br> Why not come along?";
msg[14] = "Need to be persuasive?  Then describe your idea in terms of its features and benefits. </br> To find out more, come along to our course,  Persuasive Reports and Proposals.";
msg[15] = "For a sentence to be grammatically correct, it must contain a subject and a verb.  </br>Want to brush up on your grammar? </br> You’ll enjoy our one day Getting To Grips With Grammar course.";
msg[16] = "Business writing should be clear and concise with a Fog Index of about 12. </br>Interested in finding out your Fog Index? </br>Come along to our one-day course, Reports Made Easy.";
msg[17] = "If you’re unsure whether to use ‘fewer’ or ‘less’ , try this:  use ‘fewer’ when referring to a number of items (fewer people, fewer letters) and ‘less’ when referring to an amount of something (less money, less time).</br> Attend our course, Write It Right, for lots of tips and techniques on effective business writing! ";
msg[18] = "Plan before you write.  Think about what you want to say before you start.  It will save you time and aggravation! </br>For more on planning, have a look at our Write It Right course …";
msg[19] = "If you can replace the word with “it is” or “it has”, then the word is it’s: </br>Interested in punctuation? Then why not have a look at our Painless Punctuation course?";
msg[20] = "Use everyday words when you write.  They are easier to understand:  eg. use ‘try’ instead of ‘endeavour’. </br>For more on plain English have a look at Cut The Waffle on our course pages.";
msg[21] = "For persuasive letters, start with a headline that grabs attention;  use short, punchy sentences;  use a clean, airy layout.  </br>Why not join us on our course, Better Business Letters?  It offers lots of tips and techniques for letter writers.";
msg[22] = "When taking minutes, record what the action is,</br> who is to do it, and when it needs to be done by. </br>Want to know more? </br> Then book yourself a place on our Just A Minute course!";
msg[23] = "Think about who will be reading your writing. Imagine how what you have written will come across to them.  Does it convey the right message? </br> To help answer this question and plan your writing, why not take a look at our Write It Right course?";
msg[24] = "When producing an agenda for your next meeting, set approximate times against the items. </br>There are more good ideas like this one on our Just A Minute course.  Why not come along?";
msg[25] = "When you introduce a list, always use a colon. </br> Want to know more? Then the Getting To Grips With Grammar course will be just what you are looking for!";
msg[26] = "Keep reports short and simple. Set yourself a clear objective before you start to write.  Our course,  Reports Made Easy, suggests a six-step approach to report writing. Why not take a look?";
msg[27] = "In business writing, aim for an average sentence length of 15-20 words. </br>Why not attend our course, Cut The Waffle, for more tips and techniques on writing in plain English?";
msg[28] = "Possessive pronouns (eg. hers, its, ours, yours, theirs) never have an apostrophe.  </br>Find out more on our Getting To Grips With Grammar course!";
msg[29] = "When planning your agenda, start with the easy items.  Put the harder, longer and more important items in the middle.  </br>There are more good ideas like this one on our Just A Minute course.  Why not come along?";
msg[30] = "Need to be persuasive?  Then describe your idea in terms of its features and benefits.  </br>To find out more, come along to our course,  Persuasive Reports And Proposals.";
msg[31] = "For a sentence to be grammatically correct, it must contain a subject and a verb. </br>Want to brush up on your grammar? </br>You’ll enjoy our one day Getting To Grips With Grammar course.";

function writeTip() { 
document.write(msg[today]);
}

writeTip();

