// cached javascript var DedicationManager = { GetRandomDedicationsAsync:function(count,range,ageType,callback,context){return new ajax_request(this.url + '?_method=GetRandomDedicationsAsync&_session=no','count=' + enc(count)+ '\r\nrange=' + enc(range)+ '\r\nageType=' + enc(ageType),callback, context);}, url:'/ajax/DedicationManager.ashx' }