	function test_outputClipAndPlaylistArray()

		{	alert("Current DLID: "+vp_dlid_currentClip + "\nPlaylist: "+ vp_playlistArray_editorial.join(","));	}

		function test_outputMetadata()

		{	alert("title:" + vp_metadataValue_title  + "\nsubtitle:"+ vp_metadataValue_subtitle  + "\ndesc:"+ vp_metadataValue_description  + "\nairtime:"+ vp_metadataValue_airtime  + "\ndlid:"+ vp_metadataValue_dlid  + "\nthumbsmall:"+ vp_metadataValue_thumbSmall  + "\nthumblarge:"+ vp_metadataValue_thumbLarge  + "\nthumbsmallimage:"+ vp_metadataValue_thumbSmall_img  + "\nthumblargeimage:"+ vp_metadataValue_thumbLarge_img  + "\nFolderPath:"+	 vp_metadataValue_folderPath + "\nusonly:" + vp_metadataValue_usOnly + "\nshowpreroll:" + vp_metadataValue_showPreroll + "\nprerollkeyword:" + vp_metadataValue_prerollKeyword);}
