<!--//
var wdData = new Object;
wdData.word = 'PREVARICATE';
wdData.def = 'to equivocate, to obfuscate the truth';
wdData.usage = 'Although many PREVARICATE when filing their tax returns, most are eventually audited and penalized.';
wdData.syn = 'palter, tergiversate';

function writeDataWD() {
  var html = "<table cellpadding=3 cellspacing=0 border=0 width=100%>";
  html += "<tr><td align=center><font size=3><b>" + wdData.word + "</b></font></td></tr>";
  html += "<tr><td><b><u>Definition:</u></b><br>" + wdData.def + "</td></tr>";
  html += "<tr><td><b><u>Example:</u></b><br>" + wdData.usage + "</td></tr>";
  html += "<tr><td><b><u>Synonyms:</u></b><br>" + wdData.syn + "</td></tr>";
  html += "<tr><td align=center><font size=1><a href=http://www.dictionary.com/search?q=" + wdData.word + " target="+(typeof isMyInfo != "undefined" && isMyInfo?"_main":"_blank")+">Click here</a> for pronunciation<br>and full definition</font> <script>var globHtmlLnkExtObj = new Object;if ((typeof globHtmlLnkExt) == 'function') globHtmlLnkExt(globHtmlLnkExtObj);</script></td></tr>";
  html += "<tr><td align=right>Powered by <a href=http://www.kaptest.com><img src=http://imgfarm.com/images/kp.gif alt='Take Kaplan. Score Higher.' border=0 width=66 height=25 align=absmiddle></a></td></tr>";
  html += "</table>";
  document.write(html);
}
//-->