		$(document).ready(function(){
			
			/* column fix */
			if ($("#content-area").height() > $("#content-right").height()) { $("#content-right").height($("#content-area").height()); } else { $("#content-area").height($("#content-right").height());}

			/* load podcasts */
			$("#pc-load").load('podcasts.html');
			
		});	
