Window.onDomReady(function(){
	 rss2List.buildList(
	 	'/wp-content/plugins/simplePie/listDisplay.php?feed=http://www.digg.com/rss/3twenty3/index2.xml&listid=myDiggs',
	 	'myDiggs'
	 );
	 rss2List.buildList(
	 	'/wp-content/plugins/simplePie/listDisplay.php?feed=http://del.icio.us/rss/3twenty3&listid=myDelicious',
	 	'myDelicious'
	 );
	 rss2List.buildList(
	 	'/wp-content/plugins/simplePie/listDisplay.php?feed=http://ws.audioscrobbler.com/1.0/user/3twenty3/recenttracks.rss&listid=myScrobbles',
	 	'myScrobbles'
	 );   
 });