if(window.location.host.indexOf("home.teleport.com") > -1)
{
    base = "http://home.teleport.com/~thoma/";
} else if(window.location.href.indexOf("benjaminthoma") > -1)
{
    base = "http://" + window.location.host + "/~benjaminthoma/";
} else {
    base = "http://freetango.org/benthoma/";
}

function td(x)
{
	return "<td>" + x + "</td>";
}

document.writeln("<table cellpadding=5><tr>");

document.writeln(td("<img src='benthoma.png' border=0>".link(base + 'index.php')));

document.writeln(td("home".link(base + 'index.php')));
document.writeln(td("food".link(base + 'food.php')));
document.writeln(td("photo".link(base + 'photography.html')));
document.writeln(td("teaching".link(base + 'teaching.html')));
document.writeln(td("dj'ing".link(base + 'dj.html')));
//document.writeln(td("resume".link(base + 'resume/resume.html')));
document.writeln(td("comics".link(base + 'comics.html')));
document.writeln(td("movies".link(base + 'movies.html')));
document.writeln(td("pictures".link('http://flickr.com/photos/benandmichelle/')));
//document.writeln(td("programming".link(base + 'coding/main.html')));

document.writeln("</tr></table>");
