


function crbt2(artist,song)
{

//curl = 'http://www.mfyi.com/submit.php?ART=' + artist + '&SNG=' + song;

textlink= '</font><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 ' + song +' Ringtone to Cell Phone\'\; return true" onMouseOut="window.status=\' \'\; return true" title="Send \'' + song +'\' Ringtone to Cell Phone" ><font face=arial color=red><b><u><span style=font-size:15px;>Send "' + song +'" Ringtone to Cell Phone</span></u></b></font></a> <img src="../../images/pir.gif" width=16 height=17 border=0><br><br>';


document.write(textlink);


}
