//

function insert_link(link) {
document.write('<a class=graylink rel=nofollow href='+link+'>');
}

function close_a() {
document.write('</a>');
}