--- trunk2/out/js/usage.js 2004/07/21 16:45:47 391 +++ trunk2/out/js/usage.js 2004/07/22 19:00:27 396 @@ -110,22 +110,15 @@ { var e = document.createElement("font"); - e.setAttribute("color","blue"); - e.setAttribute("size","+1"); - e.appendChild(document.createTextNode(result[i].title)); - d.appendChild(e); - d.appendChild(document.createTextNode(" ")); - d.appendChild(document.createElement("br")); - e = document.createElement("a"); e.setAttribute("href",result[i].link); e.setAttribute("target","_blank"); - e.appendChild(document.createTextNode(result[i].link)); + e.appendChild(document.createTextNode(result[i].title)); d.appendChild(e); d.appendChild(document.createTextNode(" ")); e = document.createElement("font"); - e.setAttribute("color","green"); + e.setAttribute("color","gray"); e.appendChild(document.createTextNode("["+result[i].frequency+"]")); d.appendChild(e); d.appendChild(document.createElement("br"));