<!--//

function nicelink()
{
lI1l=window.document.links.length;for(l1l=0;l1l!=lI1l;l1l++)
{

if (!window.document.links[l1l].title)
{
window.document.links[l1l].title=window.document.links[l1l].innerHTML;	// only those with no title already defined
}

x="<a "+"onMouseOver=\"status='"+window.document.links[l1l].innerHTML+"';return true\" onMouseOut=\"status='';return true\" "+window.document.links[l1l].outerHTML.substr(2);
if ((window.document.links[l1l].title.indexOf('<')==-1)&&(window.document.links[l1l].title.indexOf('>')==-1)&&(window.document.links[l1l].title.indexOf("'")==-1)&&(window.document.links[l1l].title.indexOf('"')==-1))
{
window.document.links[l1l].outerHTML=x;
}
}
}
//-->

