document.observe("dom:loaded", function() {
	var strHTML = "";
	$$('a.rss-item').each(function(el) {
		var strLink = el.readAttribute('href');
		var strDescription = el.readAttribute('title');
		var strHeadline = el.innerHTML;
		strHTML += "<dt><a href=\"" + strLink + "\">" + strHeadline + "</a></dt><dd>" + strDescription + "</dd>";		
	});
	$('bloglist').update(strHTML);
	//var a = new Element('a', { 'class': 'foo', href: '/foo.html' }).update("Next page");
	/*
document.write('<div class="rss-box">');
document.write('<ul class="rss-items">');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/07/12/inyaniso-official-music-video/" title=" I wish I could say I taught him everything he knows, but I bloody well can not, he was Mr Motivation when I met him and was going to get every last drop out of his time at City College Manchester, regardless of me (his course tutor! John Blaylock already..." target="_self">Inyaniso - Official Music Video</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/07/06/the-roodies/" title="The Roodies rock!  Well, I&#8217;m heavily biased of course, because my son Dominic is the drummer in a band he has formed with 3 friends.  They are all currently aged 7 or 8 and they did their first gig at a Beavers night as part of the singer&#8217;s mu..." target="_self">the roodies</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/06/22/heavy-metal-antidote/" title="I started the week listening to Judas Priest and catching up with reviews of Nostradamus.  (Their inclusion of orchestrations has provoked heated debate amongst their fans.)  So by way of a heavy metal antidote here are a couple of tracks I&#8217;ve been ..." target="_self">heavy metal antidote</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/06/20/judas-priest-nostradamus/" title="It&#8217;s been a good week for listening in the realstrings.com office!  Mixes of the Moscow sessions are coming through from Tim Duncan (all sounding good) and the new album Nostradamus by Judas Priest was released on Monday.  Whatever you think of heav..." target="_self">judas priest - nostradamus</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/06/09/realstrings-on-muxtape/" title="I&#8217;m fascinated by social web tools and was prompted to have a look at muxtape by some blogs I follow at Wired ,  New Music Strategies and Sentric Music . It&#8217;s a mixtape for the digital age - you create an account and upload your favorite songs..." target="_self">realstrings on muxtape</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/05/30/sessions-across-europe/" title="I&#8217;ve been fortunate to have worked as an orchestrator in 4 major centres of orchestral recording - the 5th will be Sofia (Bulgaria) later this year.  These scores have been for Richard Mitchell (movies) Ian Livingstone (video games) and Tim Duncan/E..." target="_self">Sessions across Europe</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/05/26/moscow-sessions/" title="Orchestral sessions in the city - it still feels like being let out to play!.  On the face of it, the task doesn&#8217;t look like fun; hours of relentless score preparation,  the mad rush of the final week to respond to updates and last minute compositio..." target="_self">Moscow Sessions</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/05/09/jade-gallagher-2/" title="I love the social web and one of the really cool things is that I keep coming across my work, splattered around.  I was lucky enough to be asked to put some string arrangements on Jade Gallagher&#8217;s album, then to prepare some arrangement scores for l..." target="_self">Jade Gallagher</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/04/23/the-social-musician/" title="I wonder whether I revel in the online social tools because I&#8217;m, well&#8230;.not very sociable.  Not a party bloke.  The truth is I&#8217;m a disciple of the God of social media and I reckon getting stuck into blogging, myspace, facebook, rss, podca..." target="_self">the social musician</a><br />');
document.write('</li>');
document.write('<li class="rss-item"><a class="rss-item" href="http://realstrings.wordpress.com/2008/04/11/the-sweetest-feeling/" title="It was one of those days (yesterday) when I really felt a part of both the creative industry and the global community.  A day when all aspects of my endeavour came together sweetly - my passions for social web tools (for connecting and learning), the evol..." target="_self">the sweetest feeling</a><br />');
document.write('</li>');
document.write('</ul></div>');
*/	
});