show/hide this revision's text 2 added 70 characters in body
var tds = div.getElementsByTagName("td")document.getElementById("ctl00_ContentPlaceHolder1_Jobs_dlItems_ctl01_a").getElementsByTagName("td");
time = tds[0].firstChild.value;
address = tds[3].firstChild.value;
show/hide this revision's text 1
var tds = div.getElementsByTagName("td");
time = tds[0].firstChild.value;
address = tds[3].firstChild.value;