function WriteAudio_ODEO(date, title, sourcelink, description, audiofilelink, flashvars)
{
	document.write('<li><p><a href="' +  sourcelink + '" target="_blank">' + date + ': &nbsp;' + title + '</a><br/><span style="line-height=7px;"></span>' + description + '<a href="' + audiofilelink + '" target="_blank"><em> Download</em></a><br/>');													
	document.write('<embed src="http://odeo.com/flash/audio_player_black.swf" quality="high" width="322" height="54" name="odeo_player_black" align="middle" allowScriptAccess="always" wmode="transparent"  type="application/x-shockwave-flash" flashvars="' + flashvars + '" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>');
	document.write('</li><br/><br/>');
}

function WriteVideo_YouTube(date, title, sourcelink, description, src)
{
	document.write('<li><p><a href="' +  sourcelink + '" target="_blank">' + date + ': &nbsp;' + title + '</a><br/><span style="line-height=7px;"></span>' + description + '<br/>');													
	document.write('<object width="425" height="350"><param name="movie" value="' + src + '"></param><param name="wmode" value="transparent"></param><embed src="' + src + '" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>');
	document.write('</li><br/><br/>');

}
