<!--

//  Author:   E.S.Ping

var hdr = new Array(
  "mar2001x.htm", "March 2001",
  "..\/prepos.htm", "Dependent Prepositions",
  "",
  "", "",
  "Decida qual a resposta certa para cada uma das seguintes frases:"
)

var mc = new Array(
  new Array( "John is going to <b>apply<\/b> _____ the job of Assistant Manager.", "for", "x", "in", "", "on", "", "to", "" ),
  new Array( "You can never <b>depend<\/b> _____ her.", "from", "", "in", "", "of", "", "on", "x" ),
  new Array( "My house <b>consists<\/b> _____ seven rooms.", "of", "x", "from", "", "on", "", "in", "" ),
  new Array( "Mary still <b>insists<\/b> _____ her innocence.", "on", "x", "in", "", "with", "", "of", "" ),
  new Array( "John usually <b>suffers<\/b> _____ headaches.", "by", "", "from", "x", "of", "", "with", "" ),
  new Array( "She does not <b>agree<\/b> _____ me.", "about", "", "with", "x", "to", "", "on", "" ),
  new Array( "Do you think she is going to <b>agree<\/b> _____ my suggestion?", "about", "", "on", "", "to", "x", "with", "" ),
  new Array( "She <b>congratulated<\/b> him _____ his new job.", "of", "", "by", "", "with", "", "on", "x" ),
  new Array( "I was <b>prevented<\/b> _____ leaving the room yesterday.", "in", "", "of", "", "from", "x", "to", "" ),
  new Array( "The man was <b>charged<\/b> _____ murder.", "from", "", "of", "", "by", "", "with", "x" )
)

// -->
