Subversion Repositories SmartDukaan

Rev

Rev 1035 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
449 rajveer 1
if (!window['google']) {
1252 rajveer 2
  window['google'] = {};
449 rajveer 3
}
4
if (!window['google']['loader']) {
1252 rajveer 5
  window['google']['loader'] = {};
6
  google.loader.ServiceBase = 'http://www.google.com/uds';
7
  google.loader.GoogleApisBase = 'http://ajax.googleapis.com/ajax';
8
  google.loader.ApiKey = 'notsupplied';
9
  google.loader.KeyVerified = true;
10
  google.loader.LoadFailure = false;
11
  google.loader.Secure = false;
12
  google.loader.GoogleLocale = 'www.google.com';
13
  google.loader.ClientLocation = {
14
    "latitude":28.617,
15
    "longitude":77.217,
16
    "address":{
17
      "city":"New Delhi",
18
      "region":"Delhi",
19
      "country":"India",
20
      "country_code":"IN"
21
    }
22
  };
23
  google.loader.AdditionalParams = '';
24
  (function() {
25
    var d=true,g=null,h=false,j=encodeURIComponent,l=window,n=undefined,o=document;
26
    function p(a,b){
27
      return a.load=b
28
    }
29
    var q="push",r="replace",s="charAt",t="ServiceBase",u="name",v="getTime",w="length",x="prototype",y="setTimeout",z="loader",A="substring",B="join",C="toLowerCase";
30
    function D(a){
31
      if(a in E)return E[a];
32
      return E[a]=navigator.userAgent[C]().indexOf(a)!=-1
33
    }
34
    var E={};
449 rajveer 35
 
1252 rajveer 36
    function F(a,b){
37
      var c=function(){};
38
 
39
      c.prototype=b[x];
40
      a.Q=b[x];
41
      a.prototype=new c
42
    }
43
    function G(a,b){
44
      var c=Array[x].slice.call(arguments,2)||[];
45
      return function(){
46
        var e=c.concat(Array[x].slice.call(arguments));
47
        return a.apply(b,e)
48
      }
49
    }
50
    function H(a){
51
      a=Error(a);
52
      a.toString=function(){
53
        return this.message
54
      };
55
 
56
      return a
57
    }
58
    function I(a,b){
59
      for(var c=a.split(/\./),e=l,f=0;f<c[w]-1;f++){
60
        e[c[f]]||(e[c[f]]={});
61
        e=e[c[f]]
62
      }
63
      e[c[c[w]-1]]=b
64
    }
65
    function J(a,b,c){
66
      a[b]=c
67
    }
68
    if(!K)var K=I;
69
    if(!L)var L=J;
70
    google[z].t={};
71
 
72
    K("google.loader.callbacks",google[z].t);
73
    var M={},N={};
74
 
75
    google[z].eval={};
76
 
77
    K("google.loader.eval",google[z].eval);
78
    p(google,function(a,b,c){
79
      function e(k){
80
        var m=k.split(".");
81
        if(m[w]>2)throw H("Module: '"+k+"' not found!");
82
        else if(typeof m[1]!="undefined"){
83
          f=m[0];
84
          c.packages=c.packages||[];
85
          c.packages[q](m[1])
86
        }
87
      }
88
      var f=a;
89
      c=c||{};
90
 
91
      if(a instanceof Array||a&&typeof a=="object"&&typeof a[B]=="function"&&typeof a.reverse=="function")for(var i=0;i<a[w];i++)e(a[i]);else e(a);
92
      if(a == M[":"+f]){
93
        if(c&&!c.language&&c.locale)c.language=c.locale;
94
        if(c&&typeof c.callback=="string"){
95
          i=c.callback;
96
          if(i.match(/^[[\]A-Za-z0-9._]+$/)){
97
            i=l.eval(i);
98
            c.callback=i
99
          }
100
        }
101
        if((i=c&&c.callback!=g)&&!a.s(b))throw H("Module: '"+f+"' must be loaded before DOM onLoad!");
102
        else if(i)a.m(b,c)?l[y](c.callback,0):a.load(b,c);else a.m(b,c)||a.load(b,c)
103
      }else throw H("Module: '"+f+"' not found!");
104
    });
105
    K("google.load",google.load);
106
    google.P=function(a,b){
107
      if(b){
108
        if(O[w]==0){
109
          P(l,"load",Q);
110
          if(!D("msie")&&!(D("safari")||D("konqueror"))&&D("mozilla")||l.opera)l.addEventListener("DOMContentLoaded",Q,h);
111
          else if(D("msie"))o.write("<script defer onreadystatechange='google.loader.domReady()' src=//:><\/script>");else(D("safari")||D("konqueror"))&&l[y](S,10)
112
        }
113
        O[q](a)
114
      }else P(l,"load",a)
115
    };
116
 
117
    K("google.setOnLoadCallback",google.P);
118
    function P(a,b,c){
119
      if(a.addEventListener)a.addEventListener(b,c,h);
120
      else if(a.attachEvent)a.attachEvent("on"+b,c);
121
      else{
122
        var e=a["on"+b];
123
        a["on"+b]=e!=g?aa([c,e]):c
124
      }
125
    }
126
    function aa(a){
127
      return function(){
128
        for(var b=0;b<a[w];b++)a[b]()
129
      }
130
    }
131
    var O=[];
132
    google[z].K=function(){
133
      var a=l.event.srcElement;
134
      if(a.readyState=="complete"){
135
        a.onreadystatechange=g;
136
        a.parentNode.removeChild(a);
137
        Q()
138
      }
139
    };
140
 
141
    K("google.loader.domReady",google[z].K);
142
    var ba={
143
      loaded:d,
144
      complete:d
145
    };
146
 
147
    function S(){
148
      if(ba[o.readyState])Q();else O[w]>0&&l[y](S,10)
149
    }
150
    function Q(){
151
      for(var a=0;a<O[w];a++)O[a]();
152
      O.length=0
153
    }
154
    google[z].d=function(a,b,c){
155
      if(c){
156
        var e;
157
        if(a=="script"){
158
          e=o.createElement("script");
159
          e.type="text/javascript";
160
          e.src=b
161
        }else if(a=="css"){
162
          e=o.createElement("link");
163
          e.type="text/css";
164
          e.href=b;
165
          e.rel="stylesheet"
166
        }(a=o.getElementsByTagName("head")[0])||(a=o.body.parentNode.appendChild(o.createElement("head")));
167
        a.appendChild(e)
168
      }else if(a=="script")o.write('<script src="'+b+'" type="text/javascript"><\/script>');else a=="css"&&o.write('<link href="'+b+'" type="text/css" rel="stylesheet"></link>')
169
    };
170
    K("google.loader.writeLoadTag",google[z].d);
171
    google[z].M=function(a){
172
      N=a
173
    };
174
 
175
    K("google.loader.rfm",google[z].M);
176
    google[z].O=function(a){
177
      for(var b in a)if(typeof b=="string"&&b&&b[s](0)==":"&&!M[b])M[b]=new T(b[A](1),a[b])
178
    };
179
 
180
    K("google.loader.rpl",google[z].O);
181
    google[z].N=function(a){
182
      if((a=a.specs)&&a[w])for(var b=0;b<a[w];++b){
183
        var c=a[b];
184
        if(typeof c=="string")M[":"+c]=new U(c);
185
        else{
186
          c=new V(c[u],c.baseSpec,c.customSpecs);
187
          M[":"+c[u]]=c
188
        }
189
      }
190
    };
191
 
192
    K("google.loader.rm",google[z].N);
193
    google[z].loaded=function(a){
194
      M[":"+a.module].k(a)
195
    };
196
 
197
    K("google.loader.loaded",google[z].loaded);
198
    google[z].J=function(){
199
      return"qid="+((new Date)[v]().toString(16)+Math.floor(Math.random()*1E7).toString(16))
200
    };
201
 
202
    K("google.loader.createGuidArg_",google[z].J);
203
    I("google_exportSymbol",I);
204
    I("google_exportProperty",J);
205
    google[z].b={};
206
 
207
    K("google.loader.themes",google[z].b);
208
    google[z].b.z="http://www.google.com/cse/style/look/bubblegum.css";
209
    L(google[z].b,"BUBBLEGUM",google[z].b.z);
210
    google[z].b.B="http://www.google.com/cse/style/look/greensky.css";
211
    L(google[z].b,"GREENSKY",google[z].b.B);
212
    google[z].b.A="http://www.google.com/cse/style/look/espresso.css";
213
    L(google[z].b,"ESPRESSO",google[z].b.A);
214
    google[z].b.D="http://www.google.com/cse/style/look/shiny.css";
215
    L(google[z].b,"SHINY",google[z].b.D);
216
    google[z].b.C="http://www.google.com/cse/style/look/minimalist.css";
217
    L(google[z].b,"MINIMALIST",google[z].b.C);
218
    function U(a){
219
      this.a=a;
220
      this.q=[];
221
      this.p={};
222
 
223
      this.i={};
224
 
225
      this.e={};
226
 
227
      this.l=d;
228
      this.c=-1
229
    }
230
    U[x].g=function(a,b){
231
      var c="";
232
      if(b!=n){
233
        if(b.language!=n)c+="&hl="+j(b.language);
234
        if(b.nocss!=n)c+="&output="+j("nocss="+b.nocss);
235
        if(b.nooldnames!=n)c+="&nooldnames="+j(b.nooldnames);
236
        if(b.packages!=n)c+="&packages="+j(b.packages);
237
        if(b.callback!=g)c+="&async=2";
238
        if(b.style!=n)c+="&style="+j(b.style);
239
        if(b.other_params!=n)c+="&"+b.other_params
240
      }
241
      if(!this.l){
242
        if(google[this.a]&&google[this.a].JSHash)c+="&sig="+j(google[this.a].JSHash);
243
        var e=[];
244
        for(var f in this.p)f[s](0)==":"&&e[q](f[A](1));for(f in this.i)f[s](0)==
245
          ":"&&this.i[f]&&e[q](f[A](1));c+="&have="+j(e[B](","))
246
      }
247
      return google[z][t]+"/?file="+this.a+"&v="+a+google[z].AdditionalParams+c
248
    };
249
 
250
    U[x].v=function(a){
251
      var b=g;
252
      if(a)b=a.packages;
253
      var c=g;
254
      if(b)if(typeof b=="string")c=[a.packages];
255
      else if(b[w]){
256
        c=[];
257
        for(a=0;a<b[w];a++)typeof b[a]=="string"&&c[q](b[a][r](/^\s*|\s*$/,"")[C]())
258
      }
259
      c||(c=["default"]);
260
      b=[];
261
      for(a=0;a<c[w];a++)this.p[":"+c[a]]||b[q](c[a]);
262
      return b
263
    };
264
    p(U[x],function(a,b){
265
      var c=this.v(b),e=b&&b.callback!=g;
266
      if(e)var f=new W(b.callback);
267
      for(var i=[],k=c[w]-1;k>=0;k--){
268
        var m=c[k];
269
        e&&f.F(m);
270
        if(this.i[":"+m]){
271
          c.splice(k,1);
272
          e&&this.e[":"+m][q](f)
273
        }else i[q](m)
274
      }
275
      if(c[w]){
276
        if(b&&b.packages)b.packages=c.sort()[B](",");
277
        for(k=0;k<i[w];k++){
278
          m=i[k];
279
          this.e[":"+m]=[];
280
          e&&this.e[":"+m][q](f)
281
        }
282
        if(!b&&N[":"+this.a]!=g&&N[":"+this.a].versions[":"+a]!=g&&!google[z].AdditionalParams&&this.l){
283
          c=N[":"+this.a];
284
          google[this.a]=google[this.a]||{};
285
 
286
          for(var R in c.properties)if(R&&
287
            R[s](0)==":")google[this.a][R[A](1)]=c.properties[R];google[z].d("script",google[z][t]+c.path+c.js,e);
288
          c.css&&google[z].d("css",google[z][t]+c.path+c.css,e)
289
        }else if(!b||!b.autoloaded)google[z].d("script",this.g(a,b),e);
290
        if(this.l){
291
          this.l=h;
292
          this.c=(new Date)[v]();
293
          if(this.c%100!=1)this.c=-1
294
        }
295
        for(k=0;k<i[w];k++){
296
          m=i[k];
297
          this.i[":"+m]=d
298
        }
299
      }
300
    });
301
    U[x].k=function(a){
302
      if(this.c!=-1){
303
        X("al_"+this.a,"jl."+((new Date)[v]()-this.c),d);
304
        this.c=-1
305
      }
306
      this.q=this.q.concat(a.components);
307
      google[z][this.a]||(google[z][this.a]={});
308
      google[z][this.a].packages=this.q.slice(0);
309
      for(var b=0;b<a.components[w];b++){
310
        this.p[":"+a.components[b]]=d;
311
        this.i[":"+a.components[b]]=h;
312
        var c=this.e[":"+a.components[b]];
313
        if(c){
314
          for(var e=0;e<c[w];e++)c[e].I(a.components[b]);
315
          delete this.e[":"+a.components[b]]
316
        }
317
      }
318
      X("hl",this.a)
319
    };
320
 
321
    U[x].m=function(a,b){
322
      return this.v(b)[w]==0
323
    };
324
 
325
    U[x].s=function(){
326
      return d
327
    };
328
    function W(a){
329
      this.H=a;
330
      this.n={};
331
 
332
      this.r=0
333
    }
334
    W[x].F=function(a){
335
      this.r++;
336
      this.n[":"+a]=d
337
    };
338
 
339
    W[x].I=function(a){
340
      if(this.n[":"+a]){
341
        this.n[":"+a]=h;
342
        this.r--;
343
        this.r==0&&l[y](this.H,0)
344
      }
345
    };
346
 
347
    function V(a,b,c){
348
      this.name=a;
349
      this.G=b;
350
      this.o=c;
351
      this.u=this.h=h;
352
      this.j=[];
353
      google[z].t[this[u]]=G(this.k,this)
354
    }
355
    F(V,U);
356
    p(V[x],function(a,b){
357
      var c=b&&b.callback!=g;
358
      if(c){
359
        this.j[q](b.callback);
360
        b.callback="google.loader.callbacks."+this[u]
361
      }else this.h=d;
362
      if(!b||!b.autoloaded)google[z].d("script",this.g(a,b),c);
363
      X("el",this[u])
364
    });
365
    V[x].m=function(a,b){
366
      return b&&b.callback!=g?this.u:this.h
367
    };
368
 
369
    V[x].k=function(){
370
      this.u=d;
371
      for(var a=0;a<this.j[w];a++)l[y](this.j[a],0);
372
      this.j=[]
373
    };
374
    var Y=function(a,b){
375
      return a.string?j(a.string)+"="+j(b):a.regex?b[r](/(^.*$)/,a.regex):""
376
    };
377
 
378
    V[x].g=function(a,b){
379
      return this.L(this.w(a),a,b)
380
    };
381
    V[x].L=function(a,b,c){
382
      var e="";
383
      if(a.key)e+="&"+Y(a.key,google[z].ApiKey);
384
      if(a.version)e+="&"+Y(a.version,b);
385
      b=google[z].Secure&&a.ssl?a.ssl:a.uri;
386
      if(c!=g)for(var f in c)if(a.params[f])e+="&"+Y(a.params[f],c[f]);
387
      else if(f=="other_params")e+="&"+c[f];
388
      else if(f=="base_domain")b="http://"+c[f]+a.uri[A](a.uri.indexOf("/",7));google[this[u]]={};
389
 
390
      if(b.indexOf("?")==-1&&e)e="?"+e[A](1);
391
      return b+e
392
    };
393
 
394
    V[x].s=function(a){
395
      return this.w(a).deferred
396
    };
397
    V[x].w=function(a){
398
      if(this.o)for(var b=0;b<this.o[w];++b){
399
        var c=this.o[b];
400
        if(RegExp(c.pattern).test(a))return c
401
      }
402
      return this.G
403
    };
404
 
405
    function T(a,b){
406
      this.a=a;
407
      this.f=b;
408
      this.h=h
409
    }
410
    F(T,U);
411
    p(T[x],function(a,b){
412
      this.h=d;
413
      google[z].d("script",this.g(a,b),h)
414
    });
415
    T[x].m=function(){
416
      return this.h
417
    };
418
 
419
    T[x].k=function(){};
420
    T[x].g=function(a,b){
421
      if(!this.f.versions[":"+a]){
422
        if(this.f.aliases){
423
          var c=this.f.aliases[":"+a];
424
          if(c)a=c
425
        }
426
        if(!this.f.versions[":"+a])throw H("Module: '"+this.a+"' with version '"+a+"' not found!");
427
      }
428
      c=google[z].GoogleApisBase+"/libs/"+this.a+"/"+a+"/"+this.f.versions[":"+a][b&&b.uncompressed?"uncompressed":"compressed"];
429
      X("el",this.a);
430
      return c
431
    };
432
 
433
    T[x].s=function(){
434
      return h
435
    };
436
 
437
    var ca=h,Z=[],da=(new Date)[v](),X=function(a,b,c){
438
      if(!ca){
439
        P(l,"unload",ea);
440
        ca=d
441
      }
442
      if(c){
443
        if(!google[z].Secure&&(!google[z].Options||google[z].Options.csi===h)){
444
          a=a[C]()[r](/[^a-z0-9_.]+/g,"_");
445
          b=b[C]()[r](/[^a-z0-9_.]+/g,"_");
446
          l[y](G($,g,"http://csi.gstatic.com/csi?s=uds&v=2&action="+j(a)+"&it="+j(b)),1E4)
447
        }
448
      }else{
449
        Z[q]("r"+Z[w]+"="+j(a+(b?"|"+b:"")));
450
        l[y](ea,Z[w]>5?0:15E3)
451
      }
452
    },ea=function(){
453
      if(Z[w]){
454
        $(google[z][t]+"/stats?"+Z[B]("&")+"&nc="+(new Date)[v]()+"_"+((new Date)[v]()-da));
455
        Z.length=0
456
      }
457
    },$=function(a){
458
      var b=
459
        new Image,c=fa++;
460
      ga[c]=b;
461
      b.onload=b.onerror=function(){
462
        delete ga[c]
463
      };
464
 
465
      b.src=a;
466
      b=g
467
    },ga={},fa=0;
468
    I("google.loader.recordStat",X);
469
    I("google.loader.createImageForLogging",$);
470
 
471
  }) ();
472
  google.loader.rm({
473
    "specs":[{
474
        "name":"books",
475
        "baseSpec":{
476
          "uri":"http://books.google.com/books/api.js",
477
          "ssl":null,
478
          "key":{
479
            "string":"key"
480
          },
481
          "version":{
482
            "string":"v"
483
          },
484
          "deferred":true,
485
          "params":{
486
            "callback":{
487
              "string":"callback"
488
            },
489
            "language":{
490
              "string":"hl"
491
            }
492
          }
493
        }
494
      },"feeds",{
495
        "name":"friendconnect",
496
        "baseSpec":{
497
          "uri":"http://www.google.com/friendconnect/script/friendconnect.js",
498
          "ssl":null,
499
          "key":{
500
            "string":"key"
501
          },
502
          "version":{
503
            "string":"v"
504
          },
505
          "deferred":false,
506
          "params":{}
507
        }
508
      },"spreadsheets","gdata","visualization",{
509
        "name":"sharing",
510
        "baseSpec":{
511
          "uri":"http://www.google.com/s2/sharing/js",
512
          "ssl":null,
513
          "key":{
514
            "string":"key"
515
          },
516
          "version":{
517
            "string":"v"
518
          },
519
          "deferred":false,
520
          "params":{
521
            "language":{
522
              "string":"hl"
523
            }
524
          }
525
        }
526
      },"search",{
527
        "name":"maps",
528
        "baseSpec":{
529
          "uri":"http://maps.google.com/maps?file\u003dgoogleapi",
530
          "ssl":"https://maps-api-ssl.google.com/maps?file\u003dgoogleapi",
531
          "key":{
532
            "string":"key"
533
          },
534
          "version":{
535
            "string":"v"
536
          },
537
          "deferred":true,
538
          "params":{
539
            "callback":{
540
              "regex":"callback\u003d$1\u0026async\u003d2"
541
            },
542
            "language":{
543
              "string":"hl"
544
            }
545
          }
546
        },
547
        "customSpecs":[{
548
            "uri":"http://maps.google.com/maps/api/js",
549
            "ssl":"https://maps-api-ssl.google.com/maps/api/js",
550
            "key":{
551
              "string":"key"
552
            },
553
            "version":{
554
              "string":"v"
555
            },
556
            "deferred":true,
557
            "params":{
558
              "callback":{
559
                "string":"callback"
560
              },
561
              "language":{
562
                "string":"hl"
563
              }
564
            },
565
            "pattern":"^(3|3..*)$"
566
          }]
567
      },"annotations_v2","wave","orkut",{
568
        "name":"annotations",
569
        "baseSpec":{
570
          "uri":"http://www.google.com/reviews/scripts/annotations_bootstrap.js",
571
          "ssl":null,
572
          "key":{
573
            "string":"key"
574
          },
575
          "version":{
576
            "string":"v"
577
          },
578
          "deferred":true,
579
          "params":{
580
            "callback":{
581
              "string":"callback"
582
            },
583
            "language":{
584
              "string":"hl"
585
            },
586
            "country":{
587
              "string":"gl"
588
            }
589
          }
590
        }
591
      },"language","earth","ads","elements"]
592
  });
593
  google.loader.rfm({
594
    ":search":{
595
      "versions":{
596
        ":1":"1",
597
        ":1.0":"1"
598
      },
599
      "path":"/api/search/1.0/af22fd35f8ed699e847facaeab933201/",
600
      "js":"default+en.I.js",
601
      "css":"default.css",
602
      "properties":{
603
        ":JSHash":"af22fd35f8ed699e847facaeab933201",
604
        ":NoOldNames":false,
605
        ":Version":"1.0"
606
      }
607
    },
608
    ":language":{
609
      "versions":{
610
        ":1":"1",
611
        ":1.0":"1"
612
      },
613
      "path":"/api/language/1.0/62c64af2122d2da7dcb0087852fa7396/",
614
      "js":"default+en.I.js",
615
      "properties":{
616
        ":JSHash":"62c64af2122d2da7dcb0087852fa7396",
617
        ":Version":"1.0"
618
      }
619
    },
620
    ":wave":{
621
      "versions":{
622
        ":1":"1",
623
        ":1.0":"1"
624
      },
625
      "path":"/api/wave/1.0/3b6f7573ff78da6602dda5e09c9025bf/",
626
      "js":"default.I.js",
627
      "properties":{
628
        ":JSHash":"3b6f7573ff78da6602dda5e09c9025bf",
629
        ":Version":"1.0"
630
      }
631
    },
632
    ":spreadsheets":{
633
      "versions":{
634
        ":0":"1",
635
        ":0.3":"1"
636
      },
637
      "path":"/api/spreadsheets/0.3/8331b0bbcc74776270648505340e9200/",
638
      "js":"default.I.js",
639
      "properties":{
640
        ":JSHash":"8331b0bbcc74776270648505340e9200",
641
        ":Version":"0.3"
642
      }
643
    },
644
    ":earth":{
645
      "versions":{
646
        ":1":"1",
647
        ":1.0":"1"
648
      },
649
      "path":"/api/earth/1.0/819ffbf1e363d238791231792a2e0a90/",
650
      "js":"default.I.js",
651
      "properties":{
652
        ":JSHash":"819ffbf1e363d238791231792a2e0a90",
653
        ":Version":"1.0"
654
      }
655
    },
656
    ":annotations":{
657
      "versions":{
658
        ":1":"1",
659
        ":1.0":"1"
660
      },
661
      "path":"/api/annotations/1.0/11cfaf30c00ca64601d09fcac7dd8bc7/",
662
      "js":"default+en.I.js",
663
      "properties":{
664
        ":JSHash":"11cfaf30c00ca64601d09fcac7dd8bc7",
665
        ":Version":"1.0"
666
      }
667
    }
668
  });
669
  google.loader.rpl({
670
    ":scriptaculous":{
671
      "versions":{
672
        ":1.8.3":{
673
          "uncompressed":"scriptaculous.js",
674
          "compressed":"scriptaculous.js"
675
        },
676
        ":1.8.2":{
677
          "uncompressed":"scriptaculous.js",
678
          "compressed":"scriptaculous.js"
679
        },
680
        ":1.8.1":{
681
          "uncompressed":"scriptaculous.js",
682
          "compressed":"scriptaculous.js"
683
        }
684
      },
685
      "aliases":{
686
        ":1.8":"1.8.3",
687
        ":1":"1.8.3"
688
      }
689
    },
690
    ":yui":{
691
      "versions":{
692
        ":2.6.0":{
693
          "uncompressed":"build/yuiloader/yuiloader.js",
694
          "compressed":"build/yuiloader/yuiloader-min.js"
695
        },
696
        ":2.7.0":{
697
          "uncompressed":"build/yuiloader/yuiloader.js",
698
          "compressed":"build/yuiloader/yuiloader-min.js"
699
        },
700
        ":2.8.0r4":{
701
          "uncompressed":"build/yuiloader/yuiloader.js",
702
          "compressed":"build/yuiloader/yuiloader-min.js"
703
        },
704
        ":2.8.1":{
705
          "uncompressed":"build/yuiloader/yuiloader.js",
706
          "compressed":"build/yuiloader/yuiloader-min.js"
707
        }
708
      },
709
      "aliases":{
710
        ":2":"2.8.1",
711
        ":2.7":"2.7.0",
712
        ":2.6":"2.6.0",
713
        ":2.8":"2.8.1",
714
        ":2.8.0":"2.8.0r4"
715
      }
716
    },
717
    ":swfobject":{
718
      "versions":{
719
        ":2.1":{
720
          "uncompressed":"swfobject_src.js",
721
          "compressed":"swfobject.js"
722
        },
723
        ":2.2":{
724
          "uncompressed":"swfobject_src.js",
725
          "compressed":"swfobject.js"
726
        }
727
      },
728
      "aliases":{
729
        ":2":"2.2"
730
      }
731
    },
732
    ":webfont":{
733
      "versions":{
734
        ":1.0.2":{
735
          "uncompressed":"webfont_debug.js",
736
          "compressed":"webfont.js"
737
        },
738
        ":1.0.1":{
739
          "uncompressed":"webfont_debug.js",
740
          "compressed":"webfont.js"
741
        },
742
        ":1.0.0":{
743
          "uncompressed":"webfont_debug.js",
744
          "compressed":"webfont.js"
745
        },
746
        ":1.0.6":{
747
          "uncompressed":"webfont_debug.js",
748
          "compressed":"webfont.js"
749
        },
750
        ":1.0.5":{
751
          "uncompressed":"webfont_debug.js",
752
          "compressed":"webfont.js"
753
        },
754
        ":1.0.4":{
755
          "uncompressed":"webfont_debug.js",
756
          "compressed":"webfont.js"
757
        },
758
        ":1.0.3":{
759
          "uncompressed":"webfont_debug.js",
760
          "compressed":"webfont.js"
761
        }
762
      },
763
      "aliases":{
764
        ":1":"1.0.6",
765
        ":1.0":"1.0.6"
766
      }
767
    },
768
    ":ext-core":{
769
      "versions":{
770
        ":3.1.0":{
771
          "uncompressed":"ext-core-debug.js",
772
          "compressed":"ext-core.js"
773
        },
774
        ":3.0.0":{
775
          "uncompressed":"ext-core-debug.js",
776
          "compressed":"ext-core.js"
777
        }
778
      },
779
      "aliases":{
780
        ":3":"3.1.0",
781
        ":3.0":"3.0.0",
782
        ":3.1":"3.1.0"
783
      }
784
    },
785
    ":mootools":{
786
      "versions":{
787
        ":1.2.3":{
788
          "uncompressed":"mootools.js",
789
          "compressed":"mootools-yui-compressed.js"
790
        },
791
        ":1.1.1":{
792
          "uncompressed":"mootools.js",
793
          "compressed":"mootools-yui-compressed.js"
794
        },
795
        ":1.2.4":{
796
          "uncompressed":"mootools.js",
797
          "compressed":"mootools-yui-compressed.js"
798
        },
799
        ":1.2.1":{
800
          "uncompressed":"mootools.js",
801
          "compressed":"mootools-yui-compressed.js"
802
        },
803
        ":1.2.2":{
804
          "uncompressed":"mootools.js",
805
          "compressed":"mootools-yui-compressed.js"
806
        },
807
        ":1.1.2":{
808
          "uncompressed":"mootools.js",
809
          "compressed":"mootools-yui-compressed.js"
810
        }
811
      },
812
      "aliases":{
813
        ":1":"1.1.2",
814
        ":1.11":"1.1.1",
815
        ":1.2":"1.2.4",
816
        ":1.1":"1.1.2"
817
      }
818
    },
819
    ":jqueryui":{
820
      "versions":{
821
        ":1.7.2":{
822
          "uncompressed":"jquery-ui.js",
823
          "compressed":"jquery-ui.min.js"
824
        },
825
        ":1.8.5":{
826
          "uncompressed":"jquery-ui.js",
827
          "compressed":"jquery-ui.min.js"
828
        },
829
        ":1.7.3":{
830
          "uncompressed":"jquery-ui.js",
831
          "compressed":"jquery-ui.min.js"
832
        },
833
        ":1.6.0":{
834
          "uncompressed":"jquery-ui.js",
835
          "compressed":"jquery-ui.min.js"
836
        },
837
        ":1.7.0":{
838
          "uncompressed":"jquery-ui.js",
839
          "compressed":"jquery-ui.min.js"
840
        },
841
        ":1.7.1":{
842
          "uncompressed":"jquery-ui.js",
843
          "compressed":"jquery-ui.min.js"
844
        },
845
        ":1.8.4":{
846
          "uncompressed":"jquery-ui.js",
847
          "compressed":"jquery-ui.min.js"
848
        },
849
        ":1.5.3":{
850
          "uncompressed":"jquery-ui.js",
851
          "compressed":"jquery-ui.min.js"
852
        },
853
        ":1.8.0":{
854
          "uncompressed":"jquery-ui.js",
855
          "compressed":"jquery-ui.min.js"
856
        },
857
        ":1.5.2":{
858
          "uncompressed":"jquery-ui.js",
859
          "compressed":"jquery-ui.min.js"
860
        },
861
        ":1.8.2":{
862
          "uncompressed":"jquery-ui.js",
863
          "compressed":"jquery-ui.min.js"
864
        },
865
        ":1.8.1":{
866
          "uncompressed":"jquery-ui.js",
867
          "compressed":"jquery-ui.min.js"
868
        }
869
      },
870
      "aliases":{
871
        ":1.8":"1.8.5",
872
        ":1.7":"1.7.3",
873
        ":1":"1.8.5",
874
        ":1.6":"1.6.0",
875
        ":1.5":"1.5.3",
876
        ":1.8.3":"1.8.4"
877
      }
878
    },
879
    ":chrome-frame":{
880
      "versions":{
881
        ":1.0.2":{
882
          "uncompressed":"CFInstall.js",
883
          "compressed":"CFInstall.min.js"
884
        },
885
        ":1.0.1":{
886
          "uncompressed":"CFInstall.js",
887
          "compressed":"CFInstall.min.js"
888
        },
889
        ":1.0.0":{
890
          "uncompressed":"CFInstall.js",
891
          "compressed":"CFInstall.min.js"
892
        }
893
      },
894
      "aliases":{
895
        ":1":"1.0.2",
896
        ":1.0":"1.0.2"
897
      }
898
    },
899
    ":prototype":{
900
      "versions":{
901
        ":1.6.0.2":{
902
          "uncompressed":"prototype.js",
903
          "compressed":"prototype.js"
904
        },
905
        ":1.6.1.0":{
906
          "uncompressed":"prototype.js",
907
          "compressed":"prototype.js"
908
        },
909
        ":1.6.0.3":{
910
          "uncompressed":"prototype.js",
911
          "compressed":"prototype.js"
912
        }
913
      },
914
      "aliases":{
915
        ":1.6.1":"1.6.1.0",
916
        ":1":"1.6.1.0",
917
        ":1.6":"1.6.1.0",
918
        ":1.6.0":"1.6.0.3"
919
      }
920
    },
921
    ":jquery":{
922
      "versions":{
923
        ":1.2.3":{
924
          "uncompressed":"jquery.js",
925
          "compressed":"jquery.min.js"
926
        },
927
        ":1.3.1":{
928
          "uncompressed":"jquery.js",
929
          "compressed":"jquery.min.js"
930
        },
931
        ":1.3.0":{
932
          "uncompressed":"jquery.js",
933
          "compressed":"jquery.min.js"
934
        },
935
        ":1.3.2":{
936
          "uncompressed":"jquery.js",
937
          "compressed":"jquery.min.js"
938
        },
939
        ":1.2.6":{
940
          "uncompressed":"jquery.js",
941
          "compressed":"jquery.min.js"
942
        },
943
        ":1.4.0":{
944
          "uncompressed":"jquery.js",
945
          "compressed":"jquery.min.js"
946
        },
947
        ":1.4.1":{
948
          "uncompressed":"jquery.js",
949
          "compressed":"jquery.min.js"
950
        },
951
        ":1.4.2":{
952
          "uncompressed":"jquery.js",
953
          "compressed":"jquery.min.js"
954
        }
955
      },
956
      "aliases":{
957
        ":1":"1.4.2",
958
        ":1.4":"1.4.2",
959
        ":1.3":"1.3.2",
960
        ":1.2":"1.2.6"
961
      }
962
    },
963
    ":dojo":{
964
      "versions":{
965
        ":1.2.3":{
966
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
967
          "compressed":"dojo/dojo.xd.js"
968
        },
969
        ":1.3.1":{
970
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
971
          "compressed":"dojo/dojo.xd.js"
972
        },
973
        ":1.1.1":{
974
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
975
          "compressed":"dojo/dojo.xd.js"
976
        },
977
        ":1.3.0":{
978
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
979
          "compressed":"dojo/dojo.xd.js"
980
        },
981
        ":1.3.2":{
982
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
983
          "compressed":"dojo/dojo.xd.js"
984
        },
985
        ":1.4.3":{
986
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
987
          "compressed":"dojo/dojo.xd.js"
988
        },
989
        ":1.5.0":{
990
          "uncompressed":"dojo/dojo.xd.js.uncompressed.js",
991
          "compressed":"dojo/dojo.xd.js"
992
        }
993
      }
994
    }
995
  });
996
}