var devPath="";SP.Reelzr.Controllers.ReelzController=function(A){SP.Reelzr.Controllers.ReelzController.superclass.constructor.call(this,A)};SP.Reelzr.Controllers.ReelzController.superclass=SP.Reelzr.Controllers.AJAXController.prototype;SP.Reelzr.Controllers.ReelzController.prototype=new SP.Reelzr.Controllers.AJAXController();SP.Reelzr.Controllers.ReelzController.prototype.constructor=SP.Reelzr.Controllers.ReelzController;SP.Reelzr.Controllers.ReelzController.prototype.getMovies=function(B){var A=$H({id:B,method:"getMovies"});this.getJSON(B,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.searchMovies=function(D,B,C){var A=$H({id:D,method:"searchMovies",params:[B,C]});this.getJSON(D,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.getMovieSynopsis=function(C,A){var B=$H({id:C,method:"getMovieSynopsis",params:[A]});this.getJSON(C,devPath+"/JSON/JSONService.ashx",B,"post")};SP.Reelzr.Controllers.ReelzController.prototype.getBuyList=function(C,B){var A=$H({id:C,method:"getBuyList",params:[B]});this.getJSON(C,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.getCompareList=function(E,B,C,D){var A=$H({id:E,method:"getCompareList",params:[B,C,D]});this.getJSON(E,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.getReviews=function(C,B){var A=$H({id:C,method:"getReviews",params:[B]});this.getJSON(C,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.getMovieSuggestions=function(C,B,D){var A=$H({id:C,method:"getMovieSuggestions",params:[B,D]});this.getJSON(C,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.addUser=function(E,C,B,D){var A=$H({id:E,method:"addUser",params:[C,B,D]});this.getJSON(E,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.changeUser=function(C,B){var A=$H({id:C,method:"changeUser",params:[B]});this.getJSON(C,devPath+"/JSON/JSONService.ashx",A,"post")};SP.Reelzr.Controllers.ReelzController.prototype.addMovieToUserslist=function(E,D,A,B){var C=$H({id:E,method:"addMovieToUserslist",params:[D,A,B]});this.getJSON(E,devPath+"/JSON/JSONService.ashx",C,"post")};