function launchPodcast(url) {	
	h = popupWin(url,640,510);	
	h.focus();
}