$(document).ready(function() {
if (document.f1.videos){
	if (document.f1.videos.length){
  		for (i=0; i<document.f1.videos.length; i++){
		$("div.videos_"+document.f1.videos[i].value).playlist("#player_"+document.f1.videos[i].value,$("#SITE_URL_COMMON").val()+"extensions/flowplayer/flash/FlowPlayerDark.swf", {initialScale:'scale'}, {loop:false});
	}
}
else{
	$("div.videos_"+document.f1.videos.value).playlist("#player_"+document.f1.videos.value,$("#SITE_URL_COMMON").val()+"extensions/flowplayer/flash/FlowPlayerDark.swf", {initialScale:'scale'}, {loop:false});

}
}
});


function video_log(event, playId){
	$("#NoticiaGaleriaId").val(playId);
	$("#NoticiaEvento").val(event);
	call_bak_module('ModGallery','video_log');
	/*$.ajax({
		url: "ajax_operation.php?Module=ModGallery&method=video_log&NoticiaGaleriaId="+playId+"&Evento="+event,
		success: function(data){
		}
	});
	*/
}