﻿VideoPlay = function(sender, eventArgs) 
{ 
	video = sender; 
	video.stop(); 
	video.play(); 
}
