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

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

function writeComments(id,count) {
	if (count>0) {
	document.write(textA + id + textB + id + textC + count + textD)
}}

