
function siteDef(title,url,description)
{
document.write("<p>")
document.write("")
document.write("<b>",title,"</b>")
document.write(" <br>")
document.write("<a href='",url,"'>",url,"</a></p>")
document.write("<p>")
document.write(description,"</p>")

}