


function crbt1(artist,song)
{


textlink= '</font><img src="http://www.lyricsondemand.com/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 ' + song +' Ringtone to your Cell\'\; return true" onMouseOut="window.status=\' \'\; return true" title="Send \'' + song +'\' Ringtone to your Cell"  ><font face=arial color=red><b><u><span style=font-size:15px;>Send "' + song +'" Ringtone to your Cell</span></u></b></font></a> <img src="http://www.lyricsondemand.com/images/pir.gif" width=16 height=17 border=0><br><br>';


document.write(textlink);


}
