if(typeof video == "undefined") video={};
if(typeof video.videoPlay == "undefined") video.videoPlay={};
video.videoPlay_class = function() {};
Object.extend(video.videoPlay_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	toPlay: function(vid) {
		return this.invoke("toPlay", {"vid":vid}, this.toPlay.getArguments().slice(1));
	},
	url: '/ajaxpro/video.videoPlay,localhost.ashx'
}));
video.videoPlay = new video.videoPlay_class();

