function localLinks() {
    newLinkRow();
    displayLink('.', 'index.htm', 'Papers');
    displayLink('.', 'research-summary.html', "Graduate Research Summary");
    displayLink('.', 'kenschaft-research-summary-2006.pdf', "Graduate Research Summary (PDF)");
    displayLink('.', 'semantics.htm', 'Semantics');
    displayLink('.', 'resources.htm', 'NLP Resources');
    newLinkRow();
    displayLink('.', 'linguistathome.html', 'Linguist@home');
    displayLink('.', 'linguistathome.ppt', 'Linguist@home (PPT)');
    newLinkRow();
    displayLink('.', 'prepositions.htm', 'Prepositional Resultatives');
    displayLink('.', 'contextual_understanding.doc', 'Contextual Understanding');
    displayLink('.', 'wh_sluicing.htm', 'Wh- Sluicing');
    displayLink('.', 'there_readme.htm', '"There" Readme');
    displayLink('.', 'vowel_shift.doc', 'The Great Vowel Shift');
    newLinkRow();
    displayLink('.', 'nlp_position.htm', 'NLP Position');
    displayLink('.', 'MT_Challenges_CLIP.ppt', 'MT Challenges');
}
function thereLinks() {
    newLinkRow();
    //displayLink('.', 'there_readme.htm', '"There" Readme');
    displayLink('.', 'there.htm', 'There and Back Again');
}

