var link="";
var q=window.location.href.toLowerCase();

if (q.indexOf("people.html") != -1)
    { link = "<a href=\"http://eutinmio.com/the_words/index.html\" title=\"28 things you oughta know 'bout\" class=\"hid\">[ 28 things you oughta know 'bout ]</a>" + "<br>" + "<a href=\"http://eutinmio.com/the_words/cool.html\" title=\"26 really cool things\" class=\"hid\">[ 26 really cool things ]</a>"; }
else
{
    if (q.indexOf("cool.html") != -1)
        { link = "<a href=\"http://eutinmio.com/the_words/index.html\" title=\"28 things you oughta know 'bout\" class=\"hid\">[ 28 things you oughta know 'bout ]</a>" + "<br>" + "<a href=\"http://eutinmio.com/the_words/people.html\" title=\"20 awesome people\" class=\"hid\">[ 20 awesome people ]</a>"; }
    else
        { link = "<a href=\"http://eutinmio.com/the_words/people.html\" title=\"20 awesome people\" class=\"hid\">[ 20 awesome people ]</a>" + "<br>" + "<a href=\"http://eutinmio.com/the_words/cool.html\" title=\"26 really cool things\" class=\"hid\">[ 26 really cool things ]</a>"; }
}

link = "<div align=\"right\">" + link + "</div>\n";

if (q.indexOf("ishouldhaveastream") != -1)
    { link = "<a href=\"http://eutinmio.com/the_words/index.html\" title=\"28 things you oughta know 'bout\" class=\"hid\">[ 28 things you oughta know 'bout ]</a>"; }

document.writeln(link);

