var VbrickPlayerControl = { getLiveVideo:function(status,callback,context){return new ajax_request(this.url + '?_method=getLiveVideo&_session=no','status=' + enc(status),callback, context);}, getVideoTitle:function(intVideoId,divTagStatus,callback,context){return new ajax_request(this.url + '?_method=getVideoTitle&_session=no','intVideoId=' + enc(intVideoId)+ '\r\ndivTagStatus=' + enc(divTagStatus),callback, context);}, getVideoDescription:function(callback,context){return new ajax_request(this.url + '?_method=getVideoDescription&_session=no','',callback, context);}, getTags:function(callback,context){return new ajax_request(this.url + '?_method=getTags&_session=no','',callback, context);}, getEmbedCode:function(callback,context){return new ajax_request(this.url + '?_method=getEmbedCode&_session=no','',callback, context);}, checkVideoFromPayment:function(intVideoId,callback,context){return new ajax_request(this.url + '?_method=checkVideoFromPayment&_session=no','intVideoId=' + enc(intVideoId),callback, context);}, SendMail:function(toMail,msg,senderMail,id,strUrl,callback,context){return new ajax_request(this.url + '?_method=SendMail&_session=no','toMail=' + enc(toMail)+ '\r\nmsg=' + enc(msg)+ '\r\nsenderMail=' + enc(senderMail)+ '\r\nid=' + enc(id)+ '\r\nstrUrl=' + enc(strUrl),callback, context);}, addTags:function(intVideoId,strTags,callback,context){return new ajax_request(this.url + '?_method=addTags&_session=no','intVideoId=' + enc(intVideoId)+ '\r\nstrTags=' + enc(strTags),callback, context);}, url:'/spanishrivertv/ajax/VbrickPlayerControl,App_Web_qlnjqejt.ashx' }