

function tl1(artist)
{


textlink= '<br><br><img src="../../images/pil.gif" width=16 height=17 border=0> <a href="http://www.ringtonematcher.com/co/ringtonematcher/02/noc.asp?sid=LODEros&artist=' + artist + '" onMouseOver="window.status=\'Send ' + artist +' Ringtones to your Cell\'\; return true" onMouseOut="window.status=\' \'\; return true" title="Send \'' + artist +'\' Ringtones to your Cell"  ><font face=arial color=red><b><u><span style=font-size:15px;>Send "' + artist +'" Ringtones to your Cell</span></u></b></font></a> <img src="../../images/pir.gif" width=16 height=17 border=0><br>';


document.write(textlink);


}
