var tcp_cnm;
if (document.getElementById && document.getElementById("cnm"))
 tcp_cnm=escape(document.getElementById("cnm").innerHTML);

var tcp_url;
function tcp_lc(id, pos)
{
tcp_url='http://www.topcelebritypages.com/cgi-bin/m/LinkFrame2.rpl?id='+id+'&pos='+pos;
if (tcp_cnm)
 tcp_url+='&nm='+tcp_cnm;
document.location=tcp_url;
return false;
}

function tcp_link(url)
{
if (url.match("^\/"))
 url="http://www.topcelebritypages.com"+url;
document.location=url;
return false;
}
