This plugin will get the recent tracks from a last.fm account and it produces structured HTML with in-build CSS classes for styling.
Recently Listened Tracks
Usage
window.addEvent('domready', function(){
$('result').lastfm({username: 'aline_e_b'});
$('result2').lastfm({username: 'thinkphp'});
});
