in the plugin Favorite Stations in Profile change this
Code:
'<a href="javascript:openRadioAndTV('. $station['stationid'] .')">'
for this
Code:
'<a href="radioandtv.php?station='. $station['stationid'] .'">'
and this
Code:
'<a href="javascript:openRadioAndTV('. $lastplayed['stationid'] .')">'
for this
Code:
'<a href="radioandtv.php?station='. $lastplayed['stationid'] .'">'
The last played isn't appearing in your profile I'll assume. Did you play any station?