/*    HTTP Host:  static.ak.fbcdn.net                                          */
/*    Generated:  December 11th 2009 9:39:31 AM PST                            */
/*      Machine:  10.16.140.108                                                */
/*       Source:  Backing Store                                                */
/*     Location:  js/6saqr9cfmloow8s8.pkg.js h:5uznyuuq                        */
/*       Locale:  nu_ll                                                        */
/*         Path:  js/6saqr9cfmloow8s8.pkg.js                                   */

if (window.CavalryLogger) { CavalryLogger.start_js(["js\/6saqr9cfmloow8s8.pkg.js"]); }

!function(){var fns={isEmpty:function(_L1){return (_L1.value||'').match(/^\s*$/)||CSSLite.hasClass(_L1,'DOMControl_placeholder');},getValue:function(_L1){return fns.isEmpty(_L1)?'':_L1.value;}};NodeAugment.add(fns,'INPUT');NodeAugment.add(fns,'TEXTAREA');}();
Base64={_initialized:false,_chars:null,_inv:null,_init:function(){Base64._chars=["A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","0","1","2","3","4","5","6","7","8","9","+","/"];Base64._inv={"A":0,"B":1,"C":2,"D":3,"E":4,"F":5,"G":6,"H":7,"I":8,"J":9,"K":10,"L":11,"M":12,"N":13,"O":14,"P":15,"Q":16,"R":17,"S":18,"T":19,"U":20,"V":21,"W":22,"X":23,"Y":24,"Z":25,"a":26,"b":27,"c":28,"d":29,"e":30,"f":31,"g":32,"h":33,"i":34,"j":35,"k":36,"l":37,"m":38,"n":39,"o":40,"p":41,"q":42,"r":43,"s":44,"t":45,"u":46,"v":47,"w":48,"x":49,"y":50,"z":51,"0":52,"1":53,"2":54,"3":55,"4":56,"5":57,"6":58,"7":59,"8":60,"9":61,"+":62,"/":63};Base64._initialized=true;},encodeObject:function(obj){return Base64.encode(JSON.encode(obj));},decodeObject:function(_L0){return JSON.decode(Base64.decode(_L0));},_toUtf8:function(s){var _L1='';for(var i=0;i<s.length;i++){var c=s.charCodeAt(i);if(c<128){_L1+=String.fromCharCode(c);}else{if(c<2048){_L1+=String.fromCharCode((c>>6)|192);}else{if(c<65536){_L1+=String.fromCharCode((c>>12)|224);}else{_L1+=String.fromCharCode((c>>18)|240);_L1+=String.fromCharCode(((c>>12)&63)|128);}_L1+=String.fromCharCode(((c>>6)&63)|128);}_L1+=String.fromCharCode((c&63)|128);}}return _L1;},_fromUtf8:function(s){var _L1='';for(var i=0;i<s.length;i++){var c=s.charCodeAt(i);if(c<128){_L1+=String.fromCharCode(c);}else if(c<192){}else if(c<224&&s.length>i+1){_L1+=String.fromCharCode(((c&31)<<6)|(s.charCodeAt(++i)&63));}else if(c<240&&s.length>i+2){_L1+=String.fromCharCode(((c&15)<<12)|((s.charCodeAt(++i)&63)<<6)|(s.charCodeAt(++i)&63));}else if(c<248&&s.length>i+3)_L1+=String.fromCharCode(((c&7)<<18)|((s.charCodeAt(++i)&63)<<12)|((s.charCodeAt(++i)&63)<<6)|(s.charCodeAt(++i)&63));}return _L1;},encode:function(s){if(!Base64._initialized)Base64._init();s=Base64._toUtf8(s);var r='';var p='';var c=s.length%3;if(c>0)for(;c<3;c++){p+='=';s+="\0";}for(c=0;c<s.length;c+=3){var n=(s.charCodeAt(c)<<16)+(s.charCodeAt(c+1)<<8)+s.charCodeAt(c+2);n=[(n>>>18)&63,(n>>>12)&63,(n>>>6)&63,n&63];r+=Base64._chars[n[0]]+Base64._chars[n[1]]+Base64._chars[n[2]]+Base64._chars[n[3]];}return r.substring(0,r.length-p.length)+p;},decode:function(s){if(!Base64._initialized)Base64._init();s=s.replace(new RegExp('[^'+Base64._chars.join("")+'=]','g'),"");var p=(s.charAt(s.length-1)=='='?(s.charAt(s.length-2)=='='?'AA':'A'):"");var r="";s=s.substr(0,s.length-p.length)+p;for(var c=0;c<s.length;c+=4){var n=(Base64._inv[s.charAt(c)]<<18)+(Base64._inv[s.charAt(c+1)]<<12)+(Base64._inv[s.charAt(c+2)]<<6)+Base64._inv[s.charAt(c+3)];r+=String.fromCharCode((n>>>16)&255,(n>>>8)&255,n&255);}r=r.substring(0,r.length-p.length);return Base64._fromUtf8(r);}};
function UIPagelet(_L0,src,_L2,_L3){this._id=_L0||null;this._element=ge(_L0||$N('div'));this._src=src||null;this._context_data=_L2||{};this._data=_L3||{};this._handler=bagofholding;return this;}copy_properties(UIPagelet.prototype,{getElement:function(){return this._element;},setHandler:function(_L0){this._handler=_L0;return this;},go:function(src,_L1){if(arguments.length>=2||typeof src=='string'){this._src=src;this._data=_L1||{};}else if(arguments.length==1)this._data=src;this.refresh();return this;},refresh:function(_L0){var _L1=function(_L2){if(_L0&&this._id)this._element=ge(this._id);this._element.setContent(HTML(_L2.getPayload()));this._handler();}.bind(this);new AsyncRequest().setURI(this._src).setMethod('GET').setData({data:JSON.encode(merge(this._context_data,this._data))}).setReadOnly(true).setHandler(_L1).setOption('bundle',true).send();return this;}});
onloadRegister(function(){Event.listen(document.documentElement,'submit',function(e){var _L1=e.getTarget().getElementsByTagName('*');for(var i=0;i<_L1.length;i++)if(_L1[i].getAttribute('required')=='true'&&$(_L1[i]).isEmpty()){_L1[i].focus();return false;}},Event.Priority.URGENT);});

if (window.Bootloader) { Bootloader.done(["js\/6saqr9cfmloow8s8.pkg.js"]); }