function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='Always tell your students the purpose (e.g. practising a target structure) of all activities especially games.'
mycontent[2]='Remember no vocabulary item passes into long term memory until the student has actively recalled it seven times.'
mycontent[3]='Don&rsquo;t parrot student answers - if the others don&rsquo;t understand, encourage them to ask for repetition.'
mycontent[4]='Use pocket mirrors for students to check their lip shapes in pronunciation e.g. /b/ and /v/.'
mycontent[5]='Greet the class with a smile :o)<br><img src="images/happy.jpg" width="200" height="240" border="0" alt="">'
mycontent[6]='Follow your warmer by telling the students what they are going to learn that day for motivation and understanding.'
mycontent[7]='Get the students to hold a strip of paper in front of their mouths to practise /b/ and /p/ - the paper moves when they say /p/ correctly.'
mycontent[8]='Include physical movement such as a mingle at regular intervals in your lesson to keep students&rsquo; concentration levels up.'
mycontent[9]='Encourage student responsibility and save class time by putting copies of homework answers on the noticeboard and leaving them to correct their work.'
mycontent[10]='Encourage students to watch out for new English &lsquo;borrowings&rsquo; in their mother tongue and discuss the meanings (and changes in meaning!) in class.'
mycontent[11]='Early in the course, get the students to do some writing for you to keep. Give it back at the end of the course for them to rewrite, showing them how much they have learnt.'
mycontent[12]='Teach the class hand signals which you are going to use to correct common errors e.g. &lsquo;third person singular s&rsquo;, to reduce interruptions.'
mycontent[13]='Encourage your students to place their fingers lightly on their throats to feel the difference between voiced and unvoiced consonants.'
mycontent[14]='Assign individual vocabulary items for homework / dictionary work, and have the students teach each other theirs. They will never forget their own!'
mycontent[15]='Use music as low level background during pair / group work with shy classes - they will talk more confidently.'
mycontent[16]='Note words which are frequently misspelt and do short revision activities often.'
//mycontent[17]='Make a collection of newspaper /magazine photos of famous people - see (name of a link) in the Teaching support area for ways to use them.'
mycontent[17]='Make a collection of newspaper / magazine photos of famous people to use in classroom activities.'
//mycontent[18]='Make a collection of newspaper /magazine photos of household appliances - see (name of a link) in the Teaching support area for ways to use them.'
mycontent[18]='Make a collection of newspaper / magazine photos of household appliances to use in classroom activities.'
//mycontent[19]='Make a collection of newspaper /magazine photos of famous landmarks - see (name of a link) in the Teaching support area for ways to use them.'
mycontent[19]='Make a collection of newspaper / magazine photos of famous landmarks to use in classroom activities.'
//mycontent[20]='Make a collection of newspaper /magazine photos of food - see (name of a link) in the Teaching support area for ways to use them.'
mycontent[20]='Make a collection of newspaper / magazine photos of food to use in classroom activities.'
//mycontent[21]='Keep a file of instant games and fillers for time left over at the end of a lesson and for breaking up tedious lessons - see (name of a link) in the Teaching support area for suggestions.'
mycontent[21]='Keep a file of instant games and fillers for time left over at the end of a lesson and for breaking up tedious lessons.'
//mycontent[22]='Make a collection of newspaper /magazine photos of news stories and dramatic events - see (name of a link) in the Teaching support are for ways to use them.'
mycontent[22]='Make a collection of newspaper / magazine photos of news stories and dramatic events for use in classroom activities.'
//mycontent[23]='Use riddles and silly jokes to make phrasal verbs more memorable - see (name of a link) in the Teaching support area for a list.'
mycontent[23]='Use riddles and silly jokes to make phrasal verbs more memorable.'


var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
