<!--

//  Author:   E.S.Ping

//  new Array( "", "&#45;&#45;&#45;", "", "a", "", "an", "", "the", "" ),

var hdr = new Array(
  "jan2001x.htm", "January 2001",
  "..\/c_articl.htm", "Artigos",
  "",
  "", "",
  "Decida qual a resposta certa para cada uma das seguintes frases:"
)

var mc = new Array(
  new Array( "I had ___ glass of milk.", "&#45;&#45;&#45;", "", "a", "x", "an", "", "the", "" ),
  new Array( "There is ___ Mr.Brown waiting for you in the lounge, sir.", "&#45;&#45;&#45;", "", "a", "x", "an", "", "the", "" ),
  new Array( "Tom is ___ university student.", "&#45;&#45;&#45;", "", "a", "x", "an", "", "the", "" ),
  new Array( "My train was ___ hour late.", "&#45;&#45;&#45;", "", "a", "", "an", "x", "the", "" ),
  new Array( "What's her job? She's ___ housewife.", "&#45;&#45;&#45;", "", "a", "x", "an", "", "the", "" ),
  new Array( "Mary is going to ___ United States next week.", "&#45;&#45;&#45;", "", "a", "", "an", "", "the", "x" ),
  new Array( "I have ___ interesting job.", "&#45;&#45;&#45;", "", "a", "", "an", "x", "the", "" ),
  new Array( "We've got ___ good weather in Portugal.", "&#45;&#45;&#45;", "x", "a", "", "an", "", "the", "" ),
  new Array( "Can you play ___ piano?", "&#45;&#45;&#45;", "", "a", "", "an", "", "the", "x" ),
  new Array( "Do you think ___ life is easy?", "&#45;&#45;&#45;", "x", "a", "", "an", "", "the", "" )
)

// -->

