var Controls = Object();
Controls['setCurrentVideo'] = function(id,wtargs) {
	var legacyVideoURL = '/video/';
 	legacyVideoURL += id ;
	window.location = legacyVideoURL;
};