tbpostids = ["2435", "2442", ""];
tbcounts = ["1", "1", ""];
tbstart = 0;
tbend = 2;
function trackbackCounter (postid) {
for (i = tbstart; i < tbend; i++) {
if (tbpostids[i] == postid) {
document.write (tbcounts[i]);
return
}
}
document.write ("0");
return
}