


function tbar3(artist,song)
{

tpurl= 'http://offers.thumbplay.com/offers/151/artisttitle?ptrx=toolbar2-get&thpcampid=feed&thpartist=' + artist + '&thptitle=' + song;

tbimage = '<a href="javascript:nw(6)" onMouseOver="window.status=\'mp3s sent directly to your phone!\'\; return true" onMouseOut="window.status=\' \'\; return true" target="_blank"><img src="../../images/t1.gif" height=30 width=111 border=0 align=middle alt="mp3s sent directly to your phone!"></a><a href="' + tpurl + '" onMouseOver="window.status=\'Get the Ringtone!\'\; return true" onMouseOut="window.status=\' \'\; return true" target="_blank"><img src="../../images/t2.gif" height=30 width=167 border=0 align=middle alt="Get the Ringtone!"></a><a href="javascript:nw(7)" onMouseOver="window.status=\'new ringtones added daily!\'\; return true" onMouseOut="window.status=\' \'\; return true" target="_blank"><img src="../../images/t3.gif" height=30 width=104 border=0 align=middle alt="new ringtones added daily!"></a>';

document.write(tbimage);


}
