
    function retap(path, title) {
		retarget( path, title);
		//apptap4();
		//alert("retargetting " + path + " " + title);
		
	}
	
	function record(event,value){
		video_event(event, value );
		//apptap4();
		//alert("record_event called" + event +" " + value);
	}