$(function(){
	$.get("http://www.ambientlibrary.com/content/podcasts.html",function(podcasts){
		$("#amblib_podcasts").html(podcasts);
	})
});
