function twitter2id(id){
	var s = "";
	s += "<li>OK, too late -- that was the last cheese roll for today <a class=\"postTime\" href=\"http://twitter.com/cyclewaycoffee/statuses/3338516229\">55 weeks ago</a> </li>";
	s += "<li>Ahhhh, down to last Porto's Cheese Roll, better hurry! <a class=\"postTime\" href=\"http://twitter.com/cyclewaycoffee/statuses/3320578918\">56 weeks ago</a> </li>";
	s += "<li>Nice seeing Dutch, Marco, and Paul: biking to Venice along the river. Best get moving before it heats up! <a class=\"postTime\" href=\"http://twitter.com/cyclewaycoffee/statuses/3072003403\">1 year ago</a> </li>";
	s += "<li>Whoa! Milkman arrived late, just beating morning rush. Pheww! <a class=\"postTime\" href=\"http://twitter.com/cyclewaycoffee/statuses/2952546681\">1 year ago</a> </li>";
	var e = document.getElementById(id);
	if (e) e.innerHTML = s;
}