
function loadWeeklyArtists(){
	document.getElementById('weeklyartist').innerHTML=System_getTextFile("http://www.antonioriva.net/tools/lastfm/index.php?type=weeklyartists");
 }
 setTimeout('loadWeeklyArtists()',1500);