function insert_podcast_id(linkurl){	show_div('overlay');	ajax(linkurl, 'overlay_content');			/*assign the ID of the file being edit to the URL field of the file uploader so that the upload function knows which file to update*/	return false;}
