var textA=" &#183; <a href=\"/2003/comments/", textB=".html\" onclick=\"OpenComments(\'", textC="\'); return false\" class=\"menu\" title=\"comments on this post\">", textD="1 comment</a>", textE=" comments</a>"

function OpenComments (c) {
    window.open('/2003/comments/'+c+'.html','comments',
	'width=400,height=400,scrollbars=yes,status=yes,resizable=yes')
}

function writeComments(name,count) {
	if (count>1) {
	document.write(textA + name + textB + name + textC + count + textE) }
	else if (count>0) {
	document.write(textA + name + textB + name + textC + textD)
}}
