

function tbar2(artist,song)
{


tbimage= '<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:18px;>Send "' + song +'" Ringtone to Cell Phone</span></u></b></font></a> <img src="../../images/pir.gif" width=16 height=17 border=0>';


//tbimage = '<a href="http://www.mediataskmaster.com/adimages/real/clickurl.asp?tag=LODEbut" onMouseOver="window.status=\'Download ' + song +'\'\; return true" onMouseOut="window.status=\' \'\; return true" ><img src="../../images/c1.gif" height=30 width=192 border=0 alt="Download \'' + song +'\'" align=middle ></a><a href="http://www.ringtonematcher.com/co/ringtonematcher/02?sid=LODEbut" onMouseOver="window.status=\'Send ' + song +' Ringtone to Cell Phone\'\; return true" onMouseOut="window.status=\' \'\; return true" ><img src="../../images/c2.gif" height=30 width=188 border=0 alt="Send \'' + song +'\' Ringtone to Cell Phone" align=middle ></a>';

document.write(tbimage);


}

