compass-jquery-plugin 0.3.2.7 → 0.3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. data/README.md +17 -11
  2. data/VERSION.yml +2 -2
  3. data/lib/handle_js_files.rb +1 -1
  4. data/lib/jquery/emulators.rb +13 -0
  5. data/templates/dynatree/jquery.dynatree.min.js +79 -81
  6. data/templates/emulators/config/initializers/emulators.rb +0 -9
  7. data/templates/emulators/emulators/{blackberry.landscape.scss → blackberry.torch.landscape.scss} +6 -2
  8. data/templates/emulators/emulators/{blackberry.portrait.scss → blackberry.torch.portrait.scss} +6 -1
  9. data/templates/emulators/emulators/galaxy.s.landscape.png +0 -0
  10. data/templates/emulators/emulators/galaxy.s.landscape.scss +20 -0
  11. data/templates/emulators/emulators/galaxy.s.portrait.png +0 -0
  12. data/templates/emulators/emulators/galaxy.s.portrait.scss +20 -0
  13. data/templates/emulators/emulators/galaxy.s2.landscape.png +0 -0
  14. data/templates/emulators/emulators/galaxy.s2.landscape.scss +20 -0
  15. data/templates/emulators/emulators/galaxy.s2.portrait.png +0 -0
  16. data/templates/emulators/emulators/galaxy.s2.portrait.scss +20 -0
  17. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.png +0 -0
  18. data/templates/emulators/emulators/galaxy.tab.10.1.landscape.scss +20 -0
  19. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.png +0 -0
  20. data/templates/emulators/emulators/galaxy.tab.10.1.portrait.scss +20 -0
  21. data/templates/emulators/emulators/galaxy.tab.7.landscape.png +0 -0
  22. data/templates/emulators/emulators/galaxy.tab.7.landscape.scss +20 -0
  23. data/templates/emulators/emulators/galaxy.tab.7.portrait.png +0 -0
  24. data/templates/emulators/emulators/galaxy.tab.7.portrait.scss +20 -0
  25. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.png +0 -0
  26. data/templates/emulators/emulators/galaxy.tab.8.9.landscape.scss +20 -0
  27. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.png +0 -0
  28. data/templates/emulators/emulators/galaxy.tab.8.9.portrait.scss +20 -0
  29. data/templates/emulators/emulators/ipad.landscape.png +0 -0
  30. data/templates/emulators/emulators/ipad.landscape.scss +9 -4
  31. data/templates/emulators/emulators/ipad.portrait.png +0 -0
  32. data/templates/emulators/emulators/ipad.portrait.scss +9 -4
  33. data/templates/emulators/emulators/{iphone.landscape.png → iphone.3.landscape.png} +0 -0
  34. data/templates/emulators/emulators/{iphone.landscape.scss → iphone.3.landscape.scss} +7 -3
  35. data/templates/emulators/emulators/{iphone.portrait.png → iphone.3.portrait.png} +0 -0
  36. data/templates/emulators/emulators/{iphone.portrait.scss → iphone.3.portrait.scss} +7 -3
  37. data/templates/emulators/emulators/iphone.4.landscape .scss +20 -0
  38. data/templates/emulators/emulators/iphone.4.landscape.png +0 -0
  39. data/templates/emulators/emulators/iphone.4.portrait.png +0 -0
  40. data/templates/emulators/emulators/iphone.4.portrait.scss +20 -0
  41. data/templates/emulators/emulators/{palm.pre.landscape.png → palm.pre.2.landscape.png} +0 -0
  42. data/templates/emulators/emulators/{palm.landscape.scss → palm.pre.2.landscape.scss} +7 -3
  43. data/templates/emulators/emulators/{palm.pre.portrait.png → palm.pre.2.portrait.png} +0 -0
  44. data/templates/emulators/emulators/{palm.portrait.scss → palm.pre.2.portrait.scss} +7 -3
  45. data/templates/emulators/manifest.rb +34 -10
  46. data/templates/graphics/config/initializers/graphics.rb +8 -0
  47. data/templates/graphics/highcharts/dark-blue.js +170 -0
  48. data/templates/graphics/highcharts/dark-blue.min.js +4 -0
  49. data/templates/graphics/highcharts/dark-green.js +170 -0
  50. data/templates/graphics/highcharts/dark-green.min.js +4 -0
  51. data/templates/graphics/highcharts/gray.js +164 -0
  52. data/templates/graphics/highcharts/gray.min.js +4 -0
  53. data/templates/graphics/highcharts/grid.js +97 -0
  54. data/templates/graphics/highcharts/grid.min.js +3 -0
  55. data/templates/graphics/highcharts/highslide-config.js +12 -0
  56. data/templates/graphics/highcharts/highslide-config.min.js +1 -0
  57. data/templates/graphics/highcharts/highslide-full.js +3391 -0
  58. data/templates/graphics/highcharts/highslide-full.min.js +132 -0
  59. data/templates/graphics/highcharts/skies.js +89 -0
  60. data/templates/graphics/highcharts/skies.min.js +3 -0
  61. data/templates/graphics/jquery.ganttView.js +1 -1
  62. data/templates/graphics/jquery.ganttView.min.js +61 -61
  63. data/templates/graphics/jquery.highcharts.js +11342 -0
  64. data/templates/graphics/jquery.highcharts.min.js +176 -0
  65. data/templates/graphics/jquery.sparkline.min.js +35 -36
  66. data/templates/graphics/jquery/highcharts/graphics/close.png +0 -0
  67. data/templates/graphics/jquery/highcharts/graphics/closeX.png +0 -0
  68. data/templates/graphics/jquery/highcharts/graphics/controlbar-black-border.gif +0 -0
  69. data/templates/graphics/jquery/highcharts/graphics/controlbar-text-buttons.png +0 -0
  70. data/templates/graphics/jquery/highcharts/graphics/controlbar-white-small.gif +0 -0
  71. data/templates/graphics/jquery/highcharts/graphics/controlbar-white.gif +0 -0
  72. data/templates/graphics/jquery/highcharts/graphics/controlbar2.gif +0 -0
  73. data/templates/graphics/jquery/highcharts/graphics/controlbar3.gif +0 -0
  74. data/templates/graphics/jquery/highcharts/graphics/controlbar4-hover.gif +0 -0
  75. data/templates/graphics/jquery/highcharts/graphics/controlbar4.gif +0 -0
  76. data/templates/graphics/jquery/highcharts/graphics/fullexpand.gif +0 -0
  77. data/templates/graphics/jquery/highcharts/graphics/geckodimmer.png +0 -0
  78. data/templates/graphics/jquery/highcharts/graphics/icon.gif +0 -0
  79. data/templates/graphics/jquery/highcharts/graphics/loader.gif +0 -0
  80. data/templates/graphics/jquery/highcharts/graphics/loader.white.gif +0 -0
  81. data/templates/graphics/jquery/highcharts/graphics/outlines/beveled.png +0 -0
  82. data/templates/graphics/jquery/highcharts/graphics/outlines/drop-shadow.png +0 -0
  83. data/templates/graphics/jquery/highcharts/graphics/outlines/glossy-dark.png +0 -0
  84. data/templates/graphics/jquery/highcharts/graphics/outlines/outer-glow.png +0 -0
  85. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-black.png +0 -0
  86. data/templates/graphics/jquery/highcharts/graphics/outlines/rounded-white.png +0 -0
  87. data/templates/graphics/jquery/highcharts/graphics/resize.gif +0 -0
  88. data/templates/graphics/jquery/highcharts/graphics/scrollarrows.png +0 -0
  89. data/templates/graphics/jquery/highcharts/graphics/zoomin.cur +0 -0
  90. data/templates/graphics/jquery/highcharts/graphics/zoomout.cur +0 -0
  91. data/templates/graphics/jquery/highcharts/skies.jpg +0 -0
  92. data/templates/graphics/jquery/highslide.scss +763 -0
  93. data/templates/graphics/manifest.rb +43 -0
  94. data/templates/ical/config/initializers/ical.rb +1 -0
  95. data/templates/ical/jquery.ical.js +8401 -8209
  96. data/templates/ical/jquery.ical.min.js +206 -208
  97. data/templates/ical/jquery/ical.print.scss +48 -0
  98. data/templates/ical/jquery/ical.scss +372 -343
  99. data/templates/ical/manifest.rb +1 -0
  100. data/templates/jqgrid/i18n/jqgrid/locale-ar.min.js +2 -2
  101. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  102. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  103. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  104. data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -1
  105. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  106. data/templates/jqgrid/i18n/jqgrid/locale-da.min.js +1 -1
  107. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  108. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +2 -2
  109. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  110. data/templates/jqgrid/i18n/jqgrid/locale-es.min.js +2 -2
  111. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  112. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  113. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +2 -2
  114. data/templates/jqgrid/i18n/jqgrid/locale-gl.min.js +2 -2
  115. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -1
  116. data/templates/jqgrid/i18n/jqgrid/locale-hu.min.js +1 -1
  117. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  118. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +2 -2
  119. data/templates/jqgrid/i18n/jqgrid/locale-ja.min.js +1 -1
  120. data/templates/jqgrid/i18n/jqgrid/locale-lt.min.js +2 -2
  121. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  122. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  123. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  124. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  125. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  126. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -1
  127. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +2 -2
  128. data/templates/jqgrid/i18n/jqgrid/locale-sk.min.js +1 -1
  129. data/templates/jqgrid/i18n/jqgrid/locale-sr.min.js +1 -1
  130. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  131. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  132. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +2 -2
  133. data/templates/jqgrid/jquery.jqGrid.js +162 -850
  134. data/templates/jqgrid/jquery.jqGrid.min.js +476 -497
  135. data/templates/jqgrid/jquery/jqGrid.scss +0 -19
  136. data/templates/jquery/amplify.store.js +248 -0
  137. data/templates/jquery/amplify.store.min.js +6 -0
  138. data/templates/jquery/config/initializers/jquery.rb +5 -1
  139. data/templates/jquery/history.adapter.jquery.js +37 -43
  140. data/templates/jquery/history.adapter.jquery.min.js +1 -1
  141. data/templates/jquery/history.html4.js +596 -587
  142. data/templates/jquery/history.html4.min.js +8 -8
  143. data/templates/jquery/history.js +1839 -1669
  144. data/templates/jquery/history.min.js +27 -25
  145. data/templates/jquery/i18n/jquery.ui/datepicker-af.min.js +1 -1
  146. data/templates/jquery/i18n/jquery.ui/datepicker-ar-DZ.min.js +1 -1
  147. data/templates/jquery/i18n/jquery.ui/datepicker-ar.min.js +1 -1
  148. data/templates/jquery/i18n/jquery.ui/datepicker-az.min.js +1 -1
  149. data/templates/jquery/i18n/jquery.ui/datepicker-bg.min.js +1 -1
  150. data/templates/jquery/i18n/jquery.ui/datepicker-bs.min.js +1 -1
  151. data/templates/jquery/i18n/jquery.ui/datepicker-ca.min.js +1 -1
  152. data/templates/jquery/i18n/jquery.ui/datepicker-cs.min.js +1 -1
  153. data/templates/jquery/i18n/jquery.ui/datepicker-da.min.js +1 -1
  154. data/templates/jquery/i18n/jquery.ui/datepicker-de.min.js +1 -1
  155. data/templates/jquery/i18n/jquery.ui/datepicker-el.min.js +1 -1
  156. data/templates/jquery/i18n/jquery.ui/datepicker-en-AU.min.js +1 -1
  157. data/templates/jquery/i18n/jquery.ui/datepicker-en-GB.min.js +1 -1
  158. data/templates/jquery/i18n/jquery.ui/datepicker-en-NZ.min.js +1 -1
  159. data/templates/jquery/i18n/jquery.ui/datepicker-eo.min.js +1 -1
  160. data/templates/jquery/i18n/jquery.ui/datepicker-es.min.js +1 -1
  161. data/templates/jquery/i18n/jquery.ui/datepicker-et.min.js +1 -1
  162. data/templates/jquery/i18n/jquery.ui/datepicker-eu.min.js +1 -1
  163. data/templates/jquery/i18n/jquery.ui/datepicker-fa.min.js +2 -2
  164. data/templates/jquery/i18n/jquery.ui/datepicker-fi.min.js +1 -1
  165. data/templates/jquery/i18n/jquery.ui/datepicker-fo.min.js +1 -1
  166. data/templates/jquery/i18n/jquery.ui/datepicker-fr-CH.min.js +1 -1
  167. data/templates/jquery/i18n/jquery.ui/datepicker-fr.min.js +1 -1
  168. data/templates/jquery/i18n/jquery.ui/datepicker-gl.min.js +1 -1
  169. data/templates/jquery/i18n/jquery.ui/datepicker-he.min.js +1 -1
  170. data/templates/jquery/i18n/jquery.ui/datepicker-hr.min.js +1 -1
  171. data/templates/jquery/i18n/jquery.ui/datepicker-hu.min.js +1 -1
  172. data/templates/jquery/i18n/jquery.ui/datepicker-hy.min.js +1 -1
  173. data/templates/jquery/i18n/jquery.ui/datepicker-id.min.js +1 -1
  174. data/templates/jquery/i18n/jquery.ui/datepicker-is.min.js +1 -1
  175. data/templates/jquery/i18n/jquery.ui/datepicker-it.min.js +1 -1
  176. data/templates/jquery/i18n/jquery.ui/datepicker-ja.min.js +1 -1
  177. data/templates/jquery/i18n/jquery.ui/datepicker-ko.min.js +1 -1
  178. data/templates/jquery/i18n/jquery.ui/datepicker-kz.min.js +1 -1
  179. data/templates/jquery/i18n/jquery.ui/datepicker-lt.min.js +1 -1
  180. data/templates/jquery/i18n/jquery.ui/datepicker-lv.min.js +1 -1
  181. data/templates/jquery/i18n/jquery.ui/datepicker-ml.min.js +2 -2
  182. data/templates/jquery/i18n/jquery.ui/datepicker-ms.min.js +1 -1
  183. data/templates/jquery/i18n/jquery.ui/datepicker-nl.min.js +1 -1
  184. data/templates/jquery/i18n/jquery.ui/datepicker-no.min.js +1 -1
  185. data/templates/jquery/i18n/jquery.ui/datepicker-pl.min.js +1 -1
  186. data/templates/jquery/i18n/jquery.ui/datepicker-pt-BR.min.js +1 -1
  187. data/templates/jquery/i18n/jquery.ui/datepicker-pt.min.js +1 -1
  188. data/templates/jquery/i18n/jquery.ui/datepicker-rm.min.js +1 -1
  189. data/templates/jquery/i18n/jquery.ui/datepicker-ro.min.js +1 -1
  190. data/templates/jquery/i18n/jquery.ui/datepicker-ru.min.js +1 -1
  191. data/templates/jquery/i18n/jquery.ui/datepicker-sk.min.js +1 -1
  192. data/templates/jquery/i18n/jquery.ui/datepicker-sl.min.js +1 -1
  193. data/templates/jquery/i18n/jquery.ui/datepicker-sq.min.js +1 -1
  194. data/templates/jquery/i18n/jquery.ui/datepicker-sr-SR.min.js +1 -1
  195. data/templates/jquery/i18n/jquery.ui/datepicker-sr.min.js +1 -1
  196. data/templates/jquery/i18n/jquery.ui/datepicker-sv.min.js +1 -1
  197. data/templates/jquery/i18n/jquery.ui/datepicker-ta.min.js +1 -1
  198. data/templates/jquery/i18n/jquery.ui/datepicker-th.min.js +1 -1
  199. data/templates/jquery/i18n/jquery.ui/datepicker-tj.min.js +1 -1
  200. data/templates/jquery/i18n/jquery.ui/datepicker-tr.min.js +1 -1
  201. data/templates/jquery/i18n/jquery.ui/datepicker-uk.min.js +1 -1
  202. data/templates/jquery/i18n/jquery.ui/datepicker-vi.min.js +1 -1
  203. data/templates/jquery/i18n/jquery.ui/datepicker-zh-CN.min.js +1 -1
  204. data/templates/jquery/i18n/jquery.ui/datepicker-zh-HK.min.js +1 -1
  205. data/templates/jquery/i18n/jquery.ui/datepicker-zh-TW.min.js +1 -1
  206. data/templates/jquery/jquery-ui.js +217 -104
  207. data/templates/jquery/jquery-ui.min.js +437 -436
  208. data/templates/jquery/jquery.bgiframe.min.js +1 -1
  209. data/templates/jquery/jquery.contextMenu.min.js +7 -7
  210. data/templates/jquery/jquery.cookie.js +60 -58
  211. data/templates/jquery/jquery.cookie.min.js +1 -1
  212. data/templates/jquery/jquery.dotimeout.min.js +2 -2
  213. data/templates/jquery/jquery.dst.min.js +4 -4
  214. data/templates/jquery/jquery.farbtastic.min.js +10 -10
  215. data/templates/jquery/jquery.form.js +15 -5
  216. data/templates/jquery/jquery.form.min.js +20 -20
  217. data/templates/jquery/jquery.haml.min.js +5 -5
  218. data/templates/jquery/jquery.hotkeys.min.js +3 -3
  219. data/templates/jquery/jquery.js +8205 -8170
  220. data/templates/jquery/jquery.layout.min.js +48 -50
  221. data/templates/jquery/jquery.min.js +166 -167
  222. data/templates/jquery/jquery.mousewheel.min.js +2 -2
  223. data/templates/jquery/jquery.offline.min.js +4 -4
  224. data/templates/jquery/jquery.pngFix.js +28 -30
  225. data/templates/jquery/jquery.pngFix.min.js +5 -5
  226. data/templates/jquery/jquery.rails.js +166 -0
  227. data/templates/jquery/jquery.rails.min.js +6 -0
  228. data/templates/jquery/jquery.replacetext.min.js +1 -1
  229. data/templates/jquery/jquery.themeswitchertool.min.js +4 -4
  230. data/templates/jquery/jquery.tmpl.js +14 -12
  231. data/templates/jquery/jquery.tmpl.min.js +12 -12
  232. data/templates/jquery/jquery.tmplPlus.js +2 -2
  233. data/templates/jquery/jquery.tmplPlus.min.js +3 -3
  234. data/templates/jquery/jquery.tokeninput.js +729 -0
  235. data/templates/jquery/jquery.tokeninput.min.js +14 -0
  236. data/templates/jquery/jquery/ui/_theme.scss +23 -16
  237. data/templates/jquery/jquery/ui/black-tie/ui-icons_4ca300_256x240.png +0 -0
  238. data/templates/jquery/jquery/ui/black-tie/ui-icons_bbbbbb_256x240.png +0 -0
  239. data/templates/jquery/jquery/ui/black-tie/ui-icons_ededed_256x240.png +0 -0
  240. data/templates/jquery/jquery/ui/black-tie/ui-icons_ffcf29_256x240.png +0 -0
  241. data/templates/jquery/jquery/ui/tokeninput.facebook.scss +95 -0
  242. data/templates/jquery/jquery/ui/tokeninput.mac.scss +164 -0
  243. data/templates/jquery/jquery/ui/tokeninput.scss +85 -0
  244. data/templates/jquery/jquery/ui/vader/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  245. data/templates/jquery/jquery/ui/vader/ui-icons_bbbbbb_256x240.png +0 -0
  246. data/templates/jquery/jquery/ui/vader/ui-icons_c98000_256x240.png +0 -0
  247. data/templates/jquery/jquery/ui/vader/ui-icons_f29a00_256x240.png +0 -0
  248. data/templates/jquery/json.min.js +6 -6
  249. data/templates/jquery/json2.js +214 -214
  250. data/templates/jquery/json2.min.js +5 -6
  251. data/templates/jquery/manifest.rb +9 -2
  252. data/templates/jstree/jquery.jstree.min.js +222 -224
  253. data/templates/mobile/config/initializers/mobile.rb +1 -1
  254. data/templates/mobile/jquery.mobile.js +887 -404
  255. data/templates/mobile/jquery.mobile.min.js +4 -4
  256. data/templates/mobile/jquery/mobile/_base.scss +50 -26
  257. data/templates/mobile/jquery/mobile/default.scss +59 -63
  258. data/templates/mobile/jquery/mobile/valencia.scss +44 -42
  259. data/templates/ribbon/jquery.ribbon.min.js +14 -14
  260. data/templates/tiny_mce/manifest.rb +4 -0
  261. data/templates/tiny_mce/tiny_mce/langs/de.js +1 -1
  262. data/templates/tiny_mce/tiny_mce/langs/en.js +1 -1
  263. data/templates/tiny_mce/tiny_mce/plugins/advimage/js/image.js +1 -1
  264. data/templates/tiny_mce/tiny_mce/plugins/advimage/langs/de_dlg.js +1 -1
  265. data/templates/tiny_mce/tiny_mce/plugins/advlink/js/advlink.js +1 -1
  266. data/templates/tiny_mce/tiny_mce/plugins/advlink/langs/en_dlg.js +1 -1
  267. data/templates/tiny_mce/tiny_mce/plugins/advlink/link.htm +1 -1
  268. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin.js +1 -1
  269. data/templates/tiny_mce/tiny_mce/plugins/advlist/editor_plugin_src.js +1 -1
  270. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
  271. data/templates/tiny_mce/tiny_mce/plugins/autolink/editor_plugin_src.js +1 -0
  272. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin.js +1 -1
  273. data/templates/tiny_mce/tiny_mce/plugins/autoresize/editor_plugin_src.js +1 -1
  274. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -1
  275. data/templates/tiny_mce/tiny_mce/plugins/contextmenu/editor_plugin_src.js +1 -1
  276. data/templates/tiny_mce/tiny_mce/plugins/fullpage/css/fullpage.css +1 -1
  277. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin.js +1 -1
  278. data/templates/tiny_mce/tiny_mce/plugins/fullpage/editor_plugin_src.js +1 -1
  279. data/templates/tiny_mce/tiny_mce/plugins/fullpage/fullpage.htm +1 -1
  280. data/templates/tiny_mce/tiny_mce/plugins/fullpage/js/fullpage.js +1 -1
  281. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -1
  282. data/templates/tiny_mce/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +1 -1
  283. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin.js +1 -0
  284. data/templates/tiny_mce/tiny_mce/plugins/lists/editor_plugin_src.js +1 -0
  285. data/templates/tiny_mce/tiny_mce/plugins/media/js/media.js +1 -1
  286. data/templates/tiny_mce/tiny_mce/plugins/media/media.htm +1 -1
  287. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin.js +1 -1
  288. data/templates/tiny_mce/tiny_mce/plugins/noneditable/editor_plugin_src.js +1 -1
  289. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin.js +1 -1
  290. data/templates/tiny_mce/tiny_mce/plugins/paste/editor_plugin_src.js +1 -1
  291. data/templates/tiny_mce/tiny_mce/plugins/searchreplace/js/searchreplace.js +1 -1
  292. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -1
  293. data/templates/tiny_mce/tiny_mce/plugins/spellchecker/editor_plugin_src.js +1 -1
  294. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin.js +1 -1
  295. data/templates/tiny_mce/tiny_mce/plugins/table/editor_plugin_src.js +1 -1
  296. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -1
  297. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +1 -1
  298. data/templates/tiny_mce/tiny_mce/plugins/xhtmlxtras/js/attributes.js +1 -1
  299. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template.js +1 -1
  300. data/templates/tiny_mce/tiny_mce/themes/advanced/editor_template_src.js +1 -1
  301. data/templates/tiny_mce/tiny_mce/themes/advanced/js/charmap.js +1 -1
  302. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/de_dlg.js +1 -1
  303. data/templates/tiny_mce/tiny_mce/themes/advanced/langs/en_dlg.js +1 -1
  304. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/default/ui.css +1 -1
  305. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/dialog.css +1 -1
  306. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui.css +1 -1
  307. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +1 -1
  308. data/templates/tiny_mce/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +1 -1
  309. data/templates/tiny_mce/tiny_mce/tiny_mce.js +1 -1
  310. data/templates/tiny_mce/tiny_mce/utils/form_utils.js +1 -1
  311. data/templates/tiny_mce/tiny_mce/utils/validate.js +1 -1
  312. data/templates/tools/flowplayer.min.js +29 -30
  313. data/templates/tools/jquery.tools.min.js +96 -96
  314. data/templates/tools/swfobject.min.js +18 -19
  315. metadata +95 -16
  316. data/templates/jquery/jrails.js +0 -200
  317. data/templates/jquery/jrails.min.js +0 -8
@@ -1,50 +1,48 @@
1
- (function(i){i.fn.layout=function(u){function na(b){if(!b)return true;var c=b.keyCode;if(c<33)return true;var d={38:"north",40:"south",37:"west",39:"east"},e=c>=37&&c<=40,f=b.shiftKey,g=b.ctrlKey,k=false,h,m,j;if(!g&&!f)return true;else if(e&&p[d[c]].enableCursorHotkey)k=d[c];else i.each(l.borderPanes.split(","),function(n,r){h=p[r];m=h.customHotkey;j=h.customHotkeyModifier;if(f&&j=="SHIFT"||g&&j=="CTRL"||g&&f)if(m&&c==(isNaN(m)||m<=9?m.toUpperCase().charCodeAt(0):m)){k=r;return false}});if(!k)return true;
2
- h=p[k];d=t[k];if(!h.enableCursorHotkey||d.isHidden||!s[k])return true;if((d=b.target||b.srcElement)&&f&&e&&(d.tagName=="TEXTAREA"||d.tagName=="INPUT"&&(c==37||c==39)))return true;R(k);b.stopPropagation();return b.returnValue=false}function ea(b){if(this&&this.tagName)b=this;b=typeof b=="string"?s[b]:i(b).attr("pane")?i(b):i(b).parents("div[pane]:first");if(b.length){var c=b.attr("pane"),d=t[c];d.cssSaved&&S(c);if(d.isSliding||d.isResizing||d.isClosed)d.cssSaved=false;else{var e={zIndex:l.zIndex.pane_normal+
3
- 1},f={},g=b.css("overflow"),k=b.css("overflowX"),h=b.css("overflowY");if(g!="visible"){f.overflow=g;e.overflow="visible"}if(k&&k!="visible"&&k!="auto"){f.overflowX=k;e.overflowX="visible"}if(h&&h!="visible"&&h!="auto"){f.overflowY=k;e.overflowY="visible"}d.cssSaved=f;b.css(e);i.each(l.allPanes.split(","),function(m,j){j!=c&&S(j)})}}}function S(b){if(this&&this.tagName)b=this;b=typeof b=="string"?s[b]:i(b).hasClass("ui-layout-pane")?i(b):i(b).parents("div[pane]:first");if(b.length){var c=b.attr("pane");
4
- c=t[c];var d=c.cssSaved||{};!c.isSliding&&!c.isResizing&&b.css("zIndex",l.zIndex.pane_normal);b.css(d);c.cssSaved=false}}function T(b,c,d){var e=i(b);if(e.length)if(l.borderPanes.indexOf(c)==-1)alert("Error Adding Button \n\nInvalid pane: "+c);else{b=p[c].buttonClass+"-"+d;e.addClass(b+" "+b+"-"+c);return e}else alert("Error Adding Button \n\nInvalid selector: "+b);return false}function fa(b,c){i.each(l[b].pins,function(d,e){Y(i(e),b,c)})}function Y(b,c,d){var e=b.attr("pin");if(!(e&&d==(e=="down"))){var f=
5
- p[c].buttonClass+"-pin",g=f+"-"+c;c=f+"-up";e=g+"-up";f=f+"-down";g=g+"-down";b.attr("pin",d?"down":"up").attr("title",d?"Un-Pin":"Pin").removeClass(d?c:f).removeClass(d?e:g).addClass(d?f:c).addClass(d?g:e)}}var F={paneClass:"ui-layout-pane",resizerClass:"ui-layout-resizer",togglerClass:"ui-layout-toggler",togglerInnerClass:"ui-layout-",buttonClass:"ui-layout-button",contentSelector:".ui-layout-content",contentIgnoreSelector:".ui-layout-ignore"},p={name:"",scrollToBookmarkOnLoad:true,defaults:{applyDefaultStyles:false,
6
- closable:true,resizable:true,slidable:true,contentSelector:F.contentSelector,contentIgnoreSelector:F.contentIgnoreSelector,paneClass:F.paneClass,resizerClass:F.resizerClass,togglerClass:F.togglerClass,buttonClass:F.buttonClass,resizerDragOpacity:1,maskIframesOnResize:true,minSize:0,maxSize:0,spacing_open:6,spacing_closed:6,togglerLength_open:50,togglerLength_closed:50,togglerAlign_open:"center",togglerAlign_closed:"center",togglerTip_open:"Close",togglerTip_closed:"Open",resizerTip:"Resize",sliderTip:"Slide Open",
7
- sliderCursor:"pointer",slideTrigger_open:"click",slideTrigger_close:"mouseout",hideTogglerOnSlide:false,togglerContent_open:"",togglerContent_closed:"",showOverflowOnHover:false,enableCursorHotkey:true,customHotkeyModifier:"SHIFT",fxName:"slide",fxSpeed:null,fxSettings:{},initClosed:false,initHidden:false},north:{paneSelector:".ui-layout-north",size:"auto",resizerCursor:"n-resize"},south:{paneSelector:".ui-layout-south",size:"auto",resizerCursor:"s-resize"},east:{paneSelector:".ui-layout-east",size:200,
8
- resizerCursor:"e-resize"},west:{paneSelector:".ui-layout-west",size:200,resizerCursor:"w-resize"},center:{paneSelector:".ui-layout-center"}},Z={slide:{all:{duration:"fast"},north:{direction:"up"},south:{direction:"down"},east:{direction:"right"},west:{direction:"left"}},drop:{all:{duration:"slow"},north:{direction:"up"},south:{direction:"down"},east:{direction:"right"},west:{direction:"left"}},scale:{all:{duration:"fast"}}},t={id:Math.floor(Math.random()*1E4),container:{},north:{},south:{},east:{},
9
- west:{},center:{}},ga={north:"south",south:"north",east:"west",west:"east"},M=function(b){if(typeof b=="string")return true;else if(typeof b=="object")try{return b.constructor.toString().match(/string/i)!==null}catch(c){}return false},G=function(b){return typeof b=="string"||M(b)?i.trim(b):b},v=function(b,c){return Math.max(b,c)},oa=function(b){var c={defaults:{fxSettings:{}},north:{fxSettings:{}},south:{fxSettings:{}},east:{fxSettings:{}},west:{fxSettings:{}},center:{fxSettings:{}}};b=b||{};if(b.effects||
10
- b.defaults||b.north||b.south||b.west||b.east||b.center)c=i.extend(c,b);else i.each(b,function(d,e){a=d.split("__");c[a[1]?a[0]:"defaults"][a[1]?a[1]:a[0]]=e});return c},ha=function(b,c,d){function e(k){g=l[k];if(g.doCallback){cpPane=g.callback.split(",")[1];cpPane!=k&&cpPane!=c&&e(cpPane,true)}else{g.doCallback=true;g.callback=f}}var f=b+","+c+","+(d?1:0),g;i.each(l.borderPanes.split(","),function(k,h){if(l[h].isMoving){e(h);return false}})},ia=function(b){b=l[b];l.isLayoutBusy=false;delete b.isMoving;
11
- if(b.doCallback&&b.callback){b.doCallback=false;var c=b.callback.split(","),d=c[2]>0?true:false;if(c[0]=="open")K(c[1],d);else c[0]=="close"&&I(c[1],d);if(!b.doCallback)b.callback=null}},y=function(b,c){if(c){var d;try{if(typeof c=="function")d=c;else if(typeof c!="string")return;else if(c.indexOf(",")>0){var e=c.split(",");d=eval(e[0]);if(typeof d=="function"&&e.length>1)return d(e[1])}else d=eval(c);if(typeof d=="function")return d(b,s[b],i.extend({},t[b]),i.extend({},p[b]),p.name)}catch(f){}}},
12
- D=function(b,c){var d=0,e=false,f="";if(!i.browser.msie)if(i.curCSS(b[0],"display",true)=="none"){e=true;f=i.curCSS(b[0],"visibility",true);b.css({display:"block",visibility:"hidden"})}d=parseInt(i.curCSS(b[0],c,true),10)||0;if(e){b.css({display:"none"});f&&f!="hidden"&&b.css({visibility:f})}return d},E=function(b,c){var d;if(M(b)){b=G(b);d=s[b]}else d=i(b);if(c<=0)return 0;else c>0||(c=M(b)?H(b):d.outerWidth());return i.boxModel?c-D(d,"paddingLeft")-D(d,"paddingRight")-(i.curCSS(d[0],"borderLeftStyle",
13
- true)=="none"?0:D(d,"borderLeftWidth"))-(i.curCSS(d[0],"borderRightStyle",true)=="none"?0:D(d,"borderRightWidth")):c},A=function(b,c){var d;if(M(b)){b=G(b);d=s[b]}else d=i(b);if(c<=0)return 0;else c>0||(c=M(b)?H(b):d.outerHeight());return i.boxModel?c-D(d,"paddingTop")-D(d,"paddingBottom")-(i.curCSS(d[0],"borderTopStyle",true)=="none"?0:D(d,"borderTopWidth"))-(i.curCSS(d[0],"borderBottomStyle",true)=="none"?0:D(d,"borderBottomWidth")):c},H=function(b,c){var d=s[b],e=p[b],f=t[b],g=c?e.spacing_open:
14
- 0;e=c?e.spacing_closed:0;return!d||f.isHidden?0:f.isClosed||f.isSliding&&c?e:l[b].dir=="horz"?d.outerHeight()+g:d.outerWidth()+g},U=function(b){var c=q,d=l[b].dir,e=t[b],f=s[ga[b]],g=p[b].spacing_open,k=p[ga[b]].spacing_open,h=!f?0:d=="horz"?f.outerHeight():f.outerWidth();f=e.minSize||0;d=Math.min(e.maxSize||9999,(d=="horz"?c.innerHeight:c.innerWidth)-g-h-k);var m,j;switch(b){case "north":m=c.offsetTop+f;j=c.offsetTop+d;break;case "west":m=c.offsetLeft+f;j=c.offsetLeft+d;break;case "south":m=c.offsetTop+
15
- c.innerHeight-d;j=c.offsetTop+c.innerHeight-f;break;case "east":m=c.offsetLeft+c.innerWidth-d;j=c.offsetLeft+c.innerWidth-f}i.extend(e,{minSize:f,maxSize:d,minPosition:m,maxPosition:j})},ja=function(){var b={top:H("north",true),bottom:H("south",true),left:H("west",true),right:H("east",true),width:0,height:0};b.width=q.innerWidth-left-right;b.height=q.innerHeight-bottom-top;b.top+=q.top;b.bottom+=q.bottom;b.left+=q.left;b.right+=q.right;return b},ka=function(b){var c={},d,e,f;i.each("Left,Right,Top,Bottom".split(","),
16
- function(){d=G(this);e=c["border"+d]=D(b,"border"+d+"Width");f=c["padding"+d]=D(b,"padding"+d);c["offset"+d]=e+f;if(b==z)c[d.toLowerCase()]=i.boxModel?f:0});c.innerWidth=c.outerWidth=b.outerWidth();c.innerHeight=c.outerHeight=b.outerHeight();if(i.boxModel){c.innerWidth-=c.offsetLeft+c.offsetRight;c.innerHeight-=c.offsetTop+c.offsetBottom}return c},pa=function(b,c,d,e){var f=window.layout=window.layout||{};f=f.timers=f.timers||{};b="layout_"+t.id+"_"+b+"_"+c;f[b]||(f[b]=setTimeout(d,e))},V=function(b,
17
- c){var d=window.layout=window.layout||{};d=d.timers=d.timers||{};var e="layout_"+t.id+"_"+b+"_"+c;if(d[e]){clearTimeout(d[e]);delete d[e];return true}else return false},qa=function(){try{if(z[0].tagName=="BODY"){i("html").css({height:"100%",overflow:"hidden"});i("body").css({position:"relative",height:"100%",overflow:"hidden",margin:0,padding:0,border:"none"})}else{var b={overflow:"hidden"},c=z.css("position"),d=z.css("height");if(!z.hasClass("ui-layout-pane")){if(!c||"fixed,absolute,relative".indexOf(c)<
18
- 0)b.position="relative";if(!d||d=="auto")b.height="100%"}z.css(b)}}catch(e){}q=t.container=ka(z)},ra=function(){i.each(l.borderPanes.split(","),function(b,c){var d=p[c];if(d.enableCursorHotkey||d.customHotkey){i(document).keydown(na);return false}})},sa=function(){u=oa(u);if(u.effects){i.extend(Z,u.effects);delete u.effects}i.each("name,scrollToBookmarkOnLoad".split(","),function(d,e){if(u[e]!==undefined)p[e]=u[e];else if(u.defaults[e]!==undefined){p[e]=u.defaults[e];delete u.defaults[e]}});i.each("paneSelector,resizerCursor,customHotkey".split(","),
19
- function(d,e){delete u.defaults[e]});i.extend(p.defaults,u.defaults);l.center=i.extend(true,{},l.defaults,l.center);i.extend(p.center,u.center);var b=i.extend(true,{},p.defaults,u.defaults,p.center);i.each("paneClass,contentSelector,contentIgnoreSelector,applyDefaultStyles,showOverflowOnHover".split(","),function(d,e){p.center[e]=b[e]});var c=p.defaults;i.each(l.borderPanes.split(","),function(d,e){l[e]=i.extend(true,{},l.defaults,l[e]);o=p[e]=i.extend(true,{},p.defaults,p[e],u.defaults,u[e]);if(!o.paneClass)o.paneClass=
20
- F.paneClass;if(!o.resizerClass)o.resizerClass=F.resizerClass;if(!o.togglerClass)o.togglerClass=F.togglerClass;i.each(["_open","_close",""],function(f,g){var k="fxName"+g,h="fxSpeed"+g,m="fxSettings"+g;o[k]=u[e][k]||u[e].fxName||u.defaults[k]||u.defaults.fxName||o[k]||o.fxName||c[k]||c.fxName||"none";var j=o[k];if(j=="none"||!i.effects||!i.effects[j]||!Z[j]&&!o[m]&&!o.fxSettings)j=o[k]="none";j=Z[j]||{};k=j.all||{};j=j[e]||{};o[m]=i.extend({},k,j,c.fxSettings||{},c[m]||{},o.fxSettings,o[m],u.defaults.fxSettings,
21
- u.defaults[m]||{},u[e].fxSettings,u[e][m]||{});o[h]=u[e][h]||u[e].fxSpeed||u.defaults[h]||u.defaults.fxSpeed||o[h]||o[m].duration||o.fxSpeed||o.fxSettings.duration||c.fxSpeed||c.fxSettings.duration||j.duration||k.duration||"normal"})})},ta=function(){i.each(l.allPanes.split(","),function(){var b=G(this),c=p[b],d=t[b],e=l[b].dir,f=c.size=="auto"||isNaN(c.size)?0:c.size,g=c.minSize||1,k=c.maxSize||9999,h=c.spacing_open||0,m=c.paneSelector,j={},n;N[b]=false;if(m.substr(0,1)==="#")n=s[b]=z.find(m+":first");
22
- else{n=s[b]=z.children(m+":first");n.length||(n=s[b]=z.children("form:first").children(m+":first"))}if(!n.length){s[b]=false;return true}n.attr("pane",b).addClass(c.paneClass+" "+c.paneClass+"-"+b);if(b!="center"){d.isClosed=false;d.isSliding=false;d.isResizing=false;d.isHidden=false;d.noRoom=false;l[b].pins=[]}j=i.extend({visibility:"visible",display:"block"},l.defaults.cssReq,l[b].cssReq);c.applyDefaultStyles&&i.extend(j,l.defaults.cssDef,l[b].cssDef);n.css(j);j={};switch(b){case "north":j.top=
23
- q.top;j.left=q.left;j.right=q.right;break;case "south":j.bottom=q.bottom;j.left=q.left;j.right=q.right;break;case "west":j.left=q.left;break;case "east":j.right=q.right}if(e=="horz"){if(f===0||f=="auto"){n.css({height:"auto"});f=n.outerHeight()}f=v(f,g);f=Math.min(f,k);f=Math.min(f,q.innerHeight-h);j.height=v(1,A(b,f));d.size=f;d.maxSize=k;d.minSize=v(g,f-j.height+1);n.css(j)}else if(e=="vert"){if(f===0||f=="auto"){n.css({width:"auto","float":"left"});f=n.outerWidth();n.css({"float":"none"})}f=v(f,
24
- g);f=Math.min(f,k);f=Math.min(f,q.innerWidth-h);j.width=v(1,E(b,f));d.size=f;d.maxSize=k;d.minSize=v(g,f-j.width+1);n.css(j);L(b,null,true)}else if(b=="center"){n.css(j);L("center",null,true)}if(c.initClosed&&c.closable){n.hide().addClass("closed");d.isClosed=true}else if(c.initHidden||c.initClosed){$(b,true);d.isHidden=true}else n.addClass("open");c.showOverflowOnHover&&n.hover(ea,S);if(c.contentSelector){d=N[b]=n.children(c.contentSelector+":first");if(!d.length){N[b]=false;return true}d.css(l.content.cssReq);
25
- c.applyDefaultStyles&&d.css(l.content.cssDef);n.css({overflow:"hidden"})}})},ua=function(){i.each(l.borderPanes.split(","),function(){var b=G(this),c=p[b],d=t[b],e=c.resizerClass,f=c.togglerClass,g=s[b];B[b]=false;O[b]=false;if(!(!g||!c.closable&&!c.resizable)){var k=l[b].edge;g=g.is(":visible");var h="-"+b,m=g?"-open":"-closed",j;j=B[b]=i("<span></span>");g&&c.resizable||!g&&c.slidable&&j.attr("title",c.sliderTip).css("cursor",c.sliderCursor);j.attr("id",c.paneSelector.substr(0,1)=="#"?c.paneSelector.substr(1)+
26
- "-resizer":"").attr("resizer",b).css(l.resizers.cssReq).css(k,q[k]+H(b)).addClass(e+" "+e+h+" "+e+m+" "+e+h+m).appendTo(z);c.applyDefaultStyles&&j.css(l.resizers.cssDef);if(c.closable){e=O[b]=i("<div></div>");e.attr("id",c.paneSelector.substr(0,1)=="#"?c.paneSelector.substr(1)+"-toggler":"").css(l.togglers.cssReq).attr("title",g?c.togglerTip_open:c.togglerTip_closed).click(function(n){R(b);n.stopPropagation()}).mouseover(function(n){n.stopPropagation()}).addClass(f+" "+f+h+" "+f+m+" "+f+h+m).appendTo(j);
27
- if(c.togglerContent_open)i("<span>"+c.togglerContent_open+"</span>").addClass("content content-open").css("display",d.isClosed?"none":"block").appendTo(e);if(c.togglerContent_closed)i("<span>"+c.togglerContent_closed+"</span>").addClass("content content-closed").css("display",d.isClosed?"block":"none").appendTo(e);c.applyDefaultStyles&&e.css(l.togglers.cssDef);g||aa(b,true)}}});P("all",true)},va=function(){var b=typeof i.fn.draggable=="function",c;i.each(l.borderPanes.split(","),function(){var d=
28
- G(this),e=p[d],f=t[d];if(!b||!s[d]||!e.resizable){e.resizable=false;return true}var g=e.resizerClass,k=g+"-drag",h=g+"-"+d+"-drag",m=g+"-dragging",j=g+"-"+d+"-dragging",n=false,r=B[d];f.isClosed||r.attr("title",e.resizerTip).css("cursor",e.resizerCursor);r.draggable({containment:z[0],axis:l[d].dir=="horz"?"y":"x",delay:200,distance:1,helper:"clone",opacity:e.resizerDragOpacity,zIndex:l.zIndex.resizing,start:function(){if(false===y(d,e.onresize_start))return false;f.isResizing=true;V(d,"closeSlider");
29
- r.addClass(k+" "+h);n=false;var w=d=="east"||d=="south"?e.spacing_open:0;U(d);f.minPosition-=w;f.maxPosition-=w;c=l[d].dir=="horz"?"top":"left";i(e.maskIframesOnResize===true?"iframe":e.maskIframesOnResize).each(function(){i('<div class="ui-layout-mask"/>').css({background:"#fff",opacity:"0.001",zIndex:9,position:"absolute",width:this.offsetWidth+"px",height:this.offsetHeight+"px"}).css(i(this).offset()).appendTo(this.parentNode)})},drag:function(w,x){if(!n){i(".ui-draggable-dragging").addClass(m+
30
- " "+j).children().css("visibility","hidden");n=true;f.isSliding&&s[d].css("zIndex",l.zIndex.sliding)}if(x.position[c]<f.minPosition)x.position[c]=f.minPosition;else if(x.position[c]>f.maxPosition)x.position[c]=f.maxPosition},stop:function(w,x){var C=x.position,J;r.removeClass(k+" "+h);switch(d){case "north":J=C.top;break;case "west":J=C.left;break;case "south":J=q.outerHeight-C.top-r.outerHeight();break;case "east":J=q.outerWidth-C.left-r.outerWidth()}ba(d,J-q[l[d].edge]);i("div.ui-layout-mask").remove();
31
- f.isResizing=false}})})},$=function(b,c){var d=p[b],e=t[b],f=s[b],g=B[b];if(!(!f||e.isHidden))if(false!==y(b,d.onhide_start)){e.isSliding=false;g&&g.hide();if(c||e.isClosed){e.isClosed=true;e.isHidden=true;f.hide();L(l[b].dir=="horz"?"all":"center");y(b,d.onhide_end||d.onhide)}else{e.isHiding=true;I(b,false)}}},W=function(b,c){var d=p[b],e=t[b],f=B[b];if(s[b]&&e.isHidden)if(false!==y(b,d.onshow_start)){e.isSliding=false;e.isShowing=true;f&&d.spacing_open>0&&f.show();c===false?I(b,true):K(b)}},R=function(b){var c=
32
- t[b];if(c.isHidden)W(b);else c.isClosed?K(b):I(b)},I=function(b,c,d){function e(){aa(b,true);x||y(b,h.onclose_end||h.onclose);if(x)y(b,h.onshow_end||h.onshow);if(C)y(b,h.onhide_end||h.onhide);ia(b)}var f=s[b],g=B[b],k=O[b],h=p[b],m=t[b];d=!d&&!m.isClosed&&h.fxName_close!="none";var j=l[b].edge,n=h.resizerClass,r=h.togglerClass,w="-"+b,x=m.isShowing,C=m.isHiding;delete m.isShowing;delete m.isHiding;if(!(!f||!h.resizable&&!h.closable))if(!(!c&&m.isClosed&&!x))if(l.isLayoutBusy)ha("close",b,c);else if(!(!x&&
33
- false===y(b,h.onclose_start))){l[b].isMoving=true;l.isLayoutBusy=true;m.isClosed=true;if(C)m.isHidden=true;else if(x)m.isHidden=false;fa(b,false);m.isSliding||L(l[b].dir=="horz"?"all":"center");if(g){g.css(j,q[j]).removeClass(n+"-open "+n+w+"-open").removeClass(n+"-sliding "+n+w+"-sliding").addClass(n+"-closed "+n+w+"-closed");h.resizable&&g.draggable("disable").css("cursor","default").attr("title","");k&&k.removeClass(r+"-open "+r+w+"-open").addClass(r+"-closed "+r+w+"-closed").attr("title",h.togglerTip_closed);
34
- P()}if(d){X(b,true);f.hide(h.fxName_close,h.fxSettings_close,h.fxSpeed_close,function(){X(b,false);m.isClosed&&e()})}else{f.hide();e()}}},K=function(b,c,d){function e(){m.isSliding||L(l[b].dir=="vert"?"center":"all");if(g){g.css(j,q[j]+H(b)).removeClass(n+C+" "+n+w+C).addClass(n+x+" "+n+w+x).addClass(!m.isSliding?"":n+J+" "+n+w+J);h.resizable?g.draggable("enable").css("cursor",h.resizerCursor).attr("title",h.resizerTip):g.css("cursor","default");k&&k.removeClass(r+C+" "+r+w+C).addClass(r+x+" "+r+
35
- w+x).attr("title",h.togglerTip_open);P("all")}Q(b);fa(b,!m.isSliding);y(b,h.onopen_end||h.onopen);if(ca)y(b,h.onshow_end||h.onshow);ia(b)}var f=s[b],g=B[b],k=O[b],h=p[b],m=t[b];d=!d&&m.isClosed&&h.fxName_open!="none";var j=l[b].edge,n=h.resizerClass,r=h.togglerClass,w="-"+b,x="-open",C="-closed",J="-sliding",ca=m.isShowing;delete m.isShowing;if(!(!f||!h.resizable&&!h.closable))if(m.isClosed||m.isSliding)if(m.isHidden&&!ca)W(b,true);else if(l.isLayoutBusy)ha("open",b,c);else if(false!==y(b,h.onopen_start)){l[b].isMoving=
36
- true;l.isLayoutBusy=true;m.isSliding&&!c&&da(b,false);m.isClosed=false;if(ca)m.isHidden=false;U(b);m.size>m.maxSize&&f.css(l[b].sizeType,v(1,l[b].dir=="horz"?A(b,m.maxSize):E(b,m.maxSize)));aa(b,false);if(d){X(b,true);f.show(h.fxName_open,h.fxSettings_open,h.fxSpeed_open,function(){X(b,false);m.isClosed||e()})}else{f.show();e()}}},X=function(b,c){var d=s[b];if(c){d.css({zIndex:l.zIndex.animation});if(b=="south")d.css({top:q.top+q.innerHeight-d.outerHeight()});else b=="east"&&d.css({left:q.left+q.innerWidth-
37
- d.outerWidth()})}else{t[b].isSliding||d.css({zIndex:l.zIndex.pane_normal});if(b=="south")d.css({top:"auto"});else b=="east"&&d.css({left:"auto"})}},aa=function(b,c){var d=p[b],e=B[b],f=d.slideTrigger_open;if(e&&d.slidable){if(f!="click"&&f!="dblclick"&&f!="mouseover")f="click";e[c?"bind":"unbind"](f,wa).css("cursor",c?d.sliderCursor:"default").attr("title",c?d.sliderTip:"")}},da=function(b,c){function d(k){V(b,"closeSlider");k.stopPropagation()}var e=p[b].slideTrigger_close,f=s[b],g=B[b];t[b].isSliding=
38
- c;V(b,"closeSlider");f.css({zIndex:c?l.zIndex.sliding:l.zIndex.pane_normal});g.css({zIndex:c?l.zIndex.sliding:l.zIndex.resizer_normal});if(e!="click"&&e!="mouseout")e="mouseout";if(c){f.bind(e,la);g.bind(e,la);e="mouseout";f.bind("mouseover",d);g.bind("mouseover",d)}else{f.unbind(e);g.unbind(e);e="mouseout";f.unbind("mouseover");g.unbind("mouseover");V(b,"closeSlider")}},wa=function(){var b=i(this).attr("resizer");if(t[b].isClosed){da(b,true);K(b,true)}},la=function(){function b(){da(d,false);e.isClosed||
39
- I(d)}var c=i(this),d=c.attr("pane")||c.attr("resizer");c=p[d];var e=t[d];e.isClosed||e.isResizing||(c.slideTrigger_close=="click"?b():pa(d,"closeSlider",b,300))},ba=function(b,c){var d=l[b].edge,e=l[b].dir,f=p[b],g=t[b],k=s[b],h=B[b];U(b);g.minSize=v(g.minSize,f.minSize);if(f.maxSize>0)g.maxSize=Math.min(g.maxSize,f.maxSize);c=v(c,g.minSize);c=Math.min(c,g.maxSize);g.size=c;h.css(d,c+q[d]);k.css(l[b].sizeType,v(1,l[b].dir=="horz"?A(b,c):E(b,c)));g.isSliding||L(e=="horz"?"all":"center");P();Q(b);y(b,
40
- f.onresize_end||f.onresize)},L=function(b,c,d){if(!b||b=="all")b="east,west,center";var e=ja();c&&i.extend(e,c);i.each(b.split(","),function(){if(s[this]){var f=G(this),g=p[f],k=t[f],h=s[f],m=B[f],j=true,n={};if(f=="center"){e=ja();n=i.extend({},e);n.width=v(1,E(f,n.width));n.height=v(1,A(f,n.height));j=n.width>1&&n.height>1;if(i.browser.msie&&(!i.boxModel||i.browser.version<7)){s.north&&s.north.css({width:E(s.north,q.innerWidth)});s.south&&s.south.css({width:E(s.south,q.innerWidth)})}}else{n.top=
41
- e.top;n.bottom=e.bottom;n.height=v(1,A(f,e.height));j=n.height>1}if(j){h.css(n);if(k.noRoom){k.noRoom=false;if(k.isHidden)return;else W(f,!k.isClosed)}if(!d){Q(f);y(f,g.onresize_end||g.onresize)}}else if(!k.noRoom){k.noRoom=true;if(!k.isHidden)if(d){h.hide();m&&m.hide()}else $(f)}}})},Q=function(b){if(!b||b=="all")b=l.allPanes;i.each(b.split(","),function(){if(N[this]){var c=G(this),d=p[c].contentIgnoreSelector,e=s[c];c=N[c];var f=c[0],g=A(e);e.children().each(function(){if(this!=f){var k=i(this);
42
- if(!d||!k.is(d))g-=k.outerHeight()}});if(g>0)g=A(c,g);g<1?c.hide():c.css({height:g}).show()}})},P=function(b,c){if(!b||b=="all")b=l.borderPanes;i.each(b.split(","),function(){var d=G(this),e=p[d],f=t[d],g=s[d],k=B[d],h=O[d];if(!(!g||!k||!e.resizable&&!e.closable)){var m=l[d].dir,j=f.isClosed?"_closed":"_open";d=e["spacing"+j];var n=e["togglerAlign"+j];j=e["togglerLength"+j];var r;if(d==0)k.hide();else{!f.noRoom&&!f.isHidden&&k.show();if(m=="horz"){r=g.outerWidth();k.css({width:v(1,E(k,r)),height:v(1,
43
- A(k,d)),left:D(g,"left")})}else{r=g.outerHeight();k.css({height:v(1,A(k,r)),width:v(1,E(k,d)),top:q.top+H("north",true)})}if(h){if(j==0||f.isSliding&&e.hideTogglerOnSlide){h.hide();return}else h.show();if(!(j>0)||j=="100%"||j>r){j=r;g=0}else if(typeof n=="string")switch(n){case "top":case "left":g=0;break;case "bottom":case "right":g=r-j;break;default:g=Math.floor((r-j)/2)}else{g=parseInt(n);g=n>=0?g:r-j+g}r=e.togglerContent_open?h.children(".content-open"):false;var w=e.togglerContent_closed?h.children(".content-closed"):
44
- false;n=f.isClosed?w:r;if(r)r.css("display",f.isClosed?"none":"block");if(w)w.css("display",f.isClosed?"block":"none");if(m=="horz"){f=E(h,j);h.css({width:v(0,f),height:v(1,A(h,d)),left:g});n&&n.css("marginLeft",Math.floor((f-n.outerWidth())/2))}else{f=A(h,j);h.css({height:v(0,f),width:v(1,E(h,d)),top:g});n&&n.css("marginTop",Math.floor((f-n.outerHeight())/2))}}if(c&&e.initHidden){k.hide();h&&h.hide()}}}})},ma=function(){var b=q.innerWidth,c=q.innerHeight;q=t.container=ka(z);var d=q.innerHeight<c,
45
- e=q.innerWidth<b,f,g;if(d||e)i.each(["south","north","east","west"],function(k,h){f=t[h];g=l[h].dir;if(!f.isClosed&&(d&&g=="horz"||e&&g=="vert")){U(h);f.size>f.maxSize&&ba(h,f.maxSize)}});L("all");P("all")},z=i(this).css({overflow:"hidden"}),s={},N={},B={},O={},l={allPanes:"north,south,east,west,center",borderPanes:"north,south,east,west",zIndex:{resizer_normal:1,pane_normal:2,mask:4,sliding:100,resizing:1E4,animation:1E4},resizers:{cssReq:{position:"absolute",padding:0,margin:0,fontSize:"1px",textAlign:"left",
46
- overflow:"hidden",zIndex:1},cssDef:{background:"#DDD",border:"none"}},togglers:{cssReq:{position:"absolute",display:"block",padding:0,margin:0,overflow:"hidden",textAlign:"center",fontSize:"1px",cursor:"pointer",zIndex:1},cssDef:{background:"#AAA"}},content:{cssReq:{overflow:"auto"},cssDef:{}},defaults:{cssReq:{position:"absolute",margin:0,zIndex:2},cssDef:{padding:"10px",background:"#FFF",border:"1px solid #BBB",overflow:"auto"}},north:{edge:"top",sizeType:"height",dir:"horz",cssReq:{top:0,bottom:"auto",
47
- left:0,right:0,width:"auto"}},south:{edge:"bottom",sizeType:"height",dir:"horz",cssReq:{top:"auto",bottom:0,left:0,right:0,width:"auto"}},east:{edge:"right",sizeType:"width",dir:"vert",cssReq:{left:"auto",right:0,top:"auto",bottom:"auto",height:"auto"}},west:{edge:"left",sizeType:"width",dir:"vert",cssReq:{left:0,right:"auto",top:"auto",bottom:"auto",height:"auto"}},center:{dir:"center",cssReq:{left:"auto",right:"auto",top:"auto",bottom:"auto",height:"auto",width:"auto"}}},q=t.container;(function(){sa();
48
- qa();ta();ua();va();Q("all");p.scrollToBookmarkOnLoad&&self.location.hash&&replace(self.location.hash);ra();i(window).resize(function(){var b="timerLayout_"+t.id;window[b]&&clearTimeout(window[b]);window[b]=null;window[b]=setTimeout(ma,100)})})();return{options:p,state:t,panes:s,toggle:R,open:K,close:I,hide:$,show:W,resizeContent:Q,sizePane:ba,resizeAll:ma,addToggleBtn:function(b,c){var d=T(b,c,"toggle");if(d)d.attr("title",t[c].isClosed?"Open":"Close").click(function(e){R(c);e.stopPropagation()})},
49
- addOpenBtn:function(b,c){var d=T(b,c,"open");d&&d.attr("title","Open").click(function(e){K(c);e.stopPropagation()})},addCloseBtn:function(b,c){var d=T(b,c,"close");d&&d.attr("title","Close").click(function(e){I(c);e.stopPropagation()})},addPinBtn:function(b,c){var d=T(b,c,"pin");if(d){var e=t[c];d.click(function(f){Y(i(this),c,e.isSliding||e.isClosed);e.isSliding||e.isClosed?K(c):I(c);f.stopPropagation()});Y(d,c,!e.isClosed&&!e.isSliding);l[c].pins.push(b)}},allowOverflow:ea,resetOverflow:S,cssWidth:E,
50
- cssHeight:A}}})(jQuery);
1
+ (function(g){g.fn.layout=function(n){function ia(b){if(!b)return!0;var c=b.keyCode;if(c<33)return!0;var d={38:"north",40:"south",37:"west",39:"east"},e=c>=37&&c<=40,f=b.shiftKey,h=b.ctrlKey,u=!1,j,l,k;if(!h&&!f)return!0;else e&&p[d[c]].enableCursorHotkey?u=d[c]:g.each(i.borderPanes.split(","),function(b,d){j=p[d];l=j.customHotkey;k=j.customHotkeyModifier;if(f&&k=="SHIFT"||h&&k=="CTRL"||h&&f)if(l&&c==(isNaN(l)||l<=9?l.toUpperCase().charCodeAt(0):l))return u=d,!1});if(!u)return!0;j=p[u];d=s[u];if(!j.enableCursorHotkey||
2
+ d.isHidden||!r[u])return!0;if((d=b.target||b.srcElement)&&f&&e&&(d.tagName=="TEXTAREA"||d.tagName=="INPUT"&&(c==37||c==39)))return!0;N(u);b.stopPropagation();return b.returnValue=!1}function $(b){this&&this.tagName&&(b=this);b=typeof b=="string"?r[b]:g(b).attr("pane")?g(b):g(b).parents("div[pane]:first");if(b.length){var c=b.attr("pane"),d=s[c];d.cssSaved&&O(c);if(d.isSliding||d.isResizing||d.isClosed)d.cssSaved=!1;else{var e={zIndex:i.zIndex.pane_normal+1},f={},h=b.css("overflow"),u=b.css("overflowX"),
3
+ j=b.css("overflowY");if(h!="visible")f.overflow=h,e.overflow="visible";if(u&&u!="visible"&&u!="auto")f.overflowX=u,e.overflowX="visible";if(j&&j!="visible"&&j!="auto")f.overflowY=u,e.overflowY="visible";d.cssSaved=f;b.css(e);g.each(i.allPanes.split(","),function(b,d){d!=c&&O(d)})}}}function O(b){this&&this.tagName&&(b=this);b=typeof b=="string"?r[b]:g(b).hasClass("ui-layout-pane")?g(b):g(b).parents("div[pane]:first");if(b.length){var c=b.attr("pane"),c=s[c],d=c.cssSaved||{};!c.isSliding&&!c.isResizing&&
4
+ b.css("zIndex",i.zIndex.pane_normal);b.css(d);c.cssSaved=!1}}function P(b,c,d){var e=g(b);if(e.length)if(i.borderPanes.indexOf(c)==-1)alert("Error Adding Button \n\nInvalid pane: "+c);else return b=p[c].buttonClass+"-"+d,e.addClass(b+" "+b+"-"+c),e;else alert("Error Adding Button \n\nInvalid selector: "+b);return!1}function aa(b,c){g.each(i[b].pins,function(d,e){U(g(e),b,c)})}function U(b,c,d){var e=b.attr("pin");if(!(e&&d==(e=="down"))){var f=p[c].buttonClass+"-pin",h=f+"-"+c,c=f+"-up",e=h+"-up";
5
+ f+="-down";h+="-down";b.attr("pin",d?"down":"up").attr("title",d?"Un-Pin":"Pin").removeClass(d?c:f).removeClass(d?e:h).addClass(d?f:c).addClass(d?h:e)}}var x={paneClass:"ui-layout-pane",resizerClass:"ui-layout-resizer",togglerClass:"ui-layout-toggler",togglerInnerClass:"ui-layout-",buttonClass:"ui-layout-button",contentSelector:".ui-layout-content",contentIgnoreSelector:".ui-layout-ignore"},p={name:"",scrollToBookmarkOnLoad:!0,defaults:{applyDefaultStyles:!1,closable:!0,resizable:!0,slidable:!0,contentSelector:x.contentSelector,
6
+ contentIgnoreSelector:x.contentIgnoreSelector,paneClass:x.paneClass,resizerClass:x.resizerClass,togglerClass:x.togglerClass,buttonClass:x.buttonClass,resizerDragOpacity:1,maskIframesOnResize:!0,minSize:0,maxSize:0,spacing_open:6,spacing_closed:6,togglerLength_open:50,togglerLength_closed:50,togglerAlign_open:"center",togglerAlign_closed:"center",togglerTip_open:"Close",togglerTip_closed:"Open",resizerTip:"Resize",sliderTip:"Slide Open",sliderCursor:"pointer",slideTrigger_open:"click",slideTrigger_close:"mouseout",
7
+ hideTogglerOnSlide:!1,togglerContent_open:"",togglerContent_closed:"",showOverflowOnHover:!1,enableCursorHotkey:!0,customHotkeyModifier:"SHIFT",fxName:"slide",fxSpeed:null,fxSettings:{},initClosed:!1,initHidden:!1},north:{paneSelector:".ui-layout-north",size:"auto",resizerCursor:"n-resize"},south:{paneSelector:".ui-layout-south",size:"auto",resizerCursor:"s-resize"},east:{paneSelector:".ui-layout-east",size:200,resizerCursor:"e-resize"},west:{paneSelector:".ui-layout-west",size:200,resizerCursor:"w-resize"},
8
+ center:{paneSelector:".ui-layout-center"}},V={slide:{all:{duration:"fast"},north:{direction:"up"},south:{direction:"down"},east:{direction:"right"},west:{direction:"left"}},drop:{all:{duration:"slow"},north:{direction:"up"},south:{direction:"down"},east:{direction:"right"},west:{direction:"left"}},scale:{all:{duration:"fast"}}},s={id:Math.floor(Math.random()*1E4),container:{},north:{},south:{},east:{},west:{},center:{}},ba={north:"south",south:"north",east:"west",west:"east"},I=function(b){if(typeof b==
9
+ "string")return!0;else if(typeof b=="object")try{return b.constructor.toString().match(/string/i)!==null}catch(c){}return!1},z=function(b){return typeof b=="string"||I(b)?g.trim(b):b},t=function(b,c){return Math.max(b,c)},ja=function(b){var c={defaults:{fxSettings:{}},north:{fxSettings:{}},south:{fxSettings:{}},east:{fxSettings:{}},west:{fxSettings:{}},center:{fxSettings:{}}},b=b||{};b.effects||b.defaults||b.north||b.south||b.west||b.east||b.center?c=g.extend(c,b):g.each(b,function(b,e){a=b.split("__");
10
+ c[a[1]?a[0]:"defaults"][a[1]?a[1]:a[0]]=e});return c},ca=function(b,c,d){function e(b){h=i[b];h.doCallback?(cpPane=h.callback.split(",")[1],cpPane!=b&&cpPane!=c&&e(cpPane,!0)):(h.doCallback=!0,h.callback=f)}var f=b+","+c+","+(d?1:0),h;g.each(i.borderPanes.split(","),function(b,c){if(i[c].isMoving)return e(c),!1})},da=function(b){b=i[b];i.isLayoutBusy=!1;delete b.isMoving;if(b.doCallback&&b.callback){b.doCallback=!1;var c=b.callback.split(","),d=c[2]>0?!0:!1;c[0]=="open"?G(c[1],d):c[0]=="close"&&A(c[1],
11
+ d);if(!b.doCallback)b.callback=null}},y=function(b,c){if(c){var d;try{if(typeof c=="function")d=c;else if(typeof c!="string")return;else if(c.indexOf(",")>0){var e=c.split(",");d=eval(e[0]);if(typeof d=="function"&&e.length>1)return d(e[1])}else d=eval(c);if(typeof d=="function")return d(b,r[b],g.extend({},s[b]),g.extend({},p[b]),p.name)}catch(f){}}},w=function(b,c){var d=0,e=!1,f="";!g.browser.msie&&g.curCSS(b[0],"display",!0)=="none"&&(e=!0,f=g.curCSS(b[0],"visibility",!0),b.css({display:"block",
12
+ visibility:"hidden"}));d=parseInt(g.curCSS(b[0],c,!0),10)||0;e&&(b.css({display:"none"}),f&&f!="hidden"&&b.css({visibility:f}));return d},E=function(b,c){var d;I(b)?(b=z(b),d=r[b]):d=g(b);if(c<=0)return 0;else c>0||(c=I(b)?F(b):d.outerWidth());return g.boxModel?c-w(d,"paddingLeft")-w(d,"paddingRight")-(g.curCSS(d[0],"borderLeftStyle",!0)=="none"?0:w(d,"borderLeftWidth"))-(g.curCSS(d[0],"borderRightStyle",!0)=="none"?0:w(d,"borderRightWidth")):c},B=function(b,c){var d;I(b)?(b=z(b),d=r[b]):d=g(b);if(c<=
13
+ 0)return 0;else c>0||(c=I(b)?F(b):d.outerHeight());return g.boxModel?c-w(d,"paddingTop")-w(d,"paddingBottom")-(g.curCSS(d[0],"borderTopStyle",!0)=="none"?0:w(d,"borderTopWidth"))-(g.curCSS(d[0],"borderBottomStyle",!0)=="none"?0:w(d,"borderBottomWidth")):c},F=function(b,c){var d=r[b],e=p[b],f=s[b],h=c?e.spacing_open:0,e=c?e.spacing_closed:0;return!d||f.isHidden?0:f.isClosed||f.isSliding&&c?e:i[b].dir=="horz"?d.outerHeight()+h:d.outerWidth()+h},Q=function(b){var c=q,d=i[b].dir,e=s[b],f=r[ba[b]],h=p[b].spacing_open,
14
+ u=p[ba[b]].spacing_open,j=!f?0:d=="horz"?f.outerHeight():f.outerWidth(),f=e.minSize||0,d=Math.min(e.maxSize||9999,(d=="horz"?c.innerHeight:c.innerWidth)-h-j-u),l,k;switch(b){case "north":l=c.offsetTop+f;k=c.offsetTop+d;break;case "west":l=c.offsetLeft+f;k=c.offsetLeft+d;break;case "south":l=c.offsetTop+c.innerHeight-d;k=c.offsetTop+c.innerHeight-f;break;case "east":l=c.offsetLeft+c.innerWidth-d,k=c.offsetLeft+c.innerWidth-f}g.extend(e,{minSize:f,maxSize:d,minPosition:l,maxPosition:k})},ea=function(){var b=
15
+ {top:F("north",!0),bottom:F("south",!0),left:F("west",!0),right:F("east",!0),width:0,height:0};b.width=q.innerWidth-left-right;b.height=q.innerHeight-bottom-top;b.top+=q.top;b.bottom+=q.bottom;b.left+=q.left;b.right+=q.right;return b},fa=function(b){var c={},d,e,f;g.each("Left,Right,Top,Bottom".split(","),function(){d=z(this);e=c["border"+d]=w(b,"border"+d+"Width");f=c["padding"+d]=w(b,"padding"+d);c["offset"+d]=e+f;b==v&&(c[d.toLowerCase()]=g.boxModel?f:0)});c.innerWidth=c.outerWidth=b.outerWidth();
16
+ c.innerHeight=c.outerHeight=b.outerHeight();g.boxModel&&(c.innerWidth-=c.offsetLeft+c.offsetRight,c.innerHeight-=c.offsetTop+c.offsetBottom);return c},ka=function(b,c,d,e){var f=window.layout=window.layout||{},f=f.timers=f.timers||{},b="layout_"+s.id+"_"+b+"_"+c;f[b]||(f[b]=setTimeout(d,e))},R=function(b,c){var d=window.layout=window.layout||{},d=d.timers=d.timers||{},e="layout_"+s.id+"_"+b+"_"+c;return d[e]?(clearTimeout(d[e]),delete d[e],!0):!1},la=function(){try{if(v[0].tagName=="BODY")g("html").css({height:"100%",
17
+ overflow:"hidden"}),g("body").css({position:"relative",height:"100%",overflow:"hidden",margin:0,padding:0,border:"none"});else{var b={overflow:"hidden"},c=v.css("position"),d=v.css("height");if(!v.hasClass("ui-layout-pane")){if(!c||"fixed,absolute,relative".indexOf(c)<0)b.position="relative";if(!d||d=="auto")b.height="100%"}v.css(b)}}catch(e){}q=s.container=fa(v)},ma=function(){g.each(i.borderPanes.split(","),function(b,c){var d=p[c];if(d.enableCursorHotkey||d.customHotkey)return g(document).keydown(ia),
18
+ !1})},na=function(){n=ja(n);n.effects&&(g.extend(V,n.effects),delete n.effects);g.each("name,scrollToBookmarkOnLoad".split(","),function(b,c){n[c]!==void 0?p[c]=n[c]:n.defaults[c]!==void 0&&(p[c]=n.defaults[c],delete n.defaults[c])});g.each("paneSelector,resizerCursor,customHotkey".split(","),function(b,c){delete n.defaults[c]});g.extend(p.defaults,n.defaults);i.center=g.extend(!0,{},i.defaults,i.center);g.extend(p.center,n.center);var b=g.extend(!0,{},p.defaults,n.defaults,p.center);g.each("paneClass,contentSelector,contentIgnoreSelector,applyDefaultStyles,showOverflowOnHover".split(","),
19
+ function(c,e){p.center[e]=b[e]});var c=p.defaults;g.each(i.borderPanes.split(","),function(b,e){i[e]=g.extend(!0,{},i.defaults,i[e]);o=p[e]=g.extend(!0,{},p.defaults,p[e],n.defaults,n[e]);if(!o.paneClass)o.paneClass=x.paneClass;if(!o.resizerClass)o.resizerClass=x.resizerClass;if(!o.togglerClass)o.togglerClass=x.togglerClass;g.each(["_open","_close",""],function(b,d){var i="fxName"+d,j="fxSpeed"+d,l="fxSettings"+d;o[i]=n[e][i]||n[e].fxName||n.defaults[i]||n.defaults.fxName||o[i]||o.fxName||c[i]||c.fxName||
20
+ "none";var k=o[i];if(k=="none"||!g.effects||!g.effects[k]||!V[k]&&!o[l]&&!o.fxSettings)k=o[i]="none";k=V[k]||{};i=k.all||{};k=k[e]||{};o[l]=g.extend({},i,k,c.fxSettings||{},c[l]||{},o.fxSettings,o[l],n.defaults.fxSettings,n.defaults[l]||{},n[e].fxSettings,n[e][l]||{});o[j]=n[e][j]||n[e].fxSpeed||n.defaults[j]||n.defaults.fxSpeed||o[j]||o[l].duration||o.fxSpeed||o.fxSettings.duration||c.fxSpeed||c.fxSettings.duration||k.duration||i.duration||"normal"})})},oa=function(){g.each(i.allPanes.split(","),
21
+ function(){var b=z(this),c=p[b],d=s[b],e=i[b].dir,f=c.size=="auto"||isNaN(c.size)?0:c.size,h=c.minSize||1,u=c.maxSize||9999,j=c.spacing_open||0,l=c.paneSelector,k={},m;J[b]=!1;l.substr(0,1)==="#"?m=r[b]=v.find(l+":first"):(m=r[b]=v.children(l+":first"),m.length||(m=r[b]=v.children("form:first").children(l+":first")));if(!m.length)return r[b]=!1,!0;m.attr("pane",b).addClass(c.paneClass+" "+c.paneClass+"-"+b);if(b!="center")d.isClosed=!1,d.isSliding=!1,d.isResizing=!1,d.isHidden=!1,d.noRoom=!1,i[b].pins=
22
+ [];k=g.extend({visibility:"visible",display:"block"},i.defaults.cssReq,i[b].cssReq);c.applyDefaultStyles&&g.extend(k,i.defaults.cssDef,i[b].cssDef);m.css(k);k={};switch(b){case "north":k.top=q.top;k.left=q.left;k.right=q.right;break;case "south":k.bottom=q.bottom;k.left=q.left;k.right=q.right;break;case "west":k.left=q.left;break;case "east":k.right=q.right}if(e=="horz"){if(f===0||f=="auto")m.css({height:"auto"}),f=m.outerHeight();f=t(f,h);f=Math.min(f,u);f=Math.min(f,q.innerHeight-j);k.height=t(1,
23
+ B(b,f));d.size=f;d.maxSize=u;d.minSize=t(h,f-k.height+1);m.css(k)}else if(e=="vert"){if(f===0||f=="auto")m.css({width:"auto","float":"left"}),f=m.outerWidth(),m.css({"float":"none"});f=t(f,h);f=Math.min(f,u);f=Math.min(f,q.innerWidth-j);k.width=t(1,E(b,f));d.size=f;d.maxSize=u;d.minSize=t(h,f-k.width+1);m.css(k);H(b,null,!0)}else b=="center"&&(m.css(k),H("center",null,!0));c.initClosed&&c.closable?(m.hide().addClass("closed"),d.isClosed=!0):c.initHidden||c.initClosed?(W(b,!0),d.isHidden=!0):m.addClass("open");
24
+ c.showOverflowOnHover&&m.hover($,O);if(c.contentSelector){d=J[b]=m.children(c.contentSelector+":first");if(!d.length)return J[b]=!1,!0;d.css(i.content.cssReq);c.applyDefaultStyles&&d.css(i.content.cssDef);m.css({overflow:"hidden"})}})},pa=function(){g.each(i.borderPanes.split(","),function(){var b=z(this),c=p[b],d=s[b],e=c.resizerClass,f=c.togglerClass,h=r[b];C[b]=!1;K[b]=!1;if(h&&(c.closable||c.resizable)){var u=i[b].edge,h=h.is(":visible"),j="-"+b,l=h?"-open":"-closed",k;k=C[b]=g("<span></span>");
25
+ (!h||!c.resizable)&&!h&&c.slidable&&k.attr("title",c.sliderTip).css("cursor",c.sliderCursor);k.attr("id",c.paneSelector.substr(0,1)=="#"?c.paneSelector.substr(1)+"-resizer":"").attr("resizer",b).css(i.resizers.cssReq).css(u,q[u]+F(b)).addClass(e+" "+e+j+" "+e+l+" "+e+j+l).appendTo(v);c.applyDefaultStyles&&k.css(i.resizers.cssDef);c.closable&&(e=K[b]=g("<div></div>"),e.attr("id",c.paneSelector.substr(0,1)=="#"?c.paneSelector.substr(1)+"-toggler":"").css(i.togglers.cssReq).attr("title",h?c.togglerTip_open:
26
+ c.togglerTip_closed).click(function(c){N(b);c.stopPropagation()}).mouseover(function(b){b.stopPropagation()}).addClass(f+" "+f+j+" "+f+l+" "+f+j+l).appendTo(k),c.togglerContent_open&&g("<span>"+c.togglerContent_open+"</span>").addClass("content content-open").css("display",d.isClosed?"none":"block").appendTo(e),c.togglerContent_closed&&g("<span>"+c.togglerContent_closed+"</span>").addClass("content content-closed").css("display",d.isClosed?"block":"none").appendTo(e),c.applyDefaultStyles&&e.css(i.togglers.cssDef),
27
+ h||X(b,!0))}});L("all",!0)},qa=function(){var b=typeof g.fn.draggable=="function",c;g.each(i.borderPanes.split(","),function(){var d=z(this),e=p[d],f=s[d];if(!b||!r[d]||!e.resizable)return e.resizable=!1,!0;var h=e.resizerClass,u=h+"-drag",j=h+"-"+d+"-drag",l=h+"-dragging",k=h+"-"+d+"-dragging",m=!1,D=C[d];f.isClosed||D.attr("title",e.resizerTip).css("cursor",e.resizerCursor);D.draggable({containment:v[0],axis:i[d].dir=="horz"?"y":"x",delay:200,distance:1,helper:"clone",opacity:e.resizerDragOpacity,
28
+ zIndex:i.zIndex.resizing,start:function(){if(!1===y(d,e.onresize_start))return!1;f.isResizing=!0;R(d,"closeSlider");D.addClass(u+" "+j);m=!1;var b=d=="east"||d=="south"?e.spacing_open:0;Q(d);f.minPosition-=b;f.maxPosition-=b;c=i[d].dir=="horz"?"top":"left";g(e.maskIframesOnResize===!0?"iframe":e.maskIframesOnResize).each(function(){g('<div class="ui-layout-mask"/>').css({background:"#fff",opacity:"0.001",zIndex:9,position:"absolute",width:this.offsetWidth+"px",height:this.offsetHeight+"px"}).css(g(this).offset()).appendTo(this.parentNode)})},
29
+ drag:function(b,e){m||(g(".ui-draggable-dragging").addClass(l+" "+k).children().css("visibility","hidden"),m=!0,f.isSliding&&r[d].css("zIndex",i.zIndex.sliding));if(e.position[c]<f.minPosition)e.position[c]=f.minPosition;else if(e.position[c]>f.maxPosition)e.position[c]=f.maxPosition},stop:function(b,c){var e=c.position,h;D.removeClass(u+" "+j);switch(d){case "north":h=e.top;break;case "west":h=e.left;break;case "south":h=q.outerHeight-e.top-D.outerHeight();break;case "east":h=q.outerWidth-e.left-
30
+ D.outerWidth()}Y(d,h-q[i[d].edge]);g("div.ui-layout-mask").remove();f.isResizing=!1}})})},W=function(b,c){var d=p[b],e=s[b],f=r[b],h=C[b];if(f&&!e.isHidden&&!1!==y(b,d.onhide_start))e.isSliding=!1,h&&h.hide(),c||e.isClosed?(e.isClosed=!0,e.isHidden=!0,f.hide(),H(i[b].dir=="horz"?"all":"center"),y(b,d.onhide_end||d.onhide)):(e.isHiding=!0,A(b,!1))},S=function(b,c){var d=p[b],e=s[b],f=C[b];if(r[b]&&e.isHidden&&!1!==y(b,d.onshow_start))e.isSliding=!1,e.isShowing=!0,f&&d.spacing_open>0&&f.show(),c===
31
+ !1?A(b,!0):G(b)},N=function(b){var c=s[b];c.isHidden?S(b):c.isClosed?G(b):A(b)},A=function(b,c,d){function e(){X(b,!0);t||y(b,j.onclose_end||j.onclose);t&&y(b,j.onshow_end||j.onshow);v&&y(b,j.onhide_end||j.onhide);da(b)}var f=r[b],h=C[b],g=K[b],j=p[b],l=s[b],d=!d&&!l.isClosed&&j.fxName_close!="none",k=i[b].edge,m=j.resizerClass,D=j.togglerClass,n="-"+b,t=l.isShowing,v=l.isHiding;delete l.isShowing;delete l.isHiding;if(f&&(j.resizable||j.closable)&&(c||!l.isClosed||t))if(i.isLayoutBusy)ca("close",
32
+ b,c);else if(t||!1!==y(b,j.onclose_start)){i[b].isMoving=!0;i.isLayoutBusy=!0;l.isClosed=!0;if(v)l.isHidden=!0;else if(t)l.isHidden=!1;aa(b,!1);l.isSliding||H(i[b].dir=="horz"?"all":"center");h&&(h.css(k,q[k]).removeClass(m+"-open "+m+n+"-open").removeClass(m+"-sliding "+m+n+"-sliding").addClass(m+"-closed "+m+n+"-closed"),j.resizable&&h.draggable("disable").css("cursor","default").attr("title",""),g&&g.removeClass(D+"-open "+D+n+"-open").addClass(D+"-closed "+D+n+"-closed").attr("title",j.togglerTip_closed),
33
+ L());d?(T(b,!0),f.hide(j.fxName_close,j.fxSettings_close,j.fxSpeed_close,function(){T(b,!1);l.isClosed&&e()})):(f.hide(),e())}},G=function(b,c,d){function e(){l.isSliding||H(i[b].dir=="vert"?"center":"all");h&&(h.css(k,q[k]+F(b)).removeClass(m+x+" "+m+v+x).addClass(m+w+" "+m+v+w).addClass(!l.isSliding?"":m+z+" "+m+v+z),j.resizable?h.draggable("enable").css("cursor",j.resizerCursor).attr("title",j.resizerTip):h.css("cursor","default"),g&&g.removeClass(n+x+" "+n+v+x).addClass(n+w+" "+n+v+w).attr("title",
34
+ j.togglerTip_open),L("all"));M(b);aa(b,!l.isSliding);y(b,j.onopen_end||j.onopen);A&&y(b,j.onshow_end||j.onshow);da(b)}var f=r[b],h=C[b],g=K[b],j=p[b],l=s[b],d=!d&&l.isClosed&&j.fxName_open!="none",k=i[b].edge,m=j.resizerClass,n=j.togglerClass,v="-"+b,w="-open",x="-closed",z="-sliding",A=l.isShowing;delete l.isShowing;if(f&&(j.resizable||j.closable)&&(l.isClosed||l.isSliding))if(l.isHidden&&!A)S(b,!0);else if(i.isLayoutBusy)ca("open",b,c);else if(!1!==y(b,j.onopen_start)){i[b].isMoving=!0;i.isLayoutBusy=
35
+ !0;l.isSliding&&!c&&Z(b,!1);l.isClosed=!1;if(A)l.isHidden=!1;Q(b);l.size>l.maxSize&&f.css(i[b].sizeType,t(1,i[b].dir=="horz"?B(b,l.maxSize):E(b,l.maxSize)));X(b,!1);d?(T(b,!0),f.show(j.fxName_open,j.fxSettings_open,j.fxSpeed_open,function(){T(b,!1);l.isClosed||e()})):(f.show(),e())}},T=function(b,c){var d=r[b];c?(d.css({zIndex:i.zIndex.animation}),b=="south"?d.css({top:q.top+q.innerHeight-d.outerHeight()}):b=="east"&&d.css({left:q.left+q.innerWidth-d.outerWidth()})):(s[b].isSliding||d.css({zIndex:i.zIndex.pane_normal}),
36
+ b=="south"?d.css({top:"auto"}):b=="east"&&d.css({left:"auto"}))},X=function(b,c){var d=p[b],e=C[b],f=d.slideTrigger_open;e&&d.slidable&&(f!="click"&&f!="dblclick"&&f!="mouseover"&&(f="click"),e[c?"bind":"unbind"](f,ra).css("cursor",c?d.sliderCursor:"default").attr("title",c?d.sliderTip:""))},Z=function(b,c){function d(c){R(b,"closeSlider");c.stopPropagation()}var e=p[b].slideTrigger_close,f=r[b],h=C[b];s[b].isSliding=c;R(b,"closeSlider");f.css({zIndex:c?i.zIndex.sliding:i.zIndex.pane_normal});h.css({zIndex:c?
37
+ i.zIndex.sliding:i.zIndex.resizer_normal});e!="click"&&e!="mouseout"&&(e="mouseout");c?(f.bind(e,ga),h.bind(e,ga),e="mouseout",f.bind("mouseover",d),h.bind("mouseover",d)):(f.unbind(e),h.unbind(e),e="mouseout",f.unbind("mouseover"),h.unbind("mouseover"),R(b,"closeSlider"))},ra=function(){var b=g(this).attr("resizer");s[b].isClosed&&(Z(b,!0),G(b,!0))},ga=function(){function b(){Z(d,!1);e.isClosed||A(d)}var c=g(this),d=c.attr("pane")||c.attr("resizer"),c=p[d],e=s[d];!e.isClosed&&!e.isResizing&&(c.slideTrigger_close==
38
+ "click"?b():ka(d,"closeSlider",b,300))},Y=function(b,c){var d=i[b].edge,e=i[b].dir,f=p[b],h=s[b],g=r[b],j=C[b];Q(b);h.minSize=t(h.minSize,f.minSize);if(f.maxSize>0)h.maxSize=Math.min(h.maxSize,f.maxSize);c=t(c,h.minSize);c=Math.min(c,h.maxSize);h.size=c;j.css(d,c+q[d]);g.css(i[b].sizeType,t(1,i[b].dir=="horz"?B(b,c):E(b,c)));h.isSliding||H(e=="horz"?"all":"center");L();M(b);y(b,f.onresize_end||f.onresize)},H=function(b,c,d){if(!b||b=="all")b="east,west,center";var e=ea();c&&g.extend(e,c);g.each(b.split(","),
39
+ function(){if(r[this]){var b=z(this),c=p[b],i=s[b],j=r[b],l=C[b],k=!0,m={};if(b=="center"){if(e=ea(),m=g.extend({},e),m.width=t(1,E(b,m.width)),m.height=t(1,B(b,m.height)),k=m.width>1&&m.height>1,g.browser.msie&&(!g.boxModel||g.browser.version<7))r.north&&r.north.css({width:E(r.north,q.innerWidth)}),r.south&&r.south.css({width:E(r.south,q.innerWidth)})}else m.top=e.top,m.bottom=e.bottom,m.height=t(1,B(b,e.height)),k=m.height>1;if(k){j.css(m);if(i.noRoom)if(i.noRoom=!1,i.isHidden)return;else S(b,!i.isClosed);
40
+ d||(M(b),y(b,c.onresize_end||c.onresize))}else if(!i.noRoom)i.noRoom=!0,i.isHidden||(d?(j.hide(),l&&l.hide()):W(b))}})},M=function(b){if(!b||b=="all")b=i.allPanes;g.each(b.split(","),function(){if(J[this]){var b=z(this),d=p[b].contentIgnoreSelector,e=r[b],b=J[b],f=b[0],h=B(e);e.children().each(function(){if(this!=f){var b=g(this);if(!d||!b.is(d))h-=b.outerHeight()}});h>0&&(h=B(b,h));h<1?b.hide():b.css({height:h}).show()}})},L=function(b,c){if(!b||b=="all")b=i.borderPanes;g.each(b.split(","),function(){var b=
41
+ z(this),e=p[b],f=s[b],h=r[b],g=C[b],j=K[b];if(h&&g&&(e.resizable||e.closable)){var l=i[b].dir,k=f.isClosed?"_closed":"_open",b=e["spacing"+k],m=e["togglerAlign"+k],k=e["togglerLength"+k],n;if(b==0)g.hide();else{!f.noRoom&&!f.isHidden&&g.show();l=="horz"?(n=h.outerWidth(),g.css({width:t(1,E(g,n)),height:t(1,B(g,b)),left:w(h,"left")})):(n=h.outerHeight(),g.css({height:t(1,B(g,n)),width:t(1,E(g,b)),top:q.top+F("north",!0)}));if(j){if(k==0||f.isSliding&&e.hideTogglerOnSlide){j.hide();return}else j.show();
42
+ if(!(k>0)||k=="100%"||k>n)k=n,h=0;else if(typeof m=="string")switch(m){case "top":case "left":h=0;break;case "bottom":case "right":h=n-k;break;default:h=Math.floor((n-k)/2)}else h=parseInt(m),h=m>=0?h:n-k+h;n=e.togglerContent_open?j.children(".content-open"):!1;var v=e.togglerContent_closed?j.children(".content-closed"):!1,m=f.isClosed?v:n;n&&n.css("display",f.isClosed?"none":"block");v&&v.css("display",f.isClosed?"block":"none");l=="horz"?(f=E(j,k),j.css({width:t(0,f),height:t(1,B(j,b)),left:h}),
43
+ m&&m.css("marginLeft",Math.floor((f-m.outerWidth())/2))):(f=B(j,k),j.css({height:t(0,f),width:t(1,E(j,b)),top:h}),m&&m.css("marginTop",Math.floor((f-m.outerHeight())/2)))}c&&e.initHidden&&(g.hide(),j&&j.hide())}}})},ha=function(){var b=q.innerWidth,c=q.innerHeight;q=s.container=fa(v);var d=q.innerHeight<c,e=q.innerWidth<b,f,h;(d||e)&&g.each(["south","north","east","west"],function(b,c){f=s[c];h=i[c].dir;if(!f.isClosed&&(d&&h=="horz"||e&&h=="vert"))Q(c),f.size>f.maxSize&&Y(c,f.maxSize)});H("all");
44
+ L("all")},v=g(this).css({overflow:"hidden"}),r={},J={},C={},K={},i={allPanes:"north,south,east,west,center",borderPanes:"north,south,east,west",zIndex:{resizer_normal:1,pane_normal:2,mask:4,sliding:100,resizing:1E4,animation:1E4},resizers:{cssReq:{position:"absolute",padding:0,margin:0,fontSize:"1px",textAlign:"left",overflow:"hidden",zIndex:1},cssDef:{background:"#DDD",border:"none"}},togglers:{cssReq:{position:"absolute",display:"block",padding:0,margin:0,overflow:"hidden",textAlign:"center",fontSize:"1px",
45
+ cursor:"pointer",zIndex:1},cssDef:{background:"#AAA"}},content:{cssReq:{overflow:"auto"},cssDef:{}},defaults:{cssReq:{position:"absolute",margin:0,zIndex:2},cssDef:{padding:"10px",background:"#FFF",border:"1px solid #BBB",overflow:"auto"}},north:{edge:"top",sizeType:"height",dir:"horz",cssReq:{top:0,bottom:"auto",left:0,right:0,width:"auto"}},south:{edge:"bottom",sizeType:"height",dir:"horz",cssReq:{top:"auto",bottom:0,left:0,right:0,width:"auto"}},east:{edge:"right",sizeType:"width",dir:"vert",cssReq:{left:"auto",
46
+ right:0,top:"auto",bottom:"auto",height:"auto"}},west:{edge:"left",sizeType:"width",dir:"vert",cssReq:{left:0,right:"auto",top:"auto",bottom:"auto",height:"auto"}},center:{dir:"center",cssReq:{left:"auto",right:"auto",top:"auto",bottom:"auto",height:"auto",width:"auto"}}},q=s.container;(function(){na();la();oa();pa();qa();M("all");p.scrollToBookmarkOnLoad&&self.location.hash&&replace(self.location.hash);ma();g(window).resize(function(){var b="timerLayout_"+s.id;window[b]&&clearTimeout(window[b]);
47
+ window[b]=null;window[b]=setTimeout(ha,100)})})();return{options:p,state:s,panes:r,toggle:N,open:G,close:A,hide:W,show:S,resizeContent:M,sizePane:Y,resizeAll:ha,addToggleBtn:function(b,c){var d=P(b,c,"toggle");d&&d.attr("title",s[c].isClosed?"Open":"Close").click(function(b){N(c);b.stopPropagation()})},addOpenBtn:function(b,c){var d=P(b,c,"open");d&&d.attr("title","Open").click(function(b){G(c);b.stopPropagation()})},addCloseBtn:function(b,c){var d=P(b,c,"close");d&&d.attr("title","Close").click(function(b){A(c);
48
+ b.stopPropagation()})},addPinBtn:function(b,c){var d=P(b,c,"pin");if(d){var e=s[c];d.click(function(b){U(g(this),c,e.isSliding||e.isClosed);e.isSliding||e.isClosed?G(c):A(c);b.stopPropagation()});U(d,c,!e.isClosed&&!e.isSliding);i[c].pins.push(b)}},allowOverflow:$,resetOverflow:O,cssWidth:E,cssHeight:B}}})(jQuery);
@@ -1,167 +1,166 @@
1
- (function(P,J){var H=P.document,T=function(){function a(){if(!p.isReady){try{H.documentElement.doScroll("left")}catch(f){setTimeout(a,1);return}p.ready()}}var p=function(f,q){return new p.fn.init(f,q,r)},D=P.jQuery,G=P.$,r,v=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,u=/\S/,E=/^\s+/,m=/\s+$/,d=/\d/,g=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,z=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,B=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,j=/(?:^|:|,)(?:\s*\[)+/g,l=/(webkit)[ \/]([\w.]+)/,
2
- s=/(opera)(?:.*version)?[ \/]([\w.]+)/,y=/(msie) ([\w.]+)/,e=/(mozilla)(?:.*? rv:([\w.]+))?/,b=navigator.userAgent,c=false,h,i="then done fail isResolved isRejected promise".split(" "),k,n=Object.prototype.toString,A=Object.prototype.hasOwnProperty,t=Array.prototype.push,x=Array.prototype.slice,I=String.prototype.trim,w=Array.prototype.indexOf,K={};p.fn=p.prototype={constructor:p,init:function(f,q,C){var F;if(!f)return this;if(f.nodeType){this.context=this[0]=f;this.length=1;return this}if(f==="body"&&
3
- !q&&H.body){this.context=H;this[0]=H.body;this.selector="body";this.length=1;return this}if(typeof f==="string")if((F=v.exec(f))&&(F[1]||!q))if(F[1]){C=(q=q instanceof p?q[0]:q)?q.ownerDocument||q:H;if(f=g.exec(f))if(p.isPlainObject(q)){f=[H.createElement(f[1])];p.fn.attr.call(f,q,true)}else f=[C.createElement(f[1])];else{f=p.buildFragment([F[1]],[C]);f=(f.cacheable?p.clone(f.fragment):f.fragment).childNodes}return p.merge(this,f)}else{if((q=H.getElementById(F[2]))&&q.parentNode){if(q.id!==F[2])return C.find(f);
4
- this.length=1;this[0]=q}this.context=H;this.selector=f;return this}else return!q||q.jquery?(q||C).find(f):this.constructor(q).find(f);else if(p.isFunction(f))return C.ready(f);if(f.selector!==J){this.selector=f.selector;this.context=f.context}return p.makeArray(f,this)},selector:"",jquery:"@VERSION",length:0,size:function(){return this.length},toArray:function(){return x.call(this,0)},get:function(f){return f==null?this.toArray():f<0?this[this.length+f]:this[f]},pushStack:function(f,q,C){var F=this.constructor();
5
- p.isArray(f)?t.apply(F,f):p.merge(F,f);F.prevObject=this;F.context=this.context;if(q==="find")F.selector=this.selector+(this.selector?" ":"")+C;else if(q)F.selector=this.selector+"."+q+"("+C+")";return F},each:function(f,q){return p.each(this,f,q)},ready:function(f){p.bindReady();h.done(f);return this},eq:function(f){return f===-1?this.slice(f):this.slice(f,+f+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(x.apply(this,arguments),
6
- "slice",x.call(arguments).join(","))},map:function(f){return this.pushStack(p.map(this,function(q,C){return f.call(q,C,q)}))},end:function(){return this.prevObject||this.constructor(null)},push:t,sort:[].sort,splice:[].splice};p.fn.init.prototype=p.fn;p.extend=p.fn.extend=function(){var f,q,C,F,L,M=arguments[0]||{},O=1,S=arguments.length,W=false;if(typeof M==="boolean"){W=M;M=arguments[1]||{};O=2}if(typeof M!=="object"&&!p.isFunction(M))M={};if(S===O){M=this;--O}for(;O<S;O++)if((f=arguments[O])!=
7
- null)for(q in f){C=M[q];F=f[q];if(M!==F)if(W&&F&&(p.isPlainObject(F)||(L=p.isArray(F)))){if(L){L=false;C=C&&p.isArray(C)?C:[]}else C=C&&p.isPlainObject(C)?C:{};M[q]=p.extend(W,C,F)}else if(F!==J)M[q]=F}return M};p.extend({noConflict:function(f){P.$=G;if(f)P.jQuery=D;return p},isReady:false,readyWait:1,ready:function(f){f===true&&p.readyWait--;if(!p.readyWait||f!==true&&!p.isReady){if(!H.body)return setTimeout(p.ready,1);p.isReady=true;if(!(f!==true&&--p.readyWait>0)){h.resolveWith(H,[p]);p.fn.trigger&&
8
- p(H).trigger("ready").unbind("ready")}}},bindReady:function(){if(!c){c=true;if(H.readyState==="complete")return setTimeout(p.ready,1);if(H.addEventListener){H.addEventListener("DOMContentLoaded",k,false);P.addEventListener("load",p.ready,false)}else if(H.attachEvent){H.attachEvent("onreadystatechange",k);P.attachEvent("onload",p.ready);var f=false;try{f=P.frameElement==null}catch(q){}H.documentElement.doScroll&&f&&a()}}},isFunction:function(f){return p.type(f)==="function"},isArray:Array.isArray||
9
- function(f){return p.type(f)==="array"},isWindow:function(f){return f&&typeof f==="object"&&"setInterval"in f},isNaN:function(f){return f==null||!d.test(f)||isNaN(f)},type:function(f){return f==null?String(f):K[n.call(f)]||"object"},isPlainObject:function(f){if(!f||p.type(f)!=="object"||f.nodeType||p.isWindow(f))return false;if(f.constructor&&!A.call(f,"constructor")&&!A.call(f.constructor.prototype,"isPrototypeOf"))return false;for(var q in f);return q===J||A.call(f,q)},isEmptyObject:function(f){for(var q in f)return false;
10
- return true},error:function(f){throw f;},parseJSON:function(f){if(typeof f!=="string"||!f)return null;f=p.trim(f);if(o.test(f.replace(z,"@").replace(B,"]").replace(j,"")))return P.JSON&&P.JSON.parse?P.JSON.parse(f):(new Function("return "+f))();else p.error("Invalid JSON: "+f)},parseXML:function(f,q,C){if(P.DOMParser){C=new DOMParser;q=C.parseFromString(f,"text/xml")}else{q=new ActiveXObject("Microsoft.XMLDOM");q.async="false";q.loadXML(f)}C=q.documentElement;if(!C||!C.nodeName||C.nodeName==="parsererror")p.error("Invalid XML: "+
11
- f);return q},noop:function(){},globalEval:function(f){if(f&&u.test(f)){var q=H.head||H.getElementsByTagName("head")[0]||H.documentElement,C=H.createElement("script");if(p.support.scriptEval())C.appendChild(H.createTextNode(f));else C.text=f;q.insertBefore(C,q.firstChild);q.removeChild(C)}},nodeName:function(f,q){return f.nodeName&&f.nodeName.toUpperCase()===q.toUpperCase()},each:function(f,q,C){var F,L=0,M=f.length,O=M===J||p.isFunction(f);if(C)if(O)for(F in f){if(q.apply(f[F],C)===false)break}else for(;L<
12
- M;){if(q.apply(f[L++],C)===false)break}else if(O)for(F in f){if(q.call(f[F],F,f[F])===false)break}else for(C=f[0];L<M&&q.call(C,L,C)!==false;C=f[++L]);return f},trim:I?function(f){return f==null?"":I.call(f)}:function(f){return f==null?"":f.toString().replace(E,"").replace(m,"")},makeArray:function(f,q){var C=q||[];if(f!=null){var F=p.type(f);f.length==null||F==="string"||F==="function"||F==="regexp"||p.isWindow(f)?t.call(C,f):p.merge(C,f)}return C},inArray:function(f,q){if(q.indexOf)return q.indexOf(f);
13
- for(var C=0,F=q.length;C<F;C++)if(q[C]===f)return C;return-1},merge:function(f,q){var C=f.length,F=0;if(typeof q.length==="number")for(var L=q.length;F<L;F++)f[C++]=q[F];else for(;q[F]!==J;)f[C++]=q[F++];f.length=C;return f},grep:function(f,q,C){var F=[],L;C=!!C;for(var M=0,O=f.length;M<O;M++){L=!!q(f[M],M);C!==L&&F.push(f[M])}return F},map:function(f,q,C){for(var F=[],L,M=0,O=f.length;M<O;M++){L=q(f[M],M,C);if(L!=null)F[F.length]=L}return F.concat.apply([],F)},guid:1,proxy:function(f,q,C){if(arguments.length===
14
- 2)if(typeof q==="string"){C=f;f=C[q];q=J}else if(q&&!p.isFunction(q)){C=q;q=J}if(!q&&f)q=function(){return f.apply(C||this,arguments)};if(f)q.guid=f.guid=f.guid||q.guid||p.guid++;return q},access:function(f,q,C,F,L,M){var O=f.length;if(typeof q==="object"){for(var S in q)p.access(f,S,q[S],F,L,C);return f}if(C!==J){F=!M&&F&&p.isFunction(C);for(S=0;S<O;S++)L(f[S],q,F?C.call(f[S],S,L(f[S],q)):C,M);return f}return O?L(f[0],q):J},now:function(){return(new Date).getTime()},_Deferred:function(){var f=[],
15
- q,C,F,L={done:function(){if(!F){var M=arguments,O,S,W,da,Y;if(q){Y=q;q=0}O=0;for(S=M.length;O<S;O++){W=M[O];da=p.type(W);if(da==="array")L.done.apply(L,W);else da==="function"&&f.push(W)}Y&&L.resolveWith(Y[0],Y[1])}return this},resolveWith:function(M,O){if(!F&&!q&&!C){C=1;try{for(;f[0];)f.shift().apply(M,O)}catch(S){throw S;}finally{q=[M,O];C=0}}return this},resolve:function(){L.resolveWith(p.isFunction(this.promise)?this.promise():this,arguments);return this},isResolved:function(){return!!(C||q)},
16
- cancel:function(){F=1;f=[];return this}};return L},Deferred:function(f){var q=p._Deferred(),C=p._Deferred(),F;p.extend(q,{then:function(L,M){q.done(L).fail(M);return this},fail:C.done,rejectWith:C.resolveWith,reject:C.resolve,isRejected:C.isResolved,promise:function(L){if(L==null){if(F)return F;F=L={}}for(var M=i.length;M--;)L[i[M]]=q[i[M]];return L}});q.done(C.cancel).fail(q.cancel);delete q.cancel;f&&f.call(q,q);return q},when:function(f){var q=arguments.length,C=q<=1&&f&&p.isFunction(f.promise)?
17
- f:p.Deferred(),F=C.promise();if(q>1){for(var L=x.call(arguments,0),M=q,O=function(S){return function(W){L[S]=arguments.length>1?x.call(arguments,0):W;--M||C.resolveWith(F,L)}};q--;)if((f=L[q])&&p.isFunction(f.promise))f.promise().then(O(q),C.reject);else--M;M||C.resolveWith(F,L)}else C!==f&&C.resolve(f);return F},uaMatch:function(f){f=f.toLowerCase();f=l.exec(f)||s.exec(f)||y.exec(f)||f.indexOf("compatible")<0&&e.exec(f)||[];return{browser:f[1]||"",version:f[2]||"0"}},sub:function(){function f(C,
18
- F){return new f.fn.init(C,F)}p.extend(true,f,this);f.superclass=this;f.fn=f.prototype=this();f.fn.constructor=f;f.subclass=this.subclass;f.fn.init=function(C,F){if(F&&F instanceof p&&!(F instanceof f))F=f(F);return p.fn.init.call(this,C,F,q)};f.fn.init.prototype=f.fn;var q=f(H);return f},browser:{}});h=p._Deferred();p.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(f,q){K["[object "+q+"]"]=q.toLowerCase()});b=p.uaMatch(b);if(b.browser){p.browser[b.browser]=true;
19
- p.browser.version=b.version}if(p.browser.webkit)p.browser.safari=true;if(w)p.inArray=function(f,q){return w.call(q,f)};if(u.test(" ")){E=/^[\s\xA0]+/;m=/[\s\xA0]+$/}r=p(H);if(H.addEventListener)k=function(){H.removeEventListener("DOMContentLoaded",k,false);p.ready()};else if(H.attachEvent)k=function(){if(H.readyState==="complete"){H.detachEvent("onreadystatechange",k);p.ready()}};return p}();(function(a){(function(){a.support={};var p=H.createElement("div");p.style.display="none";p.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
20
- var D=p.getElementsByTagName("*"),G=p.getElementsByTagName("a")[0],r=H.createElement("select"),v=r.appendChild(H.createElement("option")),u=p.getElementsByTagName("input")[0];if(!(!D||!D.length||!G)){a.support={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/red/.test(G.getAttribute("style")),hrefNormalized:G.getAttribute("href")==="/a",opacity:/^0.55$/.test(G.style.opacity),cssFloat:!!G.style.cssFloat,
21
- checkOn:u.value==="on",optSelected:v.selected,deleteExpando:true,optDisabled:false,checkClone:false,noCloneEvent:true,noCloneChecked:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};u.checked=true;a.support.noCloneChecked=u.cloneNode(true).checked;r.disabled=true;a.support.optDisabled=!v.disabled;var E=null;a.support.scriptEval=function(){if(E===null){var d=H.documentElement,g=H.createElement("script"),o="script"+a.now();try{g.appendChild(H.createTextNode("window."+
22
- o+"=1;"))}catch(z){}d.insertBefore(g,d.firstChild);if(P[o]){E=true;delete P[o]}else E=false;d.removeChild(g)}return E};try{delete p.test}catch(m){a.support.deleteExpando=false}if(!p.addEventListener&&p.attachEvent&&p.fireEvent){p.attachEvent("onclick",function d(){a.support.noCloneEvent=false;p.detachEvent("onclick",d)});p.cloneNode(true).fireEvent("onclick")}p=H.createElement("div");p.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";D=H.createDocumentFragment();D.appendChild(p.firstChild);
23
- a.support.checkClone=D.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var d=H.createElement("div"),g=H.getElementsByTagName("body")[0];if(g){d.style.width=d.style.paddingLeft="1px";g.appendChild(d);a.boxModel=a.support.boxModel=d.offsetWidth===2;if("zoom"in d.style){d.style.display="inline";d.style.zoom=1;a.support.inlineBlockNeedsLayout=d.offsetWidth===2;d.style.display="";d.innerHTML="<div style='width:4px;'></div>";a.support.shrinkWrapBlocks=d.offsetWidth!==2}d.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";
24
- var o=d.getElementsByTagName("td");a.support.reliableHiddenOffsets=o[0].offsetHeight===0;o[0].style.display="";o[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&o[0].offsetHeight===0;d.innerHTML="";g.removeChild(d).style.display="none"}});D=function(d){var g=H.createElement("div");d="on"+d;if(!g.attachEvent)return true;var o=d in g;if(!o){g.setAttribute(d,"return;");o=typeof g[d]==="function"}return o};a.support.submitBubbles=D("submit");a.support.changeBubbles=
25
- D("change");p=D=G=null}})()})(T);(function(a){function p(r,v,u){if(u===J&&r.nodeType===1){u=r.getAttribute("data-"+v);if(typeof u==="string"){try{u=u==="true"?true:u==="false"?false:u==="null"?null:!a.isNaN(u)?parseFloat(u):G.test(u)?a.parseJSON(u):u}catch(E){}a.data(r,v,u)}else u=J}return u}function D(r){for(var v in r)if(v!=="toJSON")return false;return true}var G=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
26
- applet:true},hasData:function(r){r=r.nodeType?a.cache[r[a.expando]]:r[a.expando];return!!r&&!D(r)},data:function(r,v,u,E){if(a.acceptData(r)){var m=a.expando,d=typeof v==="string",g=r.nodeType,o=g?a.cache:r,z=g?r[a.expando]:r[a.expando]&&a.expando;if(!((!z||E&&z&&!o[z][m])&&d&&u===J)){if(!z)if(g)r[a.expando]=z=++a.uuid;else z=a.expando;if(!o[z]){o[z]={};if(!g)o[z].toJSON=a.noop}if(typeof v==="object"||typeof v==="function")if(E)o[z][m]=a.extend(o[z][m],v);else o[z]=a.extend(o[z],v);r=o[z];if(E){r[m]||
27
- (r[m]={});r=r[m]}if(u!==J)r[v]=u;if(v==="events"&&!r[v])return r[m]&&r[m].events;return d?r[v]:r}}},removeData:function(r,v,u){if(a.acceptData(r)){var E=a.expando,m=r.nodeType,d=m?a.cache:r,g=m?r[a.expando]:a.expando;if(d[g]){if(v){var o=u?d[g][E]:d[g];if(o){delete o[v];if(!D(o))return}}if(u){delete d[g][E];if(!D(d[g]))return}v=d[g][E];if(a.support.deleteExpando||d!=P)delete d[g];else d[g]=null;if(v){d[g]={};if(!m)d[g].toJSON=a.noop;d[g][E]=v}else if(m)if(a.support.deleteExpando)delete r[a.expando];
28
- else if(r.removeAttribute)r.removeAttribute(a.expando);else r[a.expando]=null}}},_data:function(r,v,u){return a.data(r,v,u,true)},acceptData:function(r){if(r.nodeName){var v=a.noData[r.nodeName.toLowerCase()];if(v)return!(v===true||r.getAttribute("classid")!==v)}return true}});a.fn.extend({data:function(r,v){var u=null;if(typeof r==="undefined"){if(this.length){u=a.data(this[0]);if(this[0].nodeType===1)for(var E=this[0].attributes,m,d=0,g=E.length;d<g;d++){m=E[d].name;if(m.indexOf("data-")===0){m=
29
- m.substr(5);p(this[0],m,u[m])}}}return u}else if(typeof r==="object")return this.each(function(){a.data(this,r)});var o=r.split(".");o[1]=o[1]?"."+o[1]:"";if(v===J){u=this.triggerHandler("getData"+o[1]+"!",[o[0]]);if(u===J&&this.length){u=a.data(this[0],r);u=p(this[0],r,u)}return u===J&&o[1]?this.data(o[0]):u}else return this.each(function(){var z=a(this),B=[o[0],v];z.triggerHandler("setData"+o[1]+"!",B);a.data(this,r,v);z.triggerHandler("changeData"+o[1]+"!",B)})},removeData:function(r){return this.each(function(){a.removeData(this,
30
- r)})}})})(T);(function(a){a.extend({queue:function(p,D,G){if(p){D=(D||"fx")+"queue";var r=a._data(p,D);if(!G)return r||[];if(!r||a.isArray(G))r=a._data(p,D,a.makeArray(G));else r.push(G);return r}},dequeue:function(p,D){D=D||"fx";var G=a.queue(p,D),r=G.shift();if(r==="inprogress")r=G.shift();if(r){D==="fx"&&G.unshift("inprogress");r.call(p,function(){a.dequeue(p,D)})}G.length||a.removeData(p,D+"queue",true)}});a.fn.extend({queue:function(p,D){if(typeof p!=="string"){D=p;p="fx"}if(D===J)return a.queue(this[0],
31
- p);return this.each(function(){var G=a.queue(this,p,D);p==="fx"&&G[0]!=="inprogress"&&a.dequeue(this,p)})},dequeue:function(p){return this.each(function(){a.dequeue(this,p)})},delay:function(p,D){p=a.fx?a.fx.speeds[p]||p:p;D=D||"fx";return this.queue(D,function(){var G=this;setTimeout(function(){a.dequeue(G,D)},p)})},clearQueue:function(p){return this.queue(p||"fx",[])}})})(T);(function(a){var p=/[\n\t\r]/g,D=/\s+/,G=/\r/g,r=/^(?:href|src|style)$/,v=/^(?:button|input)$/i,u=/^(?:button|input|object|select|textarea)$/i,
32
- E=/^a(?:rea)?$/i,m=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(d,g){return a.access(this,d,g,true,a.attr)},removeAttr:function(d){return this.each(function(){a.attr(this,d,"");this.nodeType===1&&this.removeAttribute(d)})},addClass:function(d){if(a.isFunction(d))return this.each(function(e){var b=
33
- a(this);b.addClass(d.call(this,e,b.attr("class")))});if(d&&typeof d==="string")for(var g=(d||"").split(D),o=0,z=this.length;o<z;o++){var B=this[o];if(B.nodeType===1)if(B.className){for(var j=" "+B.className+" ",l=B.className,s=0,y=g.length;s<y;s++)if(j.indexOf(" "+g[s]+" ")<0)l+=" "+g[s];B.className=a.trim(l)}else B.className=d}return this},removeClass:function(d){if(a.isFunction(d))return this.each(function(y){var e=a(this);e.removeClass(d.call(this,y,e.attr("class")))});if(d&&typeof d==="string"||
34
- d===J)for(var g=(d||"").split(D),o=0,z=this.length;o<z;o++){var B=this[o];if(B.nodeType===1&&B.className)if(d){for(var j=(" "+B.className+" ").replace(p," "),l=0,s=g.length;l<s;l++)j=j.replace(" "+g[l]+" "," ");B.className=a.trim(j)}else B.className=""}return this},toggleClass:function(d,g){var o=typeof d,z=typeof g==="boolean";if(a.isFunction(d))return this.each(function(B){var j=a(this);j.toggleClass(d.call(this,B,j.attr("class"),g),g)});return this.each(function(){if(o==="string")for(var B,j=0,
35
- l=a(this),s=g,y=d.split(D);B=y[j++];){s=z?s:!l.hasClass(B);l[s?"addClass":"removeClass"](B)}else if(o==="undefined"||o==="boolean"){this.className&&a._data(this,"__className__",this.className);this.className=this.className||d===false?"":a._data(this,"__className__")||""}})},hasClass:function(d){d=" "+d+" ";for(var g=0,o=this.length;g<o;g++)if((" "+this[g].className+" ").replace(p," ").indexOf(d)>-1)return true;return false},val:function(d){if(!arguments.length){var g=this[0];if(g){if(a.nodeName(g,
36
- "option")){var o=g.attributes.value;return!o||o.specified?g.value:g.text}if(a.nodeName(g,"select")){o=g.selectedIndex;var z=[],B=g.options;g=g.type==="select-one";if(o<0)return null;for(var j=g?o:0,l=g?o+1:B.length;j<l;j++){var s=B[j];if(s.selected&&(a.support.optDisabled?!s.disabled:s.getAttribute("disabled")===null)&&(!s.parentNode.disabled||!a.nodeName(s.parentNode,"optgroup"))){d=a(s).val();if(g)return d;z.push(d)}}if(g&&!z.length&&B.length)return a(B[o]).val();return z}if(m.test(g.type)&&!a.support.checkOn)return g.getAttribute("value")===
37
- null?"on":g.value;return(g.value||"").replace(G,"")}return J}var y=a.isFunction(d);return this.each(function(e){var b=a(this),c=d;if(this.nodeType===1){if(y)c=d.call(this,e,b.val());if(c==null)c="";else if(typeof c==="number")c+="";else if(a.isArray(c))c=a.map(c,function(i){return i==null?"":i+""});if(a.isArray(c)&&m.test(this.type))this.checked=a.inArray(b.val(),c)>=0;else if(a.nodeName(this,"select")){var h=a.makeArray(c);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),h)>=
38
- 0});if(!h.length)this.selectedIndex=-1}else this.value=c}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(d,g,o,z){if(!d||d.nodeType===3||d.nodeType===8||d.nodeType===2)return J;if(z&&g in a.attrFn)return a(d)[g](o);z=d.nodeType!==1||!a.isXMLDoc(d);var B=o!==J;g=z&&a.props[g]||g;if(d.nodeType===1){var j=r.test(g);if((g in d||d[g]!==J)&&z&&!j){if(B){g==="type"&&v.test(d.nodeName)&&d.parentNode&&a.error("type property can't be changed");
39
- if(o===null)d.nodeType===1&&d.removeAttribute(g);else d[g]=o}if(a.nodeName(d,"form")&&d.getAttributeNode(g))return d.getAttributeNode(g).nodeValue;if(g==="tabIndex")return(g=d.getAttributeNode("tabIndex"))&&g.specified?g.value:u.test(d.nodeName)||E.test(d.nodeName)&&d.href?0:J;return d[g]}if(!a.support.style&&z&&g==="style"){if(B)d.style.cssText=""+o;return d.style.cssText}B&&d.setAttribute(g,""+o);if(!d.attributes[g]&&d.hasAttribute&&!d.hasAttribute(g))return J;d=!a.support.hrefNormalized&&z&&j?
40
- d.getAttribute(g,2):d.getAttribute(g);return d===null?J:d}if(B)d[g]=o;return d[g]}})})(T);(function(a){function p(){return false}function D(){return true}function G(e,b,c){var h=a.extend({},c[0]);h.type=e;h.originalEvent={};h.liveFired=J;a.event.handle.call(b,h);h.isDefaultPrevented()&&c[0].preventDefault()}function r(e){var b,c,h,i,k,n,A,t,x,I,w,K=[];i=[];k=a._data(this,"events");if(!(e.liveFired===this||!k||!k.live||e.target.disabled||e.button&&e.type==="click")){if(e.namespace)w=RegExp("(^|\\.)"+
41
- e.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");e.liveFired=this;var f=k.live.slice(0);for(A=0;A<f.length;A++){k=f[A];k.origType.replace(u,"")===e.type?i.push(k.selector):f.splice(A--,1)}i=a(e.target).closest(i,e.currentTarget);t=0;for(x=i.length;t<x;t++){I=i[t];for(A=0;A<f.length;A++){k=f[A];if(I.selector===k.selector&&(!w||w.test(k.namespace))&&!I.elem.disabled){n=I.elem;h=null;if(k.preType==="mouseenter"||k.preType==="mouseleave"){e.type=k.preType;h=a(e.relatedTarget).closest(k.selector)[0]}if(!h||
42
- h!==n)K.push({elem:n,handleObj:k,level:I.level})}}}t=0;for(x=K.length;t<x;t++){i=K[t];if(c&&i.level>c)break;e.currentTarget=i.elem;e.data=i.handleObj.data;e.handleObj=i.handleObj;w=i.handleObj.origHandler.apply(i.elem,arguments);if(w===false||e.isPropagationStopped()){c=i.level;if(w===false)b=false;if(e.isImmediatePropagationStopped())break}}return b}}function v(e,b){return(e&&e!=="*"?e+".":"")+b.replace(m,"`").replace(d,"&")}var u=/\.(.*)$/,E=/^(?:textarea|input|select)$/i,m=/\./g,d=/ /g,g=/[^\w\s.|`]/g,
43
- o=function(e){return e.replace(g,"\\$&")};a.event={add:function(e,b,c,h){if(!(e.nodeType===3||e.nodeType===8)){try{if(a.isWindow(e)&&e!==P&&!e.frameElement)e=P}catch(i){}if(c===false)c=p;else if(!c)return;var k,n;if(c.handler){k=c;c=k.handler}if(!c.guid)c.guid=a.guid++;if(n=a._data(e)){var A=n.events,t=n.handle;if(!A)n.events=A={};if(!t)n.handle=t=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(t.elem,arguments):J};t.elem=e;b=b.split(" ");for(var x,I=0,w;x=b[I++];){n=
44
- k?a.extend({},k):{handler:c,data:h};if(x.indexOf(".")>-1){w=x.split(".");x=w.shift();n.namespace=w.slice(0).sort().join(".")}else{w=[];n.namespace=""}n.type=x;if(!n.guid)n.guid=c.guid;var K=A[x],f=a.event.special[x]||{};if(!K){K=A[x]=[];if(!f.setup||f.setup.call(e,h,w,t)===false)if(e.addEventListener)e.addEventListener(x,t,false);else e.attachEvent&&e.attachEvent("on"+x,t)}if(f.add){f.add.call(e,n);if(!n.handler.guid)n.handler.guid=c.guid}K.push(n);a.event.global[x]=true}e=null}}},global:{},remove:function(e,
45
- b,c,h){if(!(e.nodeType===3||e.nodeType===8)){if(c===false)c=p;var i,k,n=0,A,t,x,I,w,K,f=a.hasData(e)&&a._data(e),q=f&&f.events;if(f&&q){if(b&&b.type){c=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(i in q)a.event.remove(e,i+b)}else{for(b=b.split(" ");i=b[n++];){I=i;A=i.indexOf(".")<0;t=[];if(!A){t=i.split(".");i=t.shift();x=RegExp("(^|\\.)"+a.map(t.slice(0).sort(),o).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(w=q[i])if(c){I=a.event.special[i]||{};for(k=h||0;k<w.length;k++){K=
46
- w[k];if(c.guid===K.guid){if(A||x.test(K.namespace)){h==null&&w.splice(k--,1);I.remove&&I.remove.call(e,K)}if(h!=null)break}}if(w.length===0||h!=null&&w.length===1){if(!I.teardown||I.teardown.call(e,t)===false)a.removeEvent(e,i,f.handle);delete q[i]}}else for(k=0;k<w.length;k++){K=w[k];if(A||x.test(K.namespace)){a.event.remove(e,I,K.handler,k);w.splice(k--,1)}}}if(a.isEmptyObject(q)){if(b=f.handle)b.elem=null;delete f.events;delete f.handle;a.isEmptyObject(f)&&a.removeData(e,J,true)}}}}},trigger:function(e,
47
- b,c,h){var i=e.type||e;if(!h){e=typeof e==="object"?e[a.expando]?e:a.extend(a.Event(i),e):a.Event(i);if(i.indexOf("!")>=0){e.type=i=i.slice(0,-1);e.exclusive=true}if(!c){e.stopPropagation();a.event.global[i]&&a.each(a.cache,function(){var w=this[a.expando];w&&w.events&&w.events[i]&&a.event.trigger(e,b,w.handle.elem)})}if(!c||c.nodeType===3||c.nodeType===8)return J;e.result=J;e.target=c;b=a.makeArray(b);b.unshift(e)}e.currentTarget=c;(h=a._data(c,"handle"))&&h.apply(c,b);h=c.parentNode||c.ownerDocument;
48
- try{if(!(c&&c.nodeName&&a.noData[c.nodeName.toLowerCase()]))if(c["on"+i]&&c["on"+i].apply(c,b)===false){e.result=false;e.preventDefault()}}catch(k){}if(!e.isPropagationStopped()&&h)a.event.trigger(e,b,h,true);else if(!e.isDefaultPrevented()){var n;h=e.target;var A=i.replace(u,""),t=a.nodeName(h,"a")&&A==="click",x=a.event.special[A]||{};if((!x._default||x._default.call(c,e)===false)&&!t&&!(h&&h.nodeName&&a.noData[h.nodeName.toLowerCase()])){try{if(h[A]){if(n=h["on"+A])h["on"+A]=null;a.event.triggered=
49
- true;h[A]()}}catch(I){}if(n)h["on"+A]=n;a.event.triggered=false}}},handle:function(e){var b,c,h,i;c=[];var k=a.makeArray(arguments);e=k[0]=a.event.fix(e||P.event);e.currentTarget=this;b=e.type.indexOf(".")<0&&!e.exclusive;if(!b){h=e.type.split(".");e.type=h.shift();c=h.slice(0).sort();h=RegExp("(^|\\.)"+c.join("\\.(?:.*\\.)?")+"(\\.|$)")}e.namespace=e.namespace||c.join(".");i=a._data(this,"events");c=(i||{})[e.type];if(i&&c){c=c.slice(0);i=0;for(var n=c.length;i<n;i++){var A=c[i];if(b||h.test(A.namespace)){e.handler=
50
- A.handler;e.data=A.data;e.handleObj=A;A=A.handler.apply(this,k);if(A!==J){e.result=A;if(A===false){e.preventDefault();e.stopPropagation()}}if(e.isImmediatePropagationStopped())break}}}return e.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
51
- fix:function(e){if(e[a.expando])return e;var b=e;e=a.Event(b);for(var c=this.props.length,h;c;){h=this.props[--c];e[h]=b[h]}if(!e.target)e.target=e.srcElement||H;if(e.target.nodeType===3)e.target=e.target.parentNode;if(!e.relatedTarget&&e.fromElement)e.relatedTarget=e.fromElement===e.target?e.toElement:e.fromElement;if(e.pageX==null&&e.clientX!=null){b=H.documentElement;c=H.body;e.pageX=e.clientX+(b&&b.scrollLeft||c&&c.scrollLeft||0)-(b&&b.clientLeft||c&&c.clientLeft||0);e.pageY=e.clientY+(b&&b.scrollTop||
52
- c&&c.scrollTop||0)-(b&&b.clientTop||c&&c.clientTop||0)}if(e.which==null&&(e.charCode!=null||e.keyCode!=null))e.which=e.charCode!=null?e.charCode:e.keyCode;if(!e.metaKey&&e.ctrlKey)e.metaKey=e.ctrlKey;if(!e.which&&e.button!==J)e.which=e.button&1?1:e.button&2?3:e.button&4?2:0;return e},guid:1E8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(e){a.event.add(this,v(e.origType,e.selector),a.extend({},e,{handler:r,guid:e.handler.guid}))},remove:function(e){a.event.remove(this,
53
- v(e.origType,e.selector),e)}},beforeunload:{setup:function(e,b,c){if(a.isWindow(this))this.onbeforeunload=c},teardown:function(e,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};a.removeEvent=H.removeEventListener?function(e,b,c){e.removeEventListener&&e.removeEventListener(b,c,false)}:function(e,b,c){e.detachEvent&&e.detachEvent("on"+b,c)};a.Event=function(e){if(!this.preventDefault)return new a.Event(e);if(e&&e.type){this.originalEvent=e;this.type=e.type;this.isDefaultPrevented=e.defaultPrevented||
54
- e.returnValue===false||e.getPreventDefault&&e.getPreventDefault()?D:p}else this.type=e;this.timeStamp=a.now();this[a.expando]=true};a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=D;var e=this.originalEvent;if(e)if(e.preventDefault)e.preventDefault();else e.returnValue=false},stopPropagation:function(){this.isPropagationStopped=D;var e=this.originalEvent;if(e){e.stopPropagation&&e.stopPropagation();e.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=
55
- D;this.stopPropagation()},isDefaultPrevented:p,isPropagationStopped:p,isImmediatePropagationStopped:p};var z=function(e){var b=e.relatedTarget;try{if(!(b!==H&&!b.parentNode)){for(;b&&b!==this;)b=b.parentNode;if(b!==this){e.type=e.data;a.event.handle.apply(this,arguments)}}}catch(c){}},B=function(e){e.type=e.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,b){a.event.special[e]={setup:function(c){a.event.add(this,b,c&&c.selector?B:z,e)},teardown:function(c){a.event.remove(this,
56
- b,c&&c.selector?B:z)}}});if(!a.support.submitBubbles)a.event.special.submit={setup:function(){if(this.nodeName&&this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit",function(e){var b=e.target,c=b.type;if((c==="submit"||c==="image")&&a(b).closest("form").length)G("submit",this,arguments)});a.event.add(this,"keypress.specialSubmit",function(e){var b=e.target,c=b.type;if((c==="text"||c==="password")&&a(b).closest("form").length&&e.keyCode===13)G("submit",this,arguments)})}else return false},
57
- teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var j,l=function(e){var b=e.type,c=e.value;if(b==="radio"||b==="checkbox")c=e.checked;else if(b==="select-multiple")c=e.selectedIndex>-1?a.map(e.options,function(h){return h.selected}).join("-"):"";else if(e.nodeName.toLowerCase()==="select")c=e.selectedIndex;return c},s=function(e,b){var c=e.target,h,i;if(!(!E.test(c.nodeName)||c.readOnly)){h=a._data(c,"_change_data");i=l(c);if(e.type!=="focusout"||c.type!==
58
- "radio")a._data(c,"_change_data",i);if(!(h===J||i===h))if(h!=null||i){e.type="change";e.liveFired=J;a.event.trigger(e,b,c)}}};a.event.special.change={filters:{focusout:s,beforedeactivate:s,click:function(e){var b=e.target,c=b.type;if(c==="radio"||c==="checkbox"||b.nodeName.toLowerCase()==="select")s.call(this,e)},keydown:function(e){var b=e.target,c=b.type;if(e.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||e.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")s.call(this,e)},
59
- beforeactivate:function(e){e=e.target;a._data(e,"_change_data",l(e))}},setup:function(){if(this.type==="file")return false;for(var e in j)a.event.add(this,e+".specialChange",j[e]);return E.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return E.test(this.nodeName)}};j=a.event.special.change.filters;j.focus=j.beforeactivate}H.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(e,b){function c(h){h=a.event.fix(h);h.type=b;return a.event.handle.call(this,
60
- h)}a.event.special[b]={setup:function(){this.addEventListener(e,c,true)},teardown:function(){this.removeEventListener(e,c,true)}}});a.each(["bind","one"],function(e,b){a.fn[b]=function(c,h,i){if(typeof c==="object"){for(var k in c)this[b](k,h,c[k],i);return this}if(a.isFunction(h)||h===false){i=h;h=J}var n=b==="one"?a.proxy(i,function(t){a(this).unbind(t,n);return i.apply(this,arguments)}):i;if(c==="unload"&&b!=="one")this.one(c,h,i);else{k=0;for(var A=this.length;k<A;k++)a.event.add(this[k],c,n,
61
- h)}return this}});a.fn.extend({unbind:function(e,b){if(typeof e==="object"&&!e.preventDefault)for(var c in e)this.unbind(c,e[c]);else{c=0;for(var h=this.length;c<h;c++)a.event.remove(this[c],e,b)}return this},delegate:function(e,b,c,h){return this.live(b,c,h,e)},undelegate:function(e,b,c){return arguments.length===0?this.unbind("live"):this.die(b,null,c,e)},trigger:function(e,b){return this.each(function(){a.event.trigger(e,b,this)})},triggerHandler:function(e,b){if(this[0]){var c=a.Event(e);c.preventDefault();
62
- c.stopPropagation();a.event.trigger(c,b,this[0]);return c.result}},toggle:function(e){for(var b=arguments,c=1;c<b.length;)a.proxy(e,b[c++]);return this.click(a.proxy(e,function(h){var i=(a._data(this,"lastToggle"+e.guid)||0)%c;a._data(this,"lastToggle"+e.guid,i+1);h.preventDefault();return b[i].apply(this,arguments)||false}))},hover:function(e,b){return this.mouseenter(e).mouseleave(b||e)}});var y={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],
63
- function(e,b){a.fn[b]=function(c,h,i,k){var n,A=0,t,x,I=k||this.selector;k=k?this:a(this.context);if(typeof c==="object"&&!c.preventDefault){for(n in c)k[b](n,h,c[n],I);return this}if(a.isFunction(h)){i=h;h=J}for(c=(c||"").split(" ");(n=c[A++])!=null;){t=u.exec(n);x="";if(t){x=t[0];n=n.replace(u,"")}if(n==="hover")c.push("mouseenter"+x,"mouseleave"+x);else{t=n;if(n==="focus"||n==="blur"){c.push(y[n]+x);n+=x}else n=(y[n]||n)+x;if(b==="live"){x=0;for(var w=k.length;x<w;x++)a.event.add(k[x],"live."+
64
- v(n,I),{data:h,selector:I,handler:i,origType:n,origHandler:i,preType:t})}else k.unbind("live."+v(n,I),i)}}return this}});a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(e,b){a.fn[b]=function(c,h){if(h==null){h=c;c=null}return arguments.length>0?this.bind(b,c,h):this.trigger(b)};if(a.attrFn)a.attrFn[b]=true})})(T);(function(){function a(b,
65
- c,h,i,k,n){k=0;for(var A=i.length;k<A;k++){var t=i[k];if(t){var x=false;for(t=t[b];t;){if(t.sizcache===h){x=i[t.sizset];break}if(t.nodeType===1&&!n){t.sizcache=h;t.sizset=k}if(t.nodeName.toLowerCase()===c){x=t;break}t=t[b]}i[k]=x}}}function p(b,c,h,i,k,n){k=0;for(var A=i.length;k<A;k++){var t=i[k];if(t){var x=false;for(t=t[b];t;){if(t.sizcache===h){x=i[t.sizset];break}if(t.nodeType===1){if(!n){t.sizcache=h;t.sizset=k}if(typeof c!=="string"){if(t===c){x=true;break}}else if(d.filter(c,[t]).length>0){x=
66
- t;break}}t=t[b]}i[k]=x}}}var D=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,G=0,r=Object.prototype.toString,v=false,u=true,E=/\\/g,m=/\W/;[0,0].sort(function(){u=false;return 0});var d=function(b,c,h,i){h=h||[];var k=c=c||H;if(c.nodeType!==1&&c.nodeType!==9)return[];if(!b||typeof b!=="string")return h;var n,A,t,x,I,w=true,K=d.isXML(c),f=[],q=b;do{D.exec("");if(n=D.exec(q)){q=n[3];f.push(n[1]);if(n[2]){x=n[3];
67
- break}}}while(n);if(f.length>1&&o.exec(b))if(f.length===2&&g.relative[f[0]])A=e(f[0]+f[1],c);else for(A=g.relative[f[0]]?[c]:d(f.shift(),c);f.length;){b=f.shift();if(g.relative[b])b+=f.shift();A=e(b,A)}else{if(!i&&f.length>1&&c.nodeType===9&&!K&&g.match.ID.test(f[0])&&!g.match.ID.test(f[f.length-1])){n=d.find(f.shift(),c,K);c=n.expr?d.filter(n.expr,n.set)[0]:n.set[0]}if(c){n=i?{expr:f.pop(),set:j(i)}:d.find(f.pop(),f.length===1&&(f[0]==="~"||f[0]==="+")&&c.parentNode?c.parentNode:c,K);A=n.expr?d.filter(n.expr,
68
- n.set):n.set;if(f.length>0)t=j(A);else w=false;for(;f.length;){n=I=f.pop();if(g.relative[I])n=f.pop();else I="";if(n==null)n=c;g.relative[I](t,n,K)}}else t=[]}t||(t=A);t||d.error(I||b);if(r.call(t)==="[object Array]")if(w)if(c&&c.nodeType===1)for(b=0;t[b]!=null;b++){if(t[b]&&(t[b]===true||t[b].nodeType===1&&d.contains(c,t[b])))h.push(A[b])}else for(b=0;t[b]!=null;b++)t[b]&&t[b].nodeType===1&&h.push(A[b]);else h.push.apply(h,t);else j(t,h);if(x){d(x,k,h,i);d.uniqueSort(h)}return h};d.uniqueSort=function(b){if(s){v=
69
- u;b.sort(s);if(v)for(var c=1;c<b.length;c++)b[c]===b[c-1]&&b.splice(c--,1)}return b};d.matches=function(b,c){return d(b,null,null,c)};d.matchesSelector=function(b,c){return d(c,null,null,[b]).length>0};d.find=function(b,c,h){var i;if(!b)return[];for(var k=0,n=g.order.length;k<n;k++){var A,t=g.order[k];if(A=g.leftMatch[t].exec(b)){var x=A[1];A.splice(1,1);if(x.substr(x.length-1)!=="\\"){A[1]=(A[1]||"").replace(E,"");i=g.find[t](A,c,h);if(i!=null){b=b.replace(g.match[t],"");break}}}}i||(i=typeof c.getElementsByTagName!==
70
- "undefined"?c.getElementsByTagName("*"):[]);return{set:i,expr:b}};d.filter=function(b,c,h,i){for(var k,n,A=b,t=[],x=c,I=c&&c[0]&&d.isXML(c[0]);b&&c.length;){for(var w in g.filter)if((k=g.leftMatch[w].exec(b))!=null&&k[2]){var K,f,q=g.filter[w];f=k[1];n=false;k.splice(1,1);if(f.substr(f.length-1)!=="\\"){if(x===t)t=[];if(g.preFilter[w])if(k=g.preFilter[w](k,x,h,t,i,I)){if(k===true)continue}else n=K=true;if(k)for(var C=0;(f=x[C])!=null;C++)if(f){K=q(f,k,C,x);var F=i^!!K;if(h&&K!=null)if(F)n=true;else x[C]=
71
- false;else if(F){t.push(f);n=true}}if(K!==J){h||(x=t);b=b.replace(g.match[w],"");if(!n)return[];break}}}if(b===A)if(n==null)d.error(b);else break;A=b}return x};d.error=function(b){throw"Syntax error, unrecognized expression: "+b;};var g=d.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,
72
- TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(b){return b.getAttribute("href")},type:function(b){return b.getAttribute("type")}},relative:{"+":function(b,c){var h=
73
- typeof c==="string",i=h&&!m.test(c);h=h&&!i;if(i)c=c.toLowerCase();i=0;for(var k=b.length,n;i<k;i++)if(n=b[i]){for(;(n=n.previousSibling)&&n.nodeType!==1;);b[i]=h||n&&n.nodeName.toLowerCase()===c?n||false:n===c}h&&d.filter(c,b,true)},">":function(b,c){var h,i=typeof c==="string",k=0,n=b.length;if(i&&!m.test(c))for(c=c.toLowerCase();k<n;k++){if(h=b[k]){h=h.parentNode;b[k]=h.nodeName.toLowerCase()===c?h:false}}else{for(;k<n;k++)if(h=b[k])b[k]=i?h.parentNode:h.parentNode===c;i&&d.filter(c,b,true)}},
74
- "":function(b,c,h){var i,k=G++,n=p;if(typeof c==="string"&&!m.test(c)){i=c=c.toLowerCase();n=a}n("parentNode",c,k,b,i,h)},"~":function(b,c,h){var i,k=G++,n=p;if(typeof c==="string"&&!m.test(c)){i=c=c.toLowerCase();n=a}n("previousSibling",c,k,b,i,h)}},find:{ID:function(b,c,h){if(typeof c.getElementById!=="undefined"&&!h)return(b=c.getElementById(b[1]))&&b.parentNode?[b]:[]},NAME:function(b,c){if(typeof c.getElementsByName!=="undefined"){for(var h=[],i=c.getElementsByName(b[1]),k=0,n=i.length;k<n;k++)i[k].getAttribute("name")===
75
- b[1]&&h.push(i[k]);return h.length===0?null:h}},TAG:function(b,c){if(typeof c.getElementsByTagName!=="undefined")return c.getElementsByTagName(b[1])}},preFilter:{CLASS:function(b,c,h,i,k,n){b=" "+b[1].replace(E,"")+" ";if(n)return b;n=0;for(var A;(A=c[n])!=null;n++)if(A)if(k^(A.className&&(" "+A.className+" ").replace(/[\t\n\r]/g," ").indexOf(b)>=0))h||i.push(A);else if(h)c[n]=false;return false},ID:function(b){return b[1].replace(E,"")},TAG:function(b){return b[1].replace(E,"").toLowerCase()},CHILD:function(b){if(b[1]===
76
- "nth"){b[2]||d.error(b[0]);b[2]=b[2].replace(/^\+|\s*/g,"");var c=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(b[2]==="even"&&"2n"||b[2]==="odd"&&"2n+1"||!/\D/.test(b[2])&&"0n+"+b[2]||b[2]);b[2]=c[1]+(c[2]||1)-0;b[3]=c[3]-0}else b[2]&&d.error(b[0]);b[0]=G++;return b},ATTR:function(b,c,h,i,k,n){c=b[1]=b[1].replace(E,"");if(!n&&g.attrMap[c])b[1]=g.attrMap[c];b[4]=(b[4]||b[5]||"").replace(E,"");if(b[2]==="~=")b[4]=" "+b[4]+" ";return b},PSEUDO:function(b,c,h,i,k){if(b[1]==="not")if((D.exec(b[3])||"").length>1||
77
- /^\w/.test(b[3]))b[3]=d(b[3],null,null,c);else{b=d.filter(b[3],c,h,true^k);h||i.push.apply(i,b);return false}else if(g.match.POS.test(b[0])||g.match.CHILD.test(b[0]))return true;return b},POS:function(b){b.unshift(true);return b}},filters:{enabled:function(b){return b.disabled===false&&b.type!=="hidden"},disabled:function(b){return b.disabled===true},checked:function(b){return b.checked===true},selected:function(b){return b.selected===true},parent:function(b){return!!b.firstChild},empty:function(b){return!b.firstChild},
78
- has:function(b,c,h){return!!d(h[3],b).length},header:function(b){return/h\d/i.test(b.nodeName)},text:function(b){return"text"===b.getAttribute("type")},radio:function(b){return"radio"===b.type},checkbox:function(b){return"checkbox"===b.type},file:function(b){return"file"===b.type},password:function(b){return"password"===b.type},submit:function(b){return"submit"===b.type},image:function(b){return"image"===b.type},reset:function(b){return"reset"===b.type},button:function(b){return"button"===b.type||
79
- b.nodeName.toLowerCase()==="button"},input:function(b){return/input|select|textarea|button/i.test(b.nodeName)}},setFilters:{first:function(b,c){return c===0},last:function(b,c,h,i){return c===i.length-1},even:function(b,c){return c%2===0},odd:function(b,c){return c%2===1},lt:function(b,c,h){return c<h[3]-0},gt:function(b,c,h){return c>h[3]-0},nth:function(b,c,h){return h[3]-0===c},eq:function(b,c,h){return h[3]-0===c}},filter:{PSEUDO:function(b,c,h,i){var k=c[1],n=g.filters[k];if(n)return n(b,h,c,
80
- i);else if(k==="contains")return(b.textContent||b.innerText||d.getText([b])||"").indexOf(c[3])>=0;else if(k==="not"){c=c[3];h=0;for(i=c.length;h<i;h++)if(c[h]===b)return false;return true}else d.error(k)},CHILD:function(b,c){var h=c[1],i=b;switch(h){case "only":case "first":for(;i=i.previousSibling;)if(i.nodeType===1)return false;if(h==="first")return true;i=b;case "last":for(;i=i.nextSibling;)if(i.nodeType===1)return false;return true;case "nth":h=c[2];var k=c[3];if(h===1&&k===0)return true;var n=
81
- c[0],A=b.parentNode;if(A&&(A.sizcache!==n||!b.nodeIndex)){var t=0;for(i=A.firstChild;i;i=i.nextSibling)if(i.nodeType===1)i.nodeIndex=++t;A.sizcache=n}i=b.nodeIndex-k;return h===0?i===0:i%h===0&&i/h>=0}},ID:function(b,c){return b.nodeType===1&&b.getAttribute("id")===c},TAG:function(b,c){return c==="*"&&b.nodeType===1||b.nodeName.toLowerCase()===c},CLASS:function(b,c){return(" "+(b.className||b.getAttribute("class"))+" ").indexOf(c)>-1},ATTR:function(b,c){var h=c[1];h=g.attrHandle[h]?g.attrHandle[h](b):
82
- b[h]!=null?b[h]:b.getAttribute(h);var i=h+"",k=c[2],n=c[4];return h==null?k==="!=":k==="="?i===n:k==="*="?i.indexOf(n)>=0:k==="~="?(" "+i+" ").indexOf(n)>=0:!n?i&&h!==false:k==="!="?i!==n:k==="^="?i.indexOf(n)===0:k==="$="?i.substr(i.length-n.length)===n:k==="|="?i===n||i.substr(0,n.length+1)===n+"-":false},POS:function(b,c,h,i){var k=g.setFilters[c[2]];if(k)return k(b,h,c,i)}}},o=g.match.POS,z=function(b,c){return"\\"+(c-0+1)},B;for(B in g.match){g.match[B]=RegExp(g.match[B].source+/(?![^\[]*\])(?![^\(]*\))/.source);
83
- g.leftMatch[B]=RegExp(/(^(?:.|\r|\n)*?)/.source+g.match[B].source.replace(/\\(\d+)/g,z))}var j=function(b,c){b=Array.prototype.slice.call(b,0);if(c){c.push.apply(c,b);return c}return b};try{Array.prototype.slice.call(H.documentElement.childNodes,0)}catch(l){j=function(b,c){var h=0,i=c||[];if(r.call(b)==="[object Array]")Array.prototype.push.apply(i,b);else if(typeof b.length==="number")for(var k=b.length;h<k;h++)i.push(b[h]);else for(;b[h];h++)i.push(b[h]);return i}}var s,y;if(H.documentElement.compareDocumentPosition)s=
84
- function(b,c){if(b===c){v=true;return 0}if(!b.compareDocumentPosition||!c.compareDocumentPosition)return b.compareDocumentPosition?-1:1;return b.compareDocumentPosition(c)&4?-1:1};else{s=function(b,c){var h,i,k=[],n=[];h=b.parentNode;i=c.parentNode;var A=h;if(b===c){v=true;return 0}else if(h===i)return y(b,c);else if(h){if(!i)return 1}else return-1;for(;A;){k.unshift(A);A=A.parentNode}for(A=i;A;){n.unshift(A);A=A.parentNode}h=k.length;i=n.length;for(A=0;A<h&&A<i;A++)if(k[A]!==n[A])return y(k[A],n[A]);
85
- return A===h?y(b,n[A],-1):y(k[A],c,1)};y=function(b,c,h){if(b===c)return h;for(b=b.nextSibling;b;){if(b===c)return-1;b=b.nextSibling}return 1}}d.getText=function(b){for(var c="",h,i=0;b[i];i++){h=b[i];if(h.nodeType===3||h.nodeType===4)c+=h.nodeValue;else if(h.nodeType!==8)c+=d.getText(h.childNodes)}return c};(function(){var b=H.createElement("div"),c="script"+(new Date).getTime(),h=H.documentElement;b.innerHTML="<a name='"+c+"'/>";h.insertBefore(b,h.firstChild);if(H.getElementById(c)){g.find.ID=function(i,
86
- k,n){if(typeof k.getElementById!=="undefined"&&!n)return(k=k.getElementById(i[1]))?k.id===i[1]||typeof k.getAttributeNode!=="undefined"&&k.getAttributeNode("id").nodeValue===i[1]?[k]:J:[]};g.filter.ID=function(i,k){var n=typeof i.getAttributeNode!=="undefined"&&i.getAttributeNode("id");return i.nodeType===1&&n&&n.nodeValue===k}}h.removeChild(b);h=b=null})();(function(){var b=H.createElement("div");b.appendChild(H.createComment(""));if(b.getElementsByTagName("*").length>0)g.find.TAG=function(c,h){var i=
87
- h.getElementsByTagName(c[1]);if(c[1]==="*"){for(var k=[],n=0;i[n];n++)i[n].nodeType===1&&k.push(i[n]);i=k}return i};b.innerHTML="<a href='#'></a>";if(b.firstChild&&typeof b.firstChild.getAttribute!=="undefined"&&b.firstChild.getAttribute("href")!=="#")g.attrHandle.href=function(c){return c.getAttribute("href",2)};b=null})();H.querySelectorAll&&function(){var b=d,c=H.createElement("div");c.innerHTML="<p class='TEST'></p>";if(!(c.querySelectorAll&&c.querySelectorAll(".TEST").length===0)){d=function(i,
88
- k,n,A){k=k||H;if(!A&&!d.isXML(k)){var t=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(i);if(t&&(k.nodeType===1||k.nodeType===9))if(t[1])return j(k.getElementsByTagName(i),n);else if(t[2]&&g.find.CLASS&&k.getElementsByClassName)return j(k.getElementsByClassName(t[2]),n);if(k.nodeType===9){if(i==="body"&&k.body)return j([k.body],n);else if(t&&t[3]){var x=k.getElementById(t[3]);if(x&&x.parentNode){if(x.id===t[3])return j([x],n)}else return j([],n)}try{return j(k.querySelectorAll(i),n)}catch(I){}}else if(k.nodeType===
89
- 1&&k.nodeName.toLowerCase()!=="object"){t=k;var w=(x=k.getAttribute("id"))||"__sizzle__",K=k.parentNode,f=/^\s*[+~]/.test(i);if(x)w=w.replace(/'/g,"\\$&");else k.setAttribute("id",w);if(f&&K)k=k.parentNode;try{if(!f||K)return j(k.querySelectorAll("[id='"+w+"'] "+i),n)}catch(q){}finally{x||t.removeAttribute("id")}}}return b(i,k,n,A)};for(var h in b)d[h]=b[h];c=null}}();(function(){var b=H.documentElement,c=b.matchesSelector||b.mozMatchesSelector||b.webkitMatchesSelector||b.msMatchesSelector,h=false;
90
- try{c.call(H.documentElement,"[test!='']:sizzle")}catch(i){h=true}if(c)d.matchesSelector=function(k,n){n=n.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!d.isXML(k))try{if(h||!g.match.PSEUDO.test(n)&&!/!=/.test(n))return c.call(k,n)}catch(A){}return d(n,null,null,[k]).length>0}})();(function(){var b=H.createElement("div");b.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!b.getElementsByClassName||b.getElementsByClassName("e").length===0)){b.lastChild.className="e";if(b.getElementsByClassName("e").length!==
91
- 1){g.order.splice(1,0,"CLASS");g.find.CLASS=function(c,h,i){if(typeof h.getElementsByClassName!=="undefined"&&!i)return h.getElementsByClassName(c[1])};b=null}}})();d.contains=H.documentElement.contains?function(b,c){return b!==c&&(b.contains?b.contains(c):true)}:H.documentElement.compareDocumentPosition?function(b,c){return!!(b.compareDocumentPosition(c)&16)}:function(){return false};d.isXML=function(b){return(b=(b?b.ownerDocument||b:0).documentElement)?b.nodeName!=="HTML":false};var e=function(b,
92
- c){for(var h,i=[],k="",n=c.nodeType?[c]:c;h=g.match.PSEUDO.exec(b);){k+=h[0];b=b.replace(g.match.PSEUDO,"")}b=g.relative[b]?b+"*":b;h=0;for(var A=n.length;h<A;h++)d(b,n[h],i);return d.filter(k,i)};T.find=d;T.expr=d.selectors;T.expr[":"]=T.expr.filters;T.unique=d.uniqueSort;T.text=d.getText;T.isXMLDoc=d.isXML;T.contains=d.contains})();(function(a){function p(d,g,o){if(a.isFunction(g))return a.grep(d,function(B,j){return!!g.call(B,j,B)===o});else if(g.nodeType)return a.grep(d,function(B){return B===
93
- g===o});else if(typeof g==="string"){var z=a.grep(d,function(B){return B.nodeType===1});if(v.test(g))return a.filter(g,z,!o);else g=a.filter(g,z)}return a.grep(d,function(B){return a.inArray(B,g)>=0===o})}var D=/Until$/,G=/^(?:parents|prevUntil|prevAll)/,r=/,/,v=/^.[^:#\[\.,]*$/,u=Array.prototype.slice,E=a.expr.match.POS,m={children:true,contents:true,next:true,prev:true};a.fn.extend({find:function(d){for(var g=this.pushStack("","find",d),o=0,z=0,B=this.length;z<B;z++){o=g.length;a.find(d,this[z],
94
- g);if(z>0)for(var j=o;j<g.length;j++)for(var l=0;l<o;l++)if(g[l]===g[j]){g.splice(j--,1);break}}return g},has:function(d){var g=a(d);return this.filter(function(){for(var o=0,z=g.length;o<z;o++)if(a.contains(this,g[o]))return true})},not:function(d){return this.pushStack(p(this,d,false),"not",d)},filter:function(d){return this.pushStack(p(this,d,true),"filter",d)},is:function(d){return!!d&&a.filter(d,this).length>0},closest:function(d,g){var o=[],z,B,j=this[0];if(a.isArray(d)){var l,s={},y=1;if(j&&
95
- d.length){z=0;for(B=d.length;z<B;z++){l=d[z];s[l]||(s[l]=a.expr.match.POS.test(l)?a(l,g||this.context):l)}for(;j&&j.ownerDocument&&j!==g;){for(l in s){z=s[l];if(z.jquery?z.index(j)>-1:a(j).is(z))o.push({selector:l,elem:j,level:y})}j=j.parentNode;y++}}return o}l=E.test(d)?a(d,g||this.context):null;z=0;for(B=this.length;z<B;z++)for(j=this[z];j;)if(l?l.index(j)>-1:a.find.matchesSelector(j,d)){o.push(j);break}else{j=j.parentNode;if(!j||!j.ownerDocument||j===g)break}o=o.length>1?a.unique(o):o;return this.pushStack(o,
96
- "closest",d)},index:function(d){if(!d||typeof d==="string")return a.inArray(this[0],d?a(d):this.parent().children());return a.inArray(d.jquery?d[0]:d,this)},add:function(d,g){var o=typeof d==="string"?a(d,g):a.makeArray(d),z=a.merge(this.get(),o);return this.pushStack(!o[0]||!o[0].parentNode||o[0].parentNode.nodeType===11||!z[0]||!z[0].parentNode||z[0].parentNode.nodeType===11?z:a.unique(z))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(d){return(d=d.parentNode)&&
97
- d.nodeType!==11?d:null},parents:function(d){return a.dir(d,"parentNode")},parentsUntil:function(d,g,o){return a.dir(d,"parentNode",o)},next:function(d){return a.nth(d,2,"nextSibling")},prev:function(d){return a.nth(d,2,"previousSibling")},nextAll:function(d){return a.dir(d,"nextSibling")},prevAll:function(d){return a.dir(d,"previousSibling")},nextUntil:function(d,g,o){return a.dir(d,"nextSibling",o)},prevUntil:function(d,g,o){return a.dir(d,"previousSibling",o)},siblings:function(d){return a.sibling(d.parentNode.firstChild,
98
- d)},children:function(d){return a.sibling(d.firstChild)},contents:function(d){return a.nodeName(d,"iframe")?d.contentDocument||d.contentWindow.document:a.makeArray(d.childNodes)}},function(d,g){a.fn[d]=function(o,z){var B=a.map(this,g,o),j=u.call(arguments);D.test(d)||(z=o);if(z&&typeof z==="string")B=a.filter(z,B);B=this.length>1&&!m[d]?a.unique(B):B;if((this.length>1||r.test(z))&&G.test(d))B=B.reverse();return this.pushStack(B,d,j.join(","))}});a.extend({filter:function(d,g,o){if(o)d=":not("+d+
99
- ")";return g.length===1?a.find.matchesSelector(g[0],d)?[g[0]]:[]:a.find.matches(d,g)},dir:function(d,g,o){var z=[];for(d=d[g];d&&d.nodeType!==9&&(o===J||d.nodeType!==1||!a(d).is(o));){d.nodeType===1&&z.push(d);d=d[g]}return z},nth:function(d,g,o){g=g||1;for(var z=0;d;d=d[o])if(d.nodeType===1&&++z===g)break;return d},sibling:function(d,g){for(var o=[];d;d=d.nextSibling)d.nodeType===1&&d!==g&&o.push(d);return o}})})(T);(function(a){function p(j,l){if(!(l.nodeType!==1||!a.hasData(j))){var s=a.expando,
100
- y=a.data(j),e=a.data(l,y);if(y=y[s]){var b=y.events;e=e[s]=a.extend({},y);if(b){delete e.handle;e.events={};for(var c in b){s=0;for(y=b[c].length;s<y;s++)a.event.add(l,c+(b[c][s].namespace?".":"")+b[c][s].namespace,b[c][s],b[c][s].data)}}}}}function D(j,l){if(l.nodeType===1){var s=l.nodeName.toLowerCase();l.clearAttributes();l.mergeAttributes(j);if(s==="object")l.outerHTML=j.outerHTML;else if(s==="input"&&(j.type==="checkbox"||j.type==="radio")){if(j.checked)l.defaultChecked=l.checked=j.checked;if(l.value!==
101
- j.value)l.value=j.value}else if(s==="option")l.selected=j.defaultSelected;else if(s==="input"||s==="textarea")l.defaultValue=j.defaultValue;l.removeAttribute(a.expando)}}function G(j){return"getElementsByTagName"in j?j.getElementsByTagName("*"):"querySelectorAll"in j?j.querySelectorAll("*"):[]}function r(j,l){l.src?a.ajax({url:l.src,async:false,dataType:"script"}):a.globalEval(l.text||l.textContent||l.innerHTML||"");l.parentNode&&l.parentNode.removeChild(l)}var v=/ jQuery\d+="(?:\d+|null)"/g,u=/^\s+/,
102
- E=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,m=/<([\w:]+)/,d=/<tbody/i,g=/<|&#?\w+;/,o=/<(?:script|object|embed|option|style)/i,z=/checked\s*(?:[^=]|=\s*.checked.)/i,B={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],
103
- _default:[0,"",""]};B.optgroup=B.option;B.tbody=B.tfoot=B.colgroup=B.caption=B.thead;B.th=B.td;if(!a.support.htmlSerialize)B._default=[1,"div<div>","</div>"];a.fn.extend({text:function(j){if(a.isFunction(j))return this.each(function(l){var s=a(this);s.text(j.call(this,l,s.text()))});if(typeof j!=="object"&&j!==J)return this.empty().append((this[0]&&this[0].ownerDocument||H).createTextNode(j));return a.text(this)},wrapAll:function(j){if(a.isFunction(j))return this.each(function(s){a(this).wrapAll(j.call(this,
104
- s))});if(this[0]){var l=a(j,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&l.insertBefore(this[0]);l.map(function(){for(var s=this;s.firstChild&&s.firstChild.nodeType===1;)s=s.firstChild;return s}).append(this)}return this},wrapInner:function(j){if(a.isFunction(j))return this.each(function(l){a(this).wrapInner(j.call(this,l))});return this.each(function(){var l=a(this),s=l.contents();s.length?s.wrapAll(j):l.append(j)})},wrap:function(j){return this.each(function(){a(this).wrapAll(j)})},
105
- unwrap:function(){return this.parent().each(function(){a.nodeName(this,"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(j){this.nodeType===1&&this.appendChild(j)})},prepend:function(){return this.domManip(arguments,true,function(j){this.nodeType===1&&this.insertBefore(j,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(l){this.parentNode.insertBefore(l,this)});else if(arguments.length){var j=
106
- a(arguments[0]);j.push.apply(j,this.toArray());return this.pushStack(j,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(l){this.parentNode.insertBefore(l,this.nextSibling)});else if(arguments.length){var j=this.pushStack(this,"after",arguments);j.push.apply(j,a(arguments[0]).toArray());return j}},remove:function(j,l){for(var s=0,y;(y=this[s])!=null;s++)if(!j||a.filter(j,[y]).length){if(!l&&y.nodeType===1){a.cleanData(y.getElementsByTagName("*"));
107
- a.cleanData([y])}y.parentNode&&y.parentNode.removeChild(y)}return this},empty:function(){for(var j=0,l;(l=this[j])!=null;j++)for(l.nodeType===1&&a.cleanData(l.getElementsByTagName("*"));l.firstChild;)l.removeChild(l.firstChild);return this},clone:function(j,l){j=j==null?false:j;l=l==null?j:l;return this.map(function(){return a.clone(this,j,l)})},html:function(j){if(j===J)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(v,""):null;else if(typeof j==="string"&&!o.test(j)&&(a.support.leadingWhitespace||
108
- !u.test(j))&&!B[(m.exec(j)||["",""])[1].toLowerCase()]){j=j.replace(E,"<$1></$2>");try{for(var l=0,s=this.length;l<s;l++)if(this[l].nodeType===1){a.cleanData(this[l].getElementsByTagName("*"));this[l].innerHTML=j}}catch(y){this.empty().append(j)}}else a.isFunction(j)?this.each(function(e){var b=a(this);b.html(j.call(this,e,b.html()))}):this.empty().append(j);return this},replaceWith:function(j){if(this[0]&&this[0].parentNode){if(a.isFunction(j))return this.each(function(l){var s=a(this),y=s.html();
109
- s.replaceWith(j.call(this,l,y))});if(typeof j!=="string")j=a(j).detach();return this.each(function(){var l=this.nextSibling,s=this.parentNode;a(this).remove();l?a(l).before(j):a(s).append(j)})}else return this.pushStack(a(a.isFunction(j)?j():j),"replaceWith",j)},detach:function(j){return this.remove(j,true)},domManip:function(j,l,s){var y,e,b,c=j[0],h=[];if(!a.support.checkClone&&arguments.length===3&&typeof c==="string"&&z.test(c))return this.each(function(){a(this).domManip(j,l,s,true)});if(a.isFunction(c))return this.each(function(n){var A=
110
- a(this);j[0]=c.call(this,n,l?A.html():J);A.domManip(j,l,s)});if(this[0]){y=c&&c.parentNode;y=a.support.parentNode&&y&&y.nodeType===11&&y.childNodes.length===this.length?{fragment:y}:a.buildFragment(j,this,h);b=y.fragment;if(e=b.childNodes.length===1?b=b.firstChild:b.firstChild){l=l&&a.nodeName(e,"tr");e=0;for(var i=this.length,k=i-1;e<i;e++)s.call(l?a.nodeName(this[e],"table")?this[e].getElementsByTagName("tbody")[0]||this[e].appendChild(this[e].ownerDocument.createElement("tbody")):this[e]:this[e],
111
- y.cacheable||i>1&&e<k?a.clone(b,true,true):b)}h.length&&a.each(h,r)}return this}});a.buildFragment=function(j,l,s){var y,e,b;l=l&&l[0]?l[0].ownerDocument||l[0]:H;if(j.length===1&&typeof j[0]==="string"&&j[0].length<512&&l===H&&j[0].charAt(0)==="<"&&!o.test(j[0])&&(a.support.checkClone||!z.test(j[0]))){e=true;if(b=a.fragments[j[0]])if(b!==1)y=b}if(!y){y=l.createDocumentFragment();a.clean(j,l,y,s)}if(e)a.fragments[j[0]]=b?y:1;return{fragment:y,cacheable:e}};a.fragments={};a.each({appendTo:"append",
112
- prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(j,l){a.fn[j]=function(s){var y=[];s=a(s);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&s.length===1){s[l](this[0]);return this}else{e=0;for(var b=s.length;e<b;e++){var c=(e>0?this.clone(true):this).get();a(s[e])[l](c);y=y.concat(c)}return this.pushStack(y,j,s.selector)}}});a.extend({clone:function(j,l,s){var y=j.cloneNode(true),e,b,c;if((!a.support.noCloneEvent||
113
- !a.support.noCloneChecked)&&(j.nodeType===1||j.nodeType===11)&&!a.isXMLDoc(j)){D(j,y);e=G(j);b=G(y);for(c=0;e[c];++c)D(e[c],b[c])}if(l){p(j,y);if(s){e=G(j);b=G(y);for(c=0;e[c];++c)p(e[c],b[c])}}return y},clean:function(j,l,s,y){l=l||H;if(typeof l.createElement==="undefined")l=l.ownerDocument||l[0]&&l[0].ownerDocument||H;for(var e=[],b=0,c;(c=j[b])!=null;b++){if(typeof c==="number")c+="";if(c){if(typeof c==="string"&&!g.test(c))c=l.createTextNode(c);else if(typeof c==="string"){c=c.replace(E,"<$1></$2>");
114
- var h=(m.exec(c)||["",""])[1].toLowerCase(),i=B[h]||B._default,k=i[0],n=l.createElement("div");for(n.innerHTML=i[1]+c+i[2];k--;)n=n.lastChild;if(!a.support.tbody){k=d.test(c);h=h==="table"&&!k?n.firstChild&&n.firstChild.childNodes:i[1]==="<table>"&&!k?n.childNodes:[];for(i=h.length-1;i>=0;--i)a.nodeName(h[i],"tbody")&&!h[i].childNodes.length&&h[i].parentNode.removeChild(h[i])}!a.support.leadingWhitespace&&u.test(c)&&n.insertBefore(l.createTextNode(u.exec(c)[0]),n.firstChild);c=n.childNodes}if(c.nodeType)e.push(c);
115
- else e=a.merge(e,c)}}if(s)for(b=0;e[b];b++)if(y&&a.nodeName(e[b],"script")&&(!e[b].type||e[b].type.toLowerCase()==="text/javascript"))y.push(e[b].parentNode?e[b].parentNode.removeChild(e[b]):e[b]);else{e[b].nodeType===1&&e.splice.apply(e,[b+1,0].concat(a.makeArray(e[b].getElementsByTagName("script"))));s.appendChild(e[b])}return e},cleanData:function(j){for(var l,s,y=a.cache,e=a.expando,b=a.event.special,c=a.support.deleteExpando,h=0,i;(i=j[h])!=null;h++)if(!(i.nodeName&&a.noData[i.nodeName.toLowerCase()]))if(s=
116
- i[a.expando]){if((l=y[s]&&y[s][e])&&l.events){for(var k in l.events)b[k]?a.event.remove(i,k):a.removeEvent(i,k,l.handle);if(l.handle)l.handle.elem=null}if(c)delete i[a.expando];else i.removeAttribute&&i.removeAttribute(a.expando);delete y[s]}}})})(T);(function(a){function p(l,s,y){var e=s==="width"?l.offsetWidth:l.offsetHeight;if(y==="border")return e;a.each(s==="width"?d:g,function(){y||(e-=parseFloat(a.css(l,"padding"+this))||0);if(y==="margin")e+=parseFloat(a.css(l,"margin"+this))||0;else e-=parseFloat(a.css(l,
117
- "border"+this+"Width"))||0});return e}var D=/alpha\([^)]*\)/i,G=/opacity=([^)]*)/,r=/-([a-z])/ig,v=/([A-Z])/g,u=/^-?\d+(?:px)?$/i,E=/^-?\d/,m={position:"absolute",visibility:"hidden",display:"block"},d=["Left","Right"],g=["Top","Bottom"],o,z,B,j=function(l,s){return s.toUpperCase()};a.fn.css=function(l,s){if(arguments.length===2&&s===J)return this;return a.access(this,l,s,true,function(y,e,b){return b!==J?a.style(y,e,b):a.css(y,e)})};a.extend({cssHooks:{opacity:{get:function(l,s){if(s){var y=o(l,
118
- "opacity","opacity");return y===""?"1":y}else return l.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,zoom:true,lineHeight:true},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(l,s,y,e){if(!(!l||l.nodeType===3||l.nodeType===8||!l.style)){var b,c=a.camelCase(s),h=l.style,i=a.cssHooks[c];s=a.cssProps[c]||c;if(y!==J){if(!(typeof y==="number"&&isNaN(y)||y==null)){if(typeof y==="number"&&!a.cssNumber[c])y+="px";if(!i||!("set"in i)||(y=i.set(l,y))!==J)try{h[s]=
119
- y}catch(k){}}}else{if(i&&"get"in i&&(b=i.get(l,false,e))!==J)return b;return h[s]}}},css:function(l,s,y){var e,b=a.camelCase(s),c=a.cssHooks[b];s=a.cssProps[b]||b;if(c&&"get"in c&&(e=c.get(l,true,y))!==J)return e;else if(o)return o(l,s,b)},swap:function(l,s,y){var e={},b;for(b in s){e[b]=l.style[b];l.style[b]=s[b]}y.call(l);for(b in s)l.style[b]=e[b]},camelCase:function(l){return l.replace(r,j)}});a.curCSS=a.css;a.each(["height","width"],function(l,s){a.cssHooks[s]={get:function(y,e,b){var c;if(e){if(y.offsetWidth!==
120
- 0)c=p(y,s,b);else a.swap(y,m,function(){c=p(y,s,b)});if(c<=0){c=o(y,s,s);if(c==="0px"&&B)c=B(y,s,s);if(c!=null)return c===""||c==="auto"?"0px":c}if(c<0||c==null){c=y.style[s];return c===""||c==="auto"?"0px":c}return typeof c==="string"?c:c+"px"}},set:function(y,e){if(u.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(l,s){return G.test((s&&l.currentStyle?l.currentStyle.filter:l.style.filter)||"")?parseFloat(RegExp.$1)/100+"":s?
121
- "1":""},set:function(l,s){var y=l.style;y.zoom=1;var e=a.isNaN(s)?"":"alpha(opacity="+s*100+")",b=y.filter||"";y.filter=D.test(b)?b.replace(D,e):y.filter+" "+e}};if(H.defaultView&&H.defaultView.getComputedStyle)z=function(l,s,y){var e;y=y.replace(v,"-$1").toLowerCase();if(!(s=l.ownerDocument.defaultView))return J;if(s=s.getComputedStyle(l,null)){e=s.getPropertyValue(y);if(e===""&&!a.contains(l.ownerDocument.documentElement,l))e=a.style(l,y)}return e};if(H.documentElement.currentStyle)B=function(l,
122
- s){var y,e=l.currentStyle&&l.currentStyle[s],b=l.runtimeStyle&&l.runtimeStyle[s],c=l.style;if(!u.test(e)&&E.test(e)){y=c.left;if(b)l.runtimeStyle.left=l.currentStyle.left;c.left=s==="fontSize"?"1em":e||0;e=c.pixelLeft+"px";c.left=y;if(b)l.runtimeStyle.left=b}return e===""?"auto":e};o=z||B;if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(l){var s=l.offsetHeight;return l.offsetWidth===0&&s===0||!a.support.reliableHiddenOffsets&&(l.style.display||a.css(l,"display"))==="none"};a.expr.filters.visible=
123
- function(l){return!a.expr.filters.hidden(l)}}})(T);(function(a){function p(t){return function(x,I){if(typeof x!=="string"){I=x;x="*"}if(a.isFunction(I))for(var w=x.toLowerCase().split(l),K=0,f=w.length,q,C;K<f;K++){q=w[K];if(C=/^\+/.test(q))q=q.substr(1)||"*";q=t[q]=t[q]||[];q[C?"unshift":"push"](I)}}}function D(t,x,I,w,K,f){K=K||x.dataTypes[0];f=f||{};f[K]=true;K=t[K];for(var q=0,C=K?K.length:0,F=t===h,L;q<C&&(F||!L);q++){L=K[q](x,I,w);if(typeof L==="string")if(!F||f[L])L=J;else{x.dataTypes.unshift(L);
124
- L=D(t,x,I,w,L,f)}}if((F||!L)&&!f["*"])L=D(t,x,I,w,"*",f);return L}function G(t,x,I,w){if(a.isArray(x)&&x.length)a.each(x,function(f,q){I||v.test(t)?w(t,q):G(t+"["+(typeof q==="object"||a.isArray(q)?f:"")+"]",q,I,w)});else if(!I&&x!=null&&typeof x==="object")if(a.isArray(x)||a.isEmptyObject(x))w(t,"");else for(var K in x)G(t+"["+K+"]",x[K],I,w);else w(t,x)}var r=/%20/g,v=/\[\]$/,u=/\r?\n/g,E=/#.*$/,m=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,d=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
125
- g=/^(?:GET|HEAD)$/,o=/^\/\//,z=/\?/,B=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,j=/^(?:select|textarea)/i,l=/\s+/,s=/([?&])_=[^&]*/,y=/(^|\-)([a-z])/g,e=function(t,x,I){return x+I.toUpperCase()},b=/^([\w\+\.\-]+:)\/\/([^\/?#:]*)(?::(\d+))?/,c=a.fn.load,h={},i={},k,n;try{k=H.location.href}catch(A){k=H.createElement("a");k.href="";k=k.href}n=b.exec(k.toLowerCase());a.fn.extend({load:function(t,x,I){if(typeof t!=="string"&&c)return c.apply(this,arguments);else if(!this.length)return this;
126
- var w=t.indexOf(" ");if(w>=0){var K=t.slice(w,t.length);t=t.slice(0,w)}w="GET";if(x)if(a.isFunction(x)){I=x;x=J}else if(typeof x==="object"){x=a.param(x,a.ajaxSettings.traditional);w="POST"}var f=this;a.ajax({url:t,type:w,dataType:"html",data:x,complete:function(q,C,F){F=q.responseText;if(q.isResolved()){q.done(function(L){F=L});f.html(K?a("<div>").append(F.replace(B,"")).find(K):F)}I&&f.each(I,[F,C,q])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?
127
- a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||j.test(this.nodeName)||d.test(this.type))}).map(function(t,x){var I=a(this).val();return I==null?null:a.isArray(I)?a.map(I,function(w){return{name:x.name,value:w.replace(u,"\r\n")}}):{name:x.name,value:I.replace(u,"\r\n")}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(t,x){a.fn[x]=function(I){return this.bind(x,I)}});a.each(["get","post"],function(t,
128
- x){a[x]=function(I,w,K,f){if(a.isFunction(w)){f=f||K;K=w;w=J}return a.ajax({type:x,url:I,data:w,success:K,dataType:f})}});a.extend({getScript:function(t,x){return a.get(t,J,x,"script")},getJSON:function(t,x,I){return a.get(t,x,I,"json")},ajaxSetup:function(t,x){if(x)a.extend(true,t,a.ajaxSettings,x);else{x=t;t=a.extend(true,a.ajaxSettings,x)}for(var I in{context:1,url:1})if(I in x)t[I]=x[I];else if(I in a.ajaxSettings)t[I]=a.ajaxSettings[I];return t},ajaxSettings:{url:k,isLocal:/(?:^file|^widget|\-extension):$/.test(n[1]),
129
- global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":P.String,"text html":true,"text json":a.parseJSON,"text xml":a.parseXML}},ajaxPrefilter:p(h),ajaxTransport:p(i),ajax:function(t,x){function I(R,Q,U,ea){if(Z!==
130
- 2){Z=2;da&&clearTimeout(da);W=J;O=ea||"";N.readyState=R?4:0;var ja,pa,ma;if(U){ea=w;var ua=N,qa=ea.contents,$=ea.dataTypes,va=ea.responseFields,X,V,aa,ra;for(V in va)if(V in U)ua[va[V]]=U[V];for(;$[0]==="*";){$.shift();if(X===J)X=ea.mimeType||ua.getResponseHeader("content-type")}if(X)for(V in qa)if(qa[V]&&qa[V].test(X)){$.unshift(V);break}if($[0]in U)aa=$[0];else{for(V in U){if(!$[0]||ea.converters[V+" "+$[0]]){aa=V;break}ra||(ra=V)}aa=aa||ra}if(aa){aa!==$[0]&&$.unshift(aa);U=U[aa]}else U=void 0}else U=
131
- J;U=U;if(R>=200&&R<300||R===304){if(w.ifModified){if(X=N.getResponseHeader("Last-Modified"))a.lastModified[L]=X;if(X=N.getResponseHeader("Etag"))a.etag[L]=X}if(R===304){Q="notmodified";ja=true}else try{X=w;U=U;if(X.dataFilter)U=X.dataFilter(U,X.dataType);var sa=X.dataTypes;V={};var ka,na,ya=sa.length,oa,ba=sa[0],ga,ta,ca,fa,ha;for(ka=1;ka<ya;ka++){if(ka===1)for(na in X.converters)if(typeof na==="string")V[na.toLowerCase()]=X.converters[na];ga=ba;ba=sa[ka];if(ba==="*")ba=ga;else if(ga!=="*"&&ga!==
132
- ba){ta=ga+" "+ba;ca=V[ta]||V["* "+ba];if(!ca){ha=J;for(fa in V){oa=fa.split(" ");if(oa[0]===ga||oa[0]==="*")if(ha=V[oa[1]+" "+ba]){fa=V[fa];if(fa===true)ca=ha;else if(ha===true)ca=fa;break}}}ca||ha||a.error("No conversion from "+ta.replace(" "," to "));if(ca!==true)U=ca?ca(U):ha(fa(U))}}pa=U;Q="success";ja=true}catch(za){Q="parsererror";ma=za}}else{ma=Q;if(!Q||R){Q="error";if(R<0)R=0}}N.status=R;N.statusText=Q;ja?q.resolveWith(K,[pa,Q,N]):q.rejectWith(K,[N,Q,ma]);N.statusCode(F);F=J;if(la)f.trigger("ajax"+
133
- (ja?"Success":"Error"),[N,w,ja?pa:ma]);C.resolveWith(K,[N,Q]);if(la){f.trigger("ajaxComplete",[N,w]);--a.active||a.event.trigger("ajaxStop")}}}if(typeof t==="object"){x=t;t=J}x=x||{};var w=a.ajaxSetup({},x),K=w.context||w,f=K!==w&&(K.nodeType||K instanceof a)?a(K):a.event,q=a.Deferred(),C=a._Deferred(),F=w.statusCode||{},L,M={},O,S,W,da,Y,Z=0,la,ia,N={readyState:0,setRequestHeader:function(R,Q){Z||(M[R.toLowerCase().replace(y,e)]=Q);return this},getAllResponseHeaders:function(){return Z===2?O:null},
134
- getResponseHeader:function(R){var Q;if(Z===2){if(!S)for(S={};Q=m.exec(O);)S[Q[1].toLowerCase()]=Q[2];Q=S[R.toLowerCase()]}return Q===J?null:Q},overrideMimeType:function(R){if(!Z)w.mimeType=R;return this},abort:function(R){R=R||"abort";W&&W.abort(R);I(0,R);return this}};q.promise(N);N.success=N.done;N.error=N.fail;N.complete=C.done;N.statusCode=function(R){if(R){var Q;if(Z<2)for(Q in R)F[Q]=[F[Q],R[Q]];else{Q=R[N.status];N.then(Q,Q)}}return this};w.url=((t||w.url)+"").replace(E,"").replace(o,n[1]+
135
- "//");w.dataTypes=a.trim(w.dataType||"*").toLowerCase().split(l);if(!w.crossDomain){Y=b.exec(w.url.toLowerCase());w.crossDomain=!!(Y&&(Y[1]!=n[1]||Y[2]!=n[2]||(Y[3]||(Y[1]==="http:"?80:443))!=(n[3]||(n[1]==="http:"?80:443))))}if(w.data&&w.processData&&typeof w.data!=="string")w.data=a.param(w.data,w.traditional);D(h,w,x,N);if(Z===2)return false;la=w.global;w.type=w.type.toUpperCase();w.hasContent=!g.test(w.type);la&&a.active++===0&&a.event.trigger("ajaxStart");if(!w.hasContent){if(w.data)w.url+=(z.test(w.url)?
136
- "&":"?")+w.data;L=w.url;if(w.cache===false){Y=a.now();var wa=w.url.replace(s,"$1_="+Y);w.url=wa+(wa===w.url?(z.test(w.url)?"&":"?")+"_="+Y:"")}}if(w.data&&w.hasContent&&w.contentType!==false||x.contentType)M["Content-Type"]=w.contentType;if(w.ifModified){L=L||w.url;if(a.lastModified[L])M["If-Modified-Since"]=a.lastModified[L];if(a.etag[L])M["If-None-Match"]=a.etag[L]}M.Accept=w.dataTypes[0]&&w.accepts[w.dataTypes[0]]?w.accepts[w.dataTypes[0]]+(w.dataTypes[0]!=="*"?", */*; q=0.01":""):w.accepts["*"];
137
- for(ia in w.headers)N.setRequestHeader(ia,w.headers[ia]);if(w.beforeSend&&(w.beforeSend.call(K,N,w)===false||Z===2)){N.abort();return false}for(ia in{success:1,error:1,complete:1})N[ia](w[ia]);if(W=D(i,w,x,N)){N.readyState=1;la&&f.trigger("ajaxSend",[N,w]);if(w.async&&w.timeout>0)da=setTimeout(function(){N.abort("timeout")},w.timeout);try{Z=1;W.send(M,I)}catch(xa){status<2?I(-1,xa):a.error(xa)}}else I(-1,"No Transport");return N},param:function(t,x){var I=[],w=function(f,q){q=a.isFunction(q)?q():
138
- q;I[I.length]=encodeURIComponent(f)+"="+encodeURIComponent(q)};if(x===J)x=a.ajaxSettings.traditional;if(a.isArray(t)||t.jquery&&!a.isPlainObject(t))a.each(t,function(){w(this.name,this.value)});else for(var K in t)G(K,t[K],x,w);return I.join("&").replace(r,"+")}});a.extend({active:0,lastModified:{},etag:{}})})(T);(function(a){var p=a.now(),D=/(\=)\?(&|$)|()\?\?()/i;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return a.expando+"_"+p++}});a.ajaxPrefilter("json jsonp",function(G,r,v){var u=
139
- typeof G.data==="string";if(G.dataTypes[0]==="jsonp"||r.jsonpCallback||r.jsonp!=null||G.jsonp!==false&&(D.test(G.url)||u&&D.test(G.data))){var E,m=G.jsonpCallback=a.isFunction(G.jsonpCallback)?G.jsonpCallback():G.jsonpCallback,d=P[m];r=G.url;var g=G.data,o="$1"+m+"$2",z=function(){P[m]=d;E&&a.isFunction(d)&&P[m](E[0])};if(G.jsonp!==false){r=r.replace(D,o);if(G.url===r){if(u)g=g.replace(D,o);if(G.data===g)r+=(/\?/.test(r)?"&":"?")+G.jsonp+"="+m}}G.url=r;G.data=g;P[m]=function(B){E=[B]};v.then(z,z);
140
- G.converters["script json"]=function(){E||a.error(m+" was not called");return E[0]};G.dataTypes[0]="json";return"script"}})})(T);(function(a){a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(p){a.globalEval(p);return p}}});a.ajaxPrefilter("script",function(p){if(p.cache===J)p.cache=false;if(p.crossDomain){p.type="GET";p.global=false}});a.ajaxTransport("script",
141
- function(p){if(p.crossDomain){var D,G=H.head||H.getElementsByTagName("head")[0]||H.documentElement;return{send:function(r,v){D=H.createElement("script");D.async="async";if(p.scriptCharset)D.charset=p.scriptCharset;D.src=p.url;D.onload=D.onreadystatechange=function(u,E){if(!D.readyState||/loaded|complete/.test(D.readyState)){D.onload=D.onreadystatechange=null;G&&D.parentNode&&G.removeChild(D);D=J;E||v(200,"success")}};G.insertBefore(D,G.firstChild)},abort:function(){D&&D.onload(0,1)}}}})})(T);(function(a){function p(){a(P).unload(function(){for(var u in r)r[u](0,
142
- 1)})}function D(){try{return new P.XMLHttpRequest}catch(u){}}var G=a.now(),r,v;a.ajaxSettings.xhr=P.ActiveXObject?function(){var u;if(!(u=!this.isLocal&&D()))a:{try{u=new P.ActiveXObject("Microsoft.XMLHTTP");break a}catch(E){}u=void 0}return u}:D;v=a.ajaxSettings.xhr();a.support.ajax=!!v;a.support.cors=v&&"withCredentials"in v;v=J;a.support.ajax&&a.ajaxTransport(function(u){if(!u.crossDomain||a.support.cors){var E;return{send:function(m,d){var g=u.xhr(),o,z;u.username?g.open(u.type,u.url,u.async,
143
- u.username,u.password):g.open(u.type,u.url,u.async);if(u.xhrFields)for(z in u.xhrFields)g[z]=u.xhrFields[z];u.mimeType&&g.overrideMimeType&&g.overrideMimeType(u.mimeType);if(!(u.crossDomain&&!u.hasContent)&&!m["X-Requested-With"])m["X-Requested-With"]="XMLHttpRequest";try{for(z in m)g.setRequestHeader(z,m[z])}catch(B){}g.send(u.hasContent&&u.data||null);E=function(j,l){var s,y,e,b,c;try{if(E&&(l||g.readyState===4)){E=J;if(o){g.onreadystatechange=a.noop;delete r[o]}if(l)g.readyState!==4&&g.abort();
144
- else{s=g.status;e=g.getAllResponseHeaders();b={};if((c=g.responseXML)&&c.documentElement)b.xml=c;b.text=g.responseText;try{y=g.statusText}catch(h){y=""}if(!s&&u.isLocal&&!u.crossDomain)s=b.text?200:404;else if(s===1223)s=204}}}catch(i){l||d(-1,i)}b&&d(s,y,b,e)};if(!u.async||g.readyState===4)E();else{if(!r){r={};p()}o=G++;g.onreadystatechange=r[o]=E}},abort:function(){E&&E(0,1)}}}})})(T);(function(a){function p(m,d){var g={};a.each(E.concat.apply([],E.slice(0,d)),function(){g[this]=m});return g}function D(m){if(!G[m]){var d=
145
- a("<"+m+">").appendTo("body"),g=d.css("display");d.remove();if(g==="none"||g==="")g="block";G[m]=g}return G[m]}var G={},r=/^(?:toggle|show|hide)$/,v=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,u,E=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(m,d,g){if(m||m===0)return this.animate(p("show",3),m,d,g);else{g=0;for(var o=this.length;g<o;g++){m=this[g];d=m.style.display;if(!a._data(m,
146
- "olddisplay")&&d==="none")d=m.style.display="";d===""&&a.css(m,"display")==="none"&&a._data(m,"olddisplay",D(m.nodeName))}for(g=0;g<o;g++){m=this[g];d=m.style.display;if(d===""||d==="none")m.style.display=a._data(m,"olddisplay")||""}return this}},hide:function(m,d,g){if(m||m===0)return this.animate(p("hide",3),m,d,g);else{m=0;for(d=this.length;m<d;m++){g=a.css(this[m],"display");g!=="none"&&!a._data(this[m],"olddisplay")&&a._data(this[m],"olddisplay",g)}for(m=0;m<d;m++)this[m].style.display="none";
147
- return this}},_toggle:a.fn.toggle,toggle:function(m,d,g){var o=typeof m==="boolean";if(a.isFunction(m)&&a.isFunction(d))this._toggle.apply(this,arguments);else m==null||o?this.each(function(){var z=o?m:a(this).is(":hidden");a(this)[z?"show":"hide"]()}):this.animate(p("toggle",3),m,d,g);return this},fadeTo:function(m,d,g,o){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:d},m,g,o)},animate:function(m,d,g,o){var z=a.speed(d,g,o);if(a.isEmptyObject(m))return this.each(z.complete);
148
- return this[z.queue===false?"each":"queue"](function(){var B=a.extend({},z),j,l=this.nodeType===1,s=l&&a(this).is(":hidden"),y=this;for(j in m){var e=a.camelCase(j);if(j!==e){m[e]=m[j];delete m[j];j=e}if(m[j]==="hide"&&s||m[j]==="show"&&!s)return B.complete.call(this);if(l&&(j==="height"||j==="width")){B.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(a.css(this,"display")==="inline"&&a.css(this,"float")==="none")if(a.support.inlineBlockNeedsLayout)if(D(this.nodeName)===
149
- "inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(a.isArray(m[j])){(B.specialEasing=B.specialEasing||{})[j]=m[j][1];m[j]=m[j][0]}}if(B.overflow!=null)this.style.overflow="hidden";B.curAnim=a.extend({},m);a.each(m,function(b,c){var h=new a.fx(y,B,b);if(r.test(c))h[c==="toggle"?s?"show":"hide":c](m);else{var i=v.exec(c),k=h.cur();if(i){var n=parseFloat(i[2]),A=i[3]||(a.cssNumber[b]?"":"px");if(A!=="px"){a.style(y,
150
- b,(n||1)+A);k=(n||1)/h.cur()*k;a.style(y,b,k+A)}if(i[1])n=(i[1]==="-="?-1:1)*n+k;h.custom(k,n,A)}else h.custom(k,c,"")}});return true})},stop:function(m,d){var g=a.timers;m&&this.queue([]);this.each(function(){for(var o=g.length-1;o>=0;o--)if(g[o].elem===this){d&&g[o](true);g.splice(o,1)}});d||this.dequeue();return this}});a.each({slideDown:p("show",1),slideUp:p("hide",1),slideToggle:p("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(m,d){a.fn[m]=
151
- function(g,o,z){return this.animate(d,g,o,z)}});a.extend({speed:function(m,d,g){var o=m&&typeof m==="object"?a.extend({},m):{complete:g||!g&&d||a.isFunction(m)&&m,duration:m,easing:g&&d||d&&!a.isFunction(d)&&d};o.duration=a.fx.off?0:typeof o.duration==="number"?o.duration:o.duration in a.fx.speeds?a.fx.speeds[o.duration]:a.fx.speeds._default;o.old=o.complete;o.complete=function(){o.queue!==false&&a(this).dequeue();a.isFunction(o.old)&&o.old.call(this)};return o},easing:{linear:function(m,d,g,o){return g+
152
- o*m},swing:function(m,d,g,o){return(-Math.cos(m*Math.PI)/2+0.5)*o+g}},timers:[],fx:function(m,d,g){this.options=d;this.elem=m;this.prop=g;if(!d.orig)d.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||a.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var m,d=a.css(this.elem,this.prop);return isNaN(m=parseFloat(d))?
153
- !d||d==="auto"?0:d:m},custom:function(m,d,g){function o(j){return z.step(j)}var z=this,B=a.fx;this.startTime=a.now();this.start=m;this.end=d;this.unit=g||this.unit||(a.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;o.elem=this.elem;if(o()&&a.timers.push(o)&&!u)u=setInterval(B.tick,B.interval)},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},
154
- hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(m){var d=a.now(),g=true;if(m||d>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var o in this.options.curAnim)if(this.options.curAnim[o]!==true)g=false;if(g){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var z=this.elem,B=this.options;a.each(["","X","Y"],function(l,
155
- s){z.style["overflow"+s]=B.overflow[l]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var j in this.options.curAnim)a.style(this.elem,j,this.options.orig[j]);this.options.complete.call(this.elem)}return false}else{m=d-this.startTime;this.state=m/this.options.duration;d=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||d](this.state,m,0,1,this.options.duration);this.now=this.start+
156
- (this.end-this.start)*this.pos;this.update()}return true}};a.extend(a.fx,{tick:function(){for(var m=a.timers,d=0;d<m.length;d++)m[d]()||m.splice(d--,1);m.length||a.fx.stop()},interval:13,stop:function(){clearInterval(u);u=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(m){a.style(m.elem,"opacity",m.now)},_default:function(m){if(m.elem.style&&m.elem.style[m.prop]!=null)m.elem.style[m.prop]=(m.prop==="width"||m.prop==="height"?Math.max(0,m.now):m.now)+m.unit;else m.elem[m.prop]=
157
- m.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(m){return a.grep(a.timers,function(d){return m===d.elem}).length}})(T);(function(a){function p(r){return a.isWindow(r)?r:r.nodeType===9?r.defaultView||r.parentWindow:false}var D=/^t(?:able|d|h)$/i,G=/^(?:body|html)$/i;a.fn.offset="getBoundingClientRect"in H.documentElement?function(r){var v=this[0],u;if(r)return this.each(function(g){a.offset.setOffset(this,r,g)});if(!v||!v.ownerDocument)return null;if(v===v.ownerDocument.body)return a.offset.bodyOffset(v);
158
- try{u=v.getBoundingClientRect()}catch(E){}var m=v.ownerDocument,d=m.documentElement;if(!u||!a.contains(d,v))return u?{top:u.top,left:u.left}:{top:0,left:0};v=m.body;m=p(m);return{top:u.top+(m.pageYOffset||a.support.boxModel&&d.scrollTop||v.scrollTop)-(d.clientTop||v.clientTop||0),left:u.left+(m.pageXOffset||a.support.boxModel&&d.scrollLeft||v.scrollLeft)-(d.clientLeft||v.clientLeft||0)}}:function(r){var v=this[0];if(r)return this.each(function(B){a.offset.setOffset(this,r,B)});if(!v||!v.ownerDocument)return null;
159
- if(v===v.ownerDocument.body)return a.offset.bodyOffset(v);a.offset.initialize();var u,E=v.offsetParent,m=v.ownerDocument,d=m.documentElement,g=m.body;u=(m=m.defaultView)?m.getComputedStyle(v,null):v.currentStyle;for(var o=v.offsetTop,z=v.offsetLeft;(v=v.parentNode)&&v!==g&&v!==d;){if(a.offset.supportsFixedPosition&&u.position==="fixed")break;u=m?m.getComputedStyle(v,null):v.currentStyle;o-=v.scrollTop;z-=v.scrollLeft;if(v===E){o+=v.offsetTop;z+=v.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&
160
- D.test(v.nodeName))){o+=parseFloat(u.borderTopWidth)||0;z+=parseFloat(u.borderLeftWidth)||0}E=v.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&u.overflow!=="visible"){o+=parseFloat(u.borderTopWidth)||0;z+=parseFloat(u.borderLeftWidth)||0}u=u}if(u.position==="relative"||u.position==="static"){o+=g.offsetTop;z+=g.offsetLeft}if(a.offset.supportsFixedPosition&&u.position==="fixed"){o+=Math.max(d.scrollTop,g.scrollTop);z+=Math.max(d.scrollLeft,g.scrollLeft)}return{top:o,left:z}};a.offset=
161
- {initialize:function(){var r=H.body,v=H.createElement("div"),u,E,m,d=parseFloat(a.css(r,"marginTop"))||0;a.extend(v.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});v.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
162
- r.insertBefore(v,r.firstChild);u=v.firstChild;E=u.firstChild;m=u.nextSibling.firstChild.firstChild;this.doesNotAddBorder=E.offsetTop!==5;this.doesAddBorderForTableAndCells=m.offsetTop===5;E.style.position="fixed";E.style.top="20px";this.supportsFixedPosition=E.offsetTop===20||E.offsetTop===15;E.style.position=E.style.top="";u.style.overflow="hidden";u.style.position="relative";this.subtractsBorderForOverflowNotVisible=E.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=r.offsetTop!==d;r.removeChild(v);
163
- a.offset.initialize=a.noop},bodyOffset:function(r){var v=r.offsetTop,u=r.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){v+=parseFloat(a.css(r,"marginTop"))||0;u+=parseFloat(a.css(r,"marginLeft"))||0}return{top:v,left:u}},setOffset:function(r,v,u){var E=a.css(r,"position");if(E==="static")r.style.position="relative";var m=a(r),d=m.offset(),g=a.css(r,"top"),o=a.css(r,"left"),z=E==="absolute"&&a.inArray("auto",[g,o])>-1;E={};var B={};if(z)B=m.position();g=z?B.top:parseInt(g,
164
- 10)||0;o=z?B.left:parseInt(o,10)||0;if(a.isFunction(v))v=v.call(r,u,d);if(v.top!=null)E.top=v.top-d.top+g;if(v.left!=null)E.left=v.left-d.left+o;"using"in v?v.using.call(r,E):m.css(E)}};a.fn.extend({position:function(){if(!this[0])return null;var r=this[0],v=this.offsetParent(),u=this.offset(),E=G.test(v[0].nodeName)?{top:0,left:0}:v.offset();u.top-=parseFloat(a.css(r,"marginTop"))||0;u.left-=parseFloat(a.css(r,"marginLeft"))||0;E.top+=parseFloat(a.css(v[0],"borderTopWidth"))||0;E.left+=parseFloat(a.css(v[0],
165
- "borderLeftWidth"))||0;return{top:u.top-E.top,left:u.left-E.left}},offsetParent:function(){return this.map(function(){for(var r=this.offsetParent||H.body;r&&!G.test(r.nodeName)&&a.css(r,"position")==="static";)r=r.offsetParent;return r})}});a.each(["Left","Top"],function(r,v){var u="scroll"+v;a.fn[u]=function(E){var m=this[0],d;if(!m)return null;if(E!==J)return this.each(function(){if(d=p(this))d.scrollTo(!r?E:a(d).scrollLeft(),r?E:a(d).scrollTop());else this[u]=E});else return(d=p(m))?"pageXOffset"in
166
- d?d[r?"pageYOffset":"pageXOffset"]:a.support.boxModel&&d.document.documentElement[u]||d.document.body[u]:m[u]}})})(T);(function(a){a.each(["Height","Width"],function(p,D){var G=D.toLowerCase();a.fn["inner"+D]=function(){return this[0]?parseFloat(a.css(this[0],G,"padding")):null};a.fn["outer"+D]=function(r){return this[0]?parseFloat(a.css(this[0],G,r?"margin":"border")):null};a.fn[G]=function(r){var v=this[0];if(!v)return r==null?null:this;if(a.isFunction(r))return this.each(function(E){var m=a(this);
167
- m[G](r.call(this,E,m[G]()))});if(a.isWindow(v)){var u=v.document.documentElement["client"+D];return v.document.compatMode==="CSS1Compat"&&u||v.document.body["client"+D]||u}else if(v.nodeType===9)return Math.max(v.documentElement["client"+D],v.body["scroll"+D],v.documentElement["scroll"+D],v.body["offset"+D],v.documentElement["offset"+D]);else if(r===J){v=a.css(v,G);u=parseFloat(v);return a.isNaN(u)?v:u}else return this.css(G,typeof r==="string"?r:r+"px")}})})(T);P.jQuery=P.$=T})(window);
1
+ (function(w,t){var p=w.document,y=function(){function a(){if(!c.isReady){try{p.documentElement.doScroll("left")}catch(h){setTimeout(a,1);return}c.ready()}}var c=function(a,h){return new c.fn.init(a,h,m)},k=w.jQuery,o=w.$,m,e=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,i=/\S/,r=/^\s+/,f=/\s+$/,b=/\d/,d=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,q=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,x=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,j=/(?:^|:|,)(?:\s*\[)+/g,l=/(webkit)[ \/]([\w.]+)/,
2
+ s=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,h=navigator.userAgent,g,z,B=Object.prototype.toString,E=Object.prototype.hasOwnProperty,D=Array.prototype.push,G=Array.prototype.slice,K=String.prototype.trim,I=Array.prototype.indexOf,M={};c.fn=c.prototype={constructor:c,init:function(a,h,g){var b;if(!a)return this;if(a.nodeType)return this.context=this[0]=a,this.length=1,this;if(a==="body"&&!h&&p.body)return this.context=p,this[0]=p.body,this.selector="body",
3
+ this.length=1,this;if(typeof a==="string")if((b=e.exec(a))&&(b[1]||!h))if(b[1])return g=(h=h instanceof c?h[0]:h)?h.ownerDocument||h:p,(a=d.exec(a))?c.isPlainObject(h)?(a=[p.createElement(a[1])],c.fn.attr.call(a,h,!0)):a=[g.createElement(a[1])]:(a=c.buildFragment([b[1]],[g]),a=(a.cacheable?c.clone(a.fragment):a.fragment).childNodes),c.merge(this,a);else{if((h=p.getElementById(b[2]))&&h.parentNode){if(h.id!==b[2])return g.find(a);this.length=1;this[0]=h}this.context=p;this.selector=a;return this}else return!h||
4
+ h.jquery?(h||g).find(a):this.constructor(h).find(a);else if(c.isFunction(a))return g.ready(a);if(a.selector!==t)this.selector=a.selector,this.context=a.context;return c.makeArray(a,this)},selector:"",jquery:"@VERSION",length:0,size:function(){return this.length},toArray:function(){return G.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,h,g){var b=this.constructor();c.isArray(a)?D.apply(b,a):c.merge(b,a);b.prevObject=this;b.context=
5
+ this.context;if(h==="find")b.selector=this.selector+(this.selector?" ":"")+g;else if(h)b.selector=this.selector+"."+h+"("+g+")";return b},each:function(a,h){return c.each(this,a,h)},ready:function(a){c.bindReady();g.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(G.apply(this,arguments),"slice",G.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
6
+ function(h,g){return a.call(h,g,h)}))},end:function(){return this.prevObject||this.constructor(null)},push:D,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a,h,g,b,v,d=arguments[0]||{},z=1,B=arguments.length,l=!1;typeof d==="boolean"&&(l=d,d=arguments[1]||{},z=2);typeof d!=="object"&&!c.isFunction(d)&&(d={});B===z&&(d=this,--z);for(;z<B;z++)if((a=arguments[z])!=null)for(h in a)g=d[h],b=a[h],d!==b&&(l&&b&&(c.isPlainObject(b)||(v=c.isArray(b)))?(v?(v=!1,
7
+ g=g&&c.isArray(g)?g:[]):g=g&&c.isPlainObject(g)?g:{},d[h]=c.extend(l,g,b)):b!==t&&(d[h]=b));return d};c.extend({noConflict:function(a){w.$=o;if(a)w.jQuery=k;return c},isReady:!1,readyWait:1,ready:function(a){a===!0&&c.readyWait--;if(!c.readyWait||a!==!0&&!c.isReady){if(!p.body)return setTimeout(c.ready,1);c.isReady=!0;a!==!0&&--c.readyWait>0||(g.resolveWith(p,[c]),c.fn.trigger&&c(p).trigger("ready").unbind("ready"))}},bindReady:function(){if(!g){g=c._Deferred();if(p.readyState==="complete")return setTimeout(c.ready,
8
+ 1);if(p.addEventListener)p.addEventListener("DOMContentLoaded",z,!1),w.addEventListener("load",c.ready,!1);else if(p.attachEvent){p.attachEvent("onreadystatechange",z);w.attachEvent("onload",c.ready);var h=!1;try{h=w.frameElement==null}catch(b){}p.documentElement.doScroll&&h&&a()}}},isFunction:function(a){return c.type(a)==="function"},isArray:Array.isArray||function(a){return c.type(a)==="array"},isWindow:function(a){return a&&typeof a==="object"&&"setInterval"in a},isNaN:function(a){return a==null||
9
+ !b.test(a)||isNaN(a)},type:function(a){return a==null?String(a):M[B.call(a)]||"object"},isPlainObject:function(a){if(!a||c.type(a)!=="object"||a.nodeType||c.isWindow(a))return!1;if(a.constructor&&!E.call(a,"constructor")&&!E.call(a.constructor.prototype,"isPrototypeOf"))return!1;for(var h in a);return h===t||E.call(a,h)},isEmptyObject:function(a){for(var h in a)return!1;return!0},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(n.test(a.replace(q,
10
+ "@").replace(x,"]").replace(j,"")))return w.JSON&&w.JSON.parse?w.JSON.parse(a):(new Function("return "+a))();else c.error("Invalid JSON: "+a)},parseXML:function(a,h,g){w.DOMParser?(g=new DOMParser,h=g.parseFromString(a,"text/xml")):(h=new ActiveXObject("Microsoft.XMLDOM"),h.async="false",h.loadXML(a));g=h.documentElement;(!g||!g.nodeName||g.nodeName==="parsererror")&&c.error("Invalid XML: "+a);return h},noop:function(){},globalEval:function(a){if(a&&i.test(a)){var h=p.head||p.getElementsByTagName("head")[0]||
11
+ p.documentElement,g=p.createElement("script");c.support.scriptEval()?g.appendChild(p.createTextNode(a)):g.text=a;h.insertBefore(g,h.firstChild);h.removeChild(g)}},nodeName:function(a,h){return a.nodeName&&a.nodeName.toUpperCase()===h.toUpperCase()},each:function(a,h,g){var b,v=0,d=a.length,z=d===t||c.isFunction(a);if(g)if(z)for(b in a){if(h.apply(a[b],g)===!1)break}else for(;v<d;){if(h.apply(a[v++],g)===!1)break}else if(z)for(b in a){if(h.call(a[b],b,a[b])===!1)break}else for(g=a[0];v<d&&h.call(g,
12
+ v,g)!==!1;g=a[++v]);return a},trim:K?function(a){return a==null?"":K.call(a)}:function(a){return a==null?"":a.toString().replace(r,"").replace(f,"")},makeArray:function(a,h){var g=h||[];if(a!=null){var b=c.type(a);a.length==null||b==="string"||b==="function"||b==="regexp"||c.isWindow(a)?D.call(g,a):c.merge(g,a)}return g},inArray:function(a,h){if(h.indexOf)return h.indexOf(a);for(var g=0,b=h.length;g<b;g++)if(h[g]===a)return g;return-1},merge:function(a,h){var g=a.length,b=0;if(typeof h.length==="number")for(var v=
13
+ h.length;b<v;b++)a[g++]=h[b];else for(;h[b]!==t;)a[g++]=h[b++];a.length=g;return a},grep:function(a,h,g){for(var b=[],v,g=!!g,d=0,z=a.length;d<z;d++)v=!!h(a[d],d),g!==v&&b.push(a[d]);return b},map:function(a,h,g){for(var b=[],v,d=0,z=a.length;d<z;d++)v=h(a[d],d,g),v!=null&&(b[b.length]=v);return b.concat.apply([],b)},guid:1,proxy:function(a,h,g){arguments.length===2&&(typeof h==="string"?(g=a,a=g[h],h=t):h&&!c.isFunction(h)&&(g=h,h=t));!h&&a&&(h=function(){return a.apply(g||this,arguments)});if(a)h.guid=
14
+ a.guid=a.guid||h.guid||c.guid++;return h},access:function(a,h,g,b,v,d){var z=a.length;if(typeof h==="object"){for(var B in h)c.access(a,B,h[B],b,v,g);return a}if(g!==t){b=!d&&b&&c.isFunction(g);for(B=0;B<z;B++)v(a[B],h,b?g.call(a[B],B,v(a[B],h)):g,d);return a}return z?v(a[0],h):t},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();a=l.exec(a)||s.exec(a)||u.exec(a)||a.indexOf("compatible")<0&&v.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},sub:function(){function a(h,
15
+ g){return new a.fn.init(h,g)}c.extend(!0,a,this);a.superclass=this;a.fn=a.prototype=this();a.fn.constructor=a;a.subclass=this.subclass;a.fn.init=function(g,b){b&&b instanceof c&&!(b instanceof a)&&(b=a(b));return c.fn.init.call(this,g,b,h)};a.fn.init.prototype=a.fn;var h=a(p);return a},browser:{}});c.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,h){M["[object "+h+"]"]=h.toLowerCase()});h=c.uaMatch(h);if(h.browser)c.browser[h.browser]=!0,c.browser.version=h.version;
16
+ if(c.browser.webkit)c.browser.safari=!0;if(I)c.inArray=function(a,h){return I.call(h,a)};i.test(" ")&&(r=/^[\s\xA0]+/,f=/[\s\xA0]+$/);m=c(p);p.addEventListener?z=function(){p.removeEventListener("DOMContentLoaded",z,!1);c.ready()}:p.attachEvent&&(z=function(){p.readyState==="complete"&&(p.detachEvent("onreadystatechange",z),c.ready())});return c}();(function(a){var c="then done fail isResolved isRejected promise".split(" "),k=[].slice;a.extend({_Deferred:function(){var c=[],m,e,i,r={done:function(){if(!i){var f=
17
+ arguments,b,d,n,e,x;m&&(x=m,m=0);b=0;for(d=f.length;b<d;b++)n=f[b],e=a.type(n),e==="array"?r.done.apply(r,n):e==="function"&&c.push(n);x&&r.resolveWith(x[0],x[1])}return this},resolveWith:function(a,b){if(!i&&!m&&!e){b=b||[];e=1;try{for(;c[0];)c.shift().apply(a,b)}finally{m=[a,b],e=0}}return this},resolve:function(){r.resolveWith(this,arguments);return this},isResolved:function(){return!(!e&&!m)},cancel:function(){i=1;c=[];return this}};return r},Deferred:function(k){var m=a._Deferred(),e=a._Deferred(),
18
+ i;a.extend(m,{then:function(a,f){m.done(a).fail(f);return this},fail:e.done,rejectWith:e.resolveWith,reject:e.resolve,isRejected:e.isResolved,promise:function(a){if(a==null){if(i)return i;i=a={}}for(var f=c.length;f--;)a[c[f]]=m[c[f]];return a}});m.done(e.cancel).fail(m.cancel);delete m.cancel;k&&k.call(m,m);return m},when:function(c){function m(a){return function(n){e[a]=arguments.length>1?k.call(arguments,0):n;--f||b.resolveWith(b,k.call(e,0))}}var e=arguments,i=0,r=e.length,f=r,b=r<=1&&c&&a.isFunction(c.promise)?
19
+ c:a.Deferred();if(r>1){for(;i<r;i++)e[i]&&a.isFunction(e[i].promise)?e[i].promise().then(m(i),b.reject):--f;f||b.resolveWith(b,e)}else b!==c&&b.resolveWith(b,r?[c]:[]);return b.promise()}})})(y);(function(a){(function(){a.support={};var c=p.createElement("div");c.style.display="none";c.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var k=c.getElementsByTagName("*"),o=c.getElementsByTagName("a")[0],m=p.createElement("select"),
20
+ e=m.appendChild(p.createElement("option")),i=c.getElementsByTagName("input")[0];if(k&&k.length&&o){a.support={leadingWhitespace:c.firstChild.nodeType===3,tbody:!c.getElementsByTagName("tbody").length,htmlSerialize:!!c.getElementsByTagName("link").length,style:/red/.test(o.getAttribute("style")),hrefNormalized:o.getAttribute("href")==="/a",opacity:/^0.55$/.test(o.style.opacity),cssFloat:!!o.style.cssFloat,checkOn:i.value==="on",optSelected:e.selected,deleteExpando:!0,optDisabled:!1,checkClone:!1,noCloneEvent:!0,
21
+ noCloneChecked:!0,boxModel:null,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableHiddenOffsets:!0,reliableMarginRight:!0};i.checked=!0;a.support.noCloneChecked=i.cloneNode(!0).checked;m.disabled=!0;a.support.optDisabled=!e.disabled;var r=null;a.support.scriptEval=function(){if(r===null){var b=p.documentElement,d=p.createElement("script"),f="script"+a.now();try{d.appendChild(p.createTextNode("window."+f+"=1;"))}catch(c){}b.insertBefore(d,b.firstChild);w[f]?(r=!0,delete w[f]):r=!1;b.removeChild(d)}return r};
22
+ try{delete c.test}catch(f){a.support.deleteExpando=!1}!c.addEventListener&&c.attachEvent&&c.fireEvent&&(c.attachEvent("onclick",function d(){a.support.noCloneEvent=!1;c.detachEvent("onclick",d)}),c.cloneNode(!0).fireEvent("onclick"));c=p.createElement("div");c.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";k=p.createDocumentFragment();k.appendChild(c.firstChild);a.support.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked;a(function(){var d=p.createElement("div"),f=p.getElementsByTagName("body")[0];
23
+ if(f){d.style.width=d.style.paddingLeft="1px";f.appendChild(d);a.boxModel=a.support.boxModel=d.offsetWidth===2;if("zoom"in d.style)d.style.display="inline",d.style.zoom=1,a.support.inlineBlockNeedsLayout=d.offsetWidth===2,d.style.display="",d.innerHTML="<div style='width:4px;'></div>",a.support.shrinkWrapBlocks=d.offsetWidth!==2;d.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";var c=d.getElementsByTagName("td");a.support.reliableHiddenOffsets=c[0].offsetHeight===
24
+ 0;c[0].style.display="";c[1].style.display="none";a.support.reliableHiddenOffsets=a.support.reliableHiddenOffsets&&c[0].offsetHeight===0;d.innerHTML="";if(p.defaultView&&p.defaultView.getComputedStyle)d.style.width="1px",d.style.marginRight="0",a.support.reliableMarginRight=(parseInt(p.defaultView.getComputedStyle(d,null).marginRight,10)||0)===0;f.removeChild(d).style.display="none"}});k=function(a){var f=p.createElement("div"),a="on"+a;if(!f.attachEvent)return!0;var c=a in f;c||(f.setAttribute(a,
25
+ "return;"),c=typeof f[a]==="function");return c};a.support.submitBubbles=k("submit");a.support.changeBubbles=k("change");c=k=o=null}})()})(y);(function(a){function c(c,e,i){if(i===t&&c.nodeType===1)if(i=c.getAttribute("data-"+e),typeof i==="string"){try{i=i==="true"?!0:i==="false"?!1:i==="null"?null:!a.isNaN(i)?parseFloat(i):o.test(i)?a.parseJSON(i):i}catch(k){}a.data(c,e,i)}else i=t;return i}function k(a){for(var c in a)if(c!=="toJSON")return!1;return!0}var o=/^(?:\{.*\}|\[.*\])$/;a.extend({cache:{},
26
+ uuid:0,expando:"jQuery"+(a.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(c){c=c.nodeType?a.cache[c[a.expando]]:c[a.expando];return!!c&&!k(c)},data:function(c,e,i,k){if(a.acceptData(c)){var f=a.expando,b=typeof e==="string",d=c.nodeType,n=d?a.cache:c,q=d?c[a.expando]:c[a.expando]&&a.expando;if(q&&(!k||!q||n[q][f])||!(b&&i===t)){if(!q)d?c[a.expando]=q=++a.uuid:q=a.expando;if(!n[q]&&(n[q]={},!d))n[q].toJSON=
27
+ a.noop;if(typeof e==="object"||typeof e==="function")k?n[q][f]=a.extend(n[q][f],e):n[q]=a.extend(n[q],e);c=n[q];k&&(c[f]||(c[f]={}),c=c[f]);i!==t&&(c[e]=i);if(e==="events"&&!c[e])return c[f]&&c[f].events;return b?c[e]:c}}},removeData:function(c,e,i){if(a.acceptData(c)){var r=a.expando,f=c.nodeType,b=f?a.cache:c,d=f?c[a.expando]:a.expando;if(b[d]){if(e){var n=i?b[d][r]:b[d];if(n&&(delete n[e],!k(n)))return}if(i&&(delete b[d][r],!k(b[d])))return;e=b[d][r];a.support.deleteExpando||b!=w?delete b[d]:b[d]=
28
+ null;if(e){b[d]={};if(!f)b[d].toJSON=a.noop;b[d][r]=e}else f&&(a.support.deleteExpando?delete c[a.expando]:c.removeAttribute?c.removeAttribute(a.expando):c[a.expando]=null)}}},_data:function(c,e,i){return a.data(c,e,i,!0)},acceptData:function(c){if(c.nodeName){var e=a.noData[c.nodeName.toLowerCase()];if(e)return!(e===!0||c.getAttribute("classid")!==e)}return!0}});a.fn.extend({data:function(m,e){var i=null;if(typeof m==="undefined"){if(this.length&&(i=a.data(this[0]),this[0].nodeType===1))for(var k=
29
+ this[0].attributes,f,b=0,d=k.length;b<d;b++)f=k[b].name,f.indexOf("data-")===0&&(f=f.substr(5),c(this[0],f,i[f]));return i}else if(typeof m==="object")return this.each(function(){a.data(this,m)});var n=m.split(".");n[1]=n[1]?"."+n[1]:"";return e===t?(i=this.triggerHandler("getData"+n[1]+"!",[n[0]]),i===t&&this.length&&(i=a.data(this[0],m),i=c(this[0],m,i)),i===t&&n[1]?this.data(n[0]):i):this.each(function(){var b=a(this),d=[n[0],e];b.triggerHandler("setData"+n[1]+"!",d);a.data(this,m,e);b.triggerHandler("changeData"+
30
+ n[1]+"!",d)})},removeData:function(c){return this.each(function(){a.removeData(this,c)})}})})(y);(function(a){a.extend({queue:function(c,k,o){if(c){var k=(k||"fx")+"queue",m=a._data(c,k);if(!o)return m||[];!m||a.isArray(o)?m=a._data(c,k,a.makeArray(o)):m.push(o);return m}},dequeue:function(c,k){var k=k||"fx",o=a.queue(c,k),m=o.shift();m==="inprogress"&&(m=o.shift());m&&(k==="fx"&&o.unshift("inprogress"),m.call(c,function(){a.dequeue(c,k)}));o.length||a.removeData(c,k+"queue",!0)}});a.fn.extend({queue:function(c,
31
+ k){typeof c!=="string"&&(k=c,c="fx");if(k===t)return a.queue(this[0],c);return this.each(function(){var o=a.queue(this,c,k);c==="fx"&&o[0]!=="inprogress"&&a.dequeue(this,c)})},dequeue:function(c){return this.each(function(){a.dequeue(this,c)})},delay:function(c,k){c=a.fx?a.fx.speeds[c]||c:c;k=k||"fx";return this.queue(k,function(){var o=this;setTimeout(function(){a.dequeue(o,k)},c)})},clearQueue:function(a){return this.queue(a||"fx",[])}})})(y);(function(a){var c=/[\n\t\r]/g,k=/\s+/,o=/\r/g,m=/^(?:href|src|style)$/,
32
+ e=/^(?:button|input)$/i,i=/^(?:button|input|object|select|textarea)$/i,r=/^a(?:rea)?$/i,f=/^(?:radio|checkbox)$/i;a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};a.fn.extend({attr:function(b,d){return a.access(this,b,d,!0,a.attr)},removeAttr:function(b){return this.each(function(){a.attr(this,b,"");this.nodeType===1&&this.removeAttribute(b)})},
33
+ addClass:function(b){if(a.isFunction(b))return this.each(function(v){var h=a(this);h.addClass(b.call(this,v,h.attr("class")))});if(b&&typeof b==="string")for(var d=(b||"").split(k),c=0,f=this.length;c<f;c++){var e=this[c];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",l=e.className,i=0,m=d.length;i<m;i++)j.indexOf(" "+d[i]+" ")<0&&(l+=" "+d[i]);e.className=a.trim(l)}else e.className=b}return this},removeClass:function(b){if(a.isFunction(b))return this.each(function(d){var v=a(this);
34
+ v.removeClass(b.call(this,d,v.attr("class")))});if(b&&typeof b==="string"||b===t)for(var d=(b||"").split(k),f=0,e=this.length;f<e;f++){var i=this[f];if(i.nodeType===1&&i.className)if(b){for(var j=(" "+i.className+" ").replace(c," "),l=0,s=d.length;l<s;l++)j=j.replace(" "+d[l]+" "," ");i.className=a.trim(j)}else i.className=""}return this},toggleClass:function(b,d){var c=typeof b,f=typeof d==="boolean";if(a.isFunction(b))return this.each(function(c){var f=a(this);f.toggleClass(b.call(this,c,f.attr("class"),
35
+ d),d)});return this.each(function(){if(c==="string")for(var e,j=0,l=a(this),i=d,m=b.split(k);e=m[j++];)i=f?i:!l.hasClass(e),l[i?"addClass":"removeClass"](e);else if(c==="undefined"||c==="boolean")this.className&&a._data(this,"__className__",this.className),this.className=this.className||b===!1?"":a._data(this,"__className__")||""})},hasClass:function(a){for(var a=" "+a+" ",d=0,f=this.length;d<f;d++)if((" "+this[d].className+" ").replace(c," ").indexOf(a)>-1)return!0;return!1},val:function(b){if(!arguments.length){var d=
36
+ this[0];if(d){if(a.nodeName(d,"option")){var c=d.attributes.value;return!c||c.specified?d.value:d.text}if(a.nodeName(d,"select")){var c=d.selectedIndex,e=[],i=d.options,d=d.type==="select-one";if(c<0)return null;for(var j=d?c:0,l=d?c+1:i.length;j<l;j++){var s=i[j];if(s.selected&&(a.support.optDisabled?!s.disabled:s.getAttribute("disabled")===null)&&(!s.parentNode.disabled||!a.nodeName(s.parentNode,"optgroup"))){b=a(s).val();if(d)return b;e.push(b)}}if(d&&!e.length&&i.length)return a(i[c]).val();return e}if(f.test(d.type)&&
37
+ !a.support.checkOn)return d.getAttribute("value")===null?"on":d.value;return(d.value||"").replace(o,"")}return t}var m=a.isFunction(b);return this.each(function(v){var h=a(this),g=b;if(this.nodeType===1)if(m&&(g=b.call(this,v,h.val())),g==null?g="":typeof g==="number"?g+="":a.isArray(g)&&(g=a.map(g,function(a){return a==null?"":a+""})),a.isArray(g)&&f.test(this.type))this.checked=a.inArray(h.val(),g)>=0;else if(a.nodeName(this,"select")){var d=a.makeArray(g);a("option",this).each(function(){this.selected=
38
+ a.inArray(a(this).val(),d)>=0});if(!d.length)this.selectedIndex=-1}else this.value=g})}});a.extend({attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(b,d,c,f){if(!b||b.nodeType===3||b.nodeType===8||b.nodeType===2)return t;if(f&&d in a.attrFn)return a(b)[d](c);var f=b.nodeType!==1||!a.isXMLDoc(b),k=c!==t,d=f&&a.props[d]||d;if(b.nodeType===1){var j=m.test(d);if((d in b||b[d]!==t)&&f&&!j){k&&(d==="type"&&e.test(b.nodeName)&&b.parentNode&&a.error("type property can't be changed"),
39
+ c===null?b.nodeType===1&&b.removeAttribute(d):b[d]=c);if(a.nodeName(b,"form")&&b.getAttributeNode(d))return b.getAttributeNode(d).nodeValue;if(d==="tabIndex")return(d=b.getAttributeNode("tabIndex"))&&d.specified?d.value:i.test(b.nodeName)||r.test(b.nodeName)&&b.href?0:t;return b[d]}if(!a.support.style&&f&&d==="style"){if(k)b.style.cssText=""+c;return b.style.cssText}k&&b.setAttribute(d,""+c);if(!b.attributes[d]&&b.hasAttribute&&!b.hasAttribute(d))return t;b=!a.support.hrefNormalized&&f&&j?b.getAttribute(d,
40
+ 2):b.getAttribute(d);return b===null?t:b}k&&(b[d]=c);return b[d]}})})(y);(function(a){function c(){return!1}function k(){return!0}function o(b,h,g){var d=a.extend({},g[0]);d.type=b;d.originalEvent={};d.liveFired=t;a.event.handle.call(h,d);d.isDefaultPrevented()&&g[0].preventDefault()}function m(b){var h,g,d,c,f,l,j,e,n,s,m,u=[];c=[];f=a._data(this,"events");if(!(b.liveFired===this||!f||!f.live||b.target.disabled||b.button&&b.type==="click")){b.namespace&&(m=RegExp("(^|\\.)"+b.namespace.split(".").join("\\.(?:.*\\.)?")+
41
+ "(\\.|$)"));b.liveFired=this;var k=f.live.slice(0);for(j=0;j<k.length;j++)f=k[j],f.origType.replace(i,"")===b.type?c.push(f.selector):k.splice(j--,1);c=a(b.target).closest(c,b.currentTarget);e=0;for(n=c.length;e<n;e++){s=c[e];for(j=0;j<k.length;j++)if(f=k[j],s.selector===f.selector&&(!m||m.test(f.namespace))&&!s.elem.disabled){l=s.elem;d=null;if(f.preType==="mouseenter"||f.preType==="mouseleave")b.type=f.preType,d=a(b.relatedTarget).closest(f.selector)[0];(!d||d!==l)&&u.push({elem:l,handleObj:f,level:s.level})}}e=
42
+ 0;for(n=u.length;e<n;e++){c=u[e];if(g&&c.level>g)break;b.currentTarget=c.elem;b.data=c.handleObj.data;b.handleObj=c.handleObj;m=c.handleObj.origHandler.apply(c.elem,arguments);if(m===!1||b.isPropagationStopped())if(g=c.level,m===!1&&(h=!1),b.isImmediatePropagationStopped())break}return h}}function e(a,h){return(a&&a!=="*"?a+".":"")+h.replace(f,"`").replace(b,"&")}var i=/\.(.*)$/,r=/^(?:textarea|input|select)$/i,f=/\./g,b=/ /g,d=/[^\w\s.|`]/g,n=function(a){return a.replace(d,"\\$&")};a.event={add:function(b,
43
+ h,g,d){if(!(b.nodeType===3||b.nodeType===8)){try{a.isWindow(b)&&b!==w&&!b.frameElement&&(b=w)}catch(f){}if(g===!1)g=c;else if(!g)return;var l,j;if(g.handler)l=g,g=l.handler;if(!g.guid)g.guid=a.guid++;if(j=a._data(b)){var e=j.events,i=j.handle;if(!e)j.events=e={};if(!i)j.handle=i=function(h){return typeof a!=="undefined"&&a.event.triggered!==h.type?a.event.handle.apply(i.elem,arguments):t};i.elem=b;for(var h=h.split(" "),n,s=0,m;n=h[s++];){j=l?a.extend({},l):{handler:g,data:d};n.indexOf(".")>-1?(m=
44
+ n.split("."),n=m.shift(),j.namespace=m.slice(0).sort().join(".")):(m=[],j.namespace="");j.type=n;if(!j.guid)j.guid=g.guid;var u=e[n],k=a.event.special[n]||{};if(!u&&(u=e[n]=[],!k.setup||k.setup.call(b,d,m,i)===!1))b.addEventListener?b.addEventListener(n,i,!1):b.attachEvent&&b.attachEvent("on"+n,i);if(k.add&&(k.add.call(b,j),!j.handler.guid))j.handler.guid=g.guid;u.push(j);a.event.global[n]=!0}b=null}}},global:{},remove:function(b,h,g,d){if(!(b.nodeType===3||b.nodeType===8)){g===!1&&(g=c);var f,j,
45
+ l=0,e,i,s,m,k,u,q=a.hasData(b)&&a._data(b),r=q&&q.events;if(q&&r){if(h&&h.type)g=h.handler,h=h.type;if(!h||typeof h==="string"&&h.charAt(0)===".")for(f in h=h||"",r)a.event.remove(b,f+h);else{for(h=h.split(" ");f=h[l++];)if(m=f,e=f.indexOf(".")<0,i=[],e||(i=f.split("."),f=i.shift(),s=RegExp("(^|\\.)"+a.map(i.slice(0).sort(),n).join("\\.(?:.*\\.)?")+"(\\.|$)")),k=r[f])if(g){m=a.event.special[f]||{};for(j=d||0;j<k.length;j++)if(u=k[j],g.guid===u.guid){if(e||s.test(u.namespace))d==null&&k.splice(j--,
46
+ 1),m.remove&&m.remove.call(b,u);if(d!=null)break}if(k.length===0||d!=null&&k.length===1)(!m.teardown||m.teardown.call(b,i)===!1)&&a.removeEvent(b,f,q.handle),delete r[f]}else for(j=0;j<k.length;j++)if(u=k[j],e||s.test(u.namespace))a.event.remove(b,m,u.handler,j),k.splice(j--,1);if(a.isEmptyObject(r)){if(h=q.handle)h.elem=null;delete q.events;delete q.handle;a.isEmptyObject(q)&&a.removeData(b,t,!0)}}}}},trigger:function(b,h,g,d){var c=b.type||b;if(!d){b=typeof b==="object"?b[a.expando]?b:a.extend(a.Event(c),
47
+ b):a.Event(c);if(c.indexOf("!")>=0)b.type=c=c.slice(0,-1),b.exclusive=!0;g||(b.stopPropagation(),a.event.global[c]&&a.each(a.cache,function(){var g=this[a.expando];g&&g.events&&g.events[c]&&a.event.trigger(b,h,g.handle.elem)}));if(!g||g.nodeType===3||g.nodeType===8)return t;b.result=t;b.target=g;h=a.makeArray(h);h.unshift(b)}b.currentTarget=g;(d=a._data(g,"handle"))&&d.apply(g,h);d=g.parentNode||g.ownerDocument;try{if((!g||!g.nodeName||!a.noData[g.nodeName.toLowerCase()])&&g["on"+c]&&g["on"+c].apply(g,
48
+ h)===!1)b.result=!1,b.preventDefault()}catch(f){}if(!b.isPropagationStopped()&&d)a.event.trigger(b,h,d,!0);else if(!b.isDefaultPrevented()){var j,d=b.target,l=c.replace(i,""),e=a.nodeName(d,"a")&&l==="click",n=a.event.special[l]||{};if((!n._default||n._default.call(g,b)===!1)&&!e&&(!d||!d.nodeName||!a.noData[d.nodeName.toLowerCase()])){try{if(d[l])(j=d["on"+l])&&(d["on"+l]=null),a.event.triggered=b.type,d[l]()}catch(s){}j&&(d["on"+l]=j);a.event.triggered=t}}},handle:function(b){var h,g,d,c;g=[];var f=
49
+ a.makeArray(arguments),b=f[0]=a.event.fix(b||w.event);b.currentTarget=this;h=b.type.indexOf(".")<0&&!b.exclusive;if(!h)d=b.type.split("."),b.type=d.shift(),g=d.slice(0).sort(),d=RegExp("(^|\\.)"+g.join("\\.(?:.*\\.)?")+"(\\.|$)");b.namespace=b.namespace||g.join(".");c=a._data(this,"events");g=(c||{})[b.type];if(c&&g){g=g.slice(0);c=0;for(var j=g.length;c<j;c++){var l=g[c];if(h||d.test(l.namespace)){b.handler=l.handler;b.data=l.data;b.handleObj=l;l=l.handler.apply(this,f);if(l!==t)b.result=l,l===!1&&
50
+ (b.preventDefault(),b.stopPropagation());if(b.isImmediatePropagationStopped())break}}}return b.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(b){if(b[a.expando])return b;for(var h=b,b=a.Event(h),
51
+ g=this.props.length,d;g;)d=this.props[--g],b[d]=h[d];if(!b.target)b.target=b.srcElement||p;if(b.target.nodeType===3)b.target=b.target.parentNode;if(!b.relatedTarget&&b.fromElement)b.relatedTarget=b.fromElement===b.target?b.toElement:b.fromElement;if(b.pageX==null&&b.clientX!=null)h=p.documentElement,g=p.body,b.pageX=b.clientX+(h&&h.scrollLeft||g&&g.scrollLeft||0)-(h&&h.clientLeft||g&&g.clientLeft||0),b.pageY=b.clientY+(h&&h.scrollTop||g&&g.scrollTop||0)-(h&&h.clientTop||g&&g.clientTop||0);if(b.which==
52
+ null&&(b.charCode!=null||b.keyCode!=null))b.which=b.charCode!=null?b.charCode:b.keyCode;if(!b.metaKey&&b.ctrlKey)b.metaKey=b.ctrlKey;if(!b.which&&b.button!==t)b.which=b.button&1?1:b.button&2?3:b.button&4?2:0;return b},guid:1E8,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(b){a.event.add(this,e(b.origType,b.selector),a.extend({},b,{handler:m,guid:b.handler.guid}))},remove:function(b){a.event.remove(this,e(b.origType,b.selector),b)}},beforeunload:{setup:function(b,
53
+ h,g){if(a.isWindow(this))this.onbeforeunload=g},teardown:function(a,h){if(this.onbeforeunload===h)this.onbeforeunload=null}}}};a.removeEvent=p.removeEventListener?function(a,h,b){a.removeEventListener&&a.removeEventListener(h,b,!1)}:function(a,h,b){a.detachEvent&&a.detachEvent("on"+h,b)};a.Event=function(b){if(!this.preventDefault)return new a.Event(b);b&&b.type?(this.originalEvent=b,this.type=b.type,this.isDefaultPrevented=b.defaultPrevented||b.returnValue===!1||b.getPreventDefault&&b.getPreventDefault()?
54
+ k:c):this.type=b;this.timeStamp=a.now();this[a.expando]=!0};a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=k;var a=this.originalEvent;if(a)a.preventDefault?a.preventDefault():a.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=k;var a=this.originalEvent;if(a)a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=k;this.stopPropagation()},isDefaultPrevented:c,isPropagationStopped:c,isImmediatePropagationStopped:c};
55
+ var q=function(b){var h=b.relatedTarget;try{if(!h||h===p||h.parentNode){for(;h&&h!==this;)h=h.parentNode;if(h!==this)b.type=b.data,a.event.handle.apply(this,arguments)}}catch(g){}},x=function(b){b.type=b.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(b,h){a.event.special[b]={setup:function(g){a.event.add(this,h,g&&g.selector?x:q,b)},teardown:function(b){a.event.remove(this,h,b&&b.selector?x:q)}}});if(!a.support.submitBubbles)a.event.special.submit=
56
+ {setup:function(){if(this.nodeName&&this.nodeName.toLowerCase()!=="form")a.event.add(this,"click.specialSubmit",function(b){var h=b.target,g=h.type;(g==="submit"||g==="image")&&a(h).closest("form").length&&o("submit",this,arguments)}),a.event.add(this,"keypress.specialSubmit",function(b){var h=b.target,g=h.type;(g==="text"||g==="password")&&a(h).closest("form").length&&b.keyCode===13&&o("submit",this,arguments)});else return!1},teardown:function(){a.event.remove(this,".specialSubmit")}};if(!a.support.changeBubbles){var j,
57
+ l=function(b){var h=b.type,g=b.value;if(h==="radio"||h==="checkbox")g=b.checked;else if(h==="select-multiple")g=b.selectedIndex>-1?a.map(b.options,function(a){return a.selected}).join("-"):"";else if(b.nodeName.toLowerCase()==="select")g=b.selectedIndex;return g},s=function(b,h){var g=b.target,d,c;if(r.test(g.nodeName)&&!g.readOnly&&(d=a._data(g,"_change_data"),c=l(g),(b.type!=="focusout"||g.type!=="radio")&&a._data(g,"_change_data",c),!(d===t||c===d)))if(d!=null||c)b.type="change",b.liveFired=t,
58
+ a.event.trigger(b,h,g)};a.event.special.change={filters:{focusout:s,beforedeactivate:s,click:function(a){var h=a.target,b=h.type;(b==="radio"||b==="checkbox"||h.nodeName.toLowerCase()==="select")&&s.call(this,a)},keydown:function(a){var h=a.target,b=h.type;(a.keyCode===13&&h.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(b==="checkbox"||b==="radio")||b==="select-multiple")&&s.call(this,a)},beforeactivate:function(b){b=b.target;a._data(b,"_change_data",l(b))}},setup:function(){if(this.type===
59
+ "file")return!1;for(var b in j)a.event.add(this,b+".specialChange",j[b]);return r.test(this.nodeName)},teardown:function(){a.event.remove(this,".specialChange");return r.test(this.nodeName)}};j=a.event.special.change.filters;j.focus=j.beforeactivate}p.addEventListener&&a.each({focus:"focusin",blur:"focusout"},function(b,h){function g(b){var g=a.event.fix(b);g.type=h;g.originalEvent={};a.event.trigger(g,null,g.target);g.isDefaultPrevented()&&b.preventDefault()}var d=0;a.event.special[h]={setup:function(){d++===
60
+ 0&&p.addEventListener(b,g,!0)},teardown:function(){--d===0&&p.removeEventListener(b,g,!0)}}});a.each(["bind","one"],function(b,h){a.fn[h]=function(b,d,c){if(typeof b==="object"){for(var f in b)this[h](f,d,b[f],c);return this}if(a.isFunction(d)||d===!1)c=d,d=t;var j=h==="one"?a.proxy(c,function(b){a(this).unbind(b,j);return c.apply(this,arguments)}):c;if(b==="unload"&&h!=="one")this.one(b,d,c);else{f=0;for(var l=this.length;f<l;f++)a.event.add(this[f],b,j,d)}return this}});a.fn.extend({unbind:function(b,
61
+ h){if(typeof b==="object"&&!b.preventDefault)for(var g in b)this.unbind(g,b[g]);else{g=0;for(var d=this.length;g<d;g++)a.event.remove(this[g],b,h)}return this},delegate:function(a,b,g,d){return this.live(b,g,d,a)},undelegate:function(a,b,g){return arguments.length===0?this.unbind("live"):this.die(b,null,g,a)},trigger:function(b,h){return this.each(function(){a.event.trigger(b,h,this)})},triggerHandler:function(b,h){if(this[0]){var g=a.Event(b);g.preventDefault();g.stopPropagation();a.event.trigger(g,
62
+ h,this[0]);return g.result}},toggle:function(b){for(var h=arguments,g=1;g<h.length;)a.proxy(b,h[g++]);return this.click(a.proxy(b,function(d){var c=(a._data(this,"lastToggle"+b.guid)||0)%g;a._data(this,"lastToggle"+b.guid,c+1);d.preventDefault();return h[c].apply(this,arguments)||!1}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var u={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};a.each(["live","die"],function(b,h){a.fn[h]=function(b,d,c,f){var j,
63
+ l=0,n,s,m=f||this.selector,f=f?this:a(this.context);if(typeof b==="object"&&!b.preventDefault){for(j in b)f[h](j,d,b[j],m);return this}a.isFunction(d)&&(c=d,d=t);for(b=(b||"").split(" ");(j=b[l++])!=null;)if(n=i.exec(j),s="",n&&(s=n[0],j=j.replace(i,"")),j==="hover")b.push("mouseenter"+s,"mouseleave"+s);else if(n=j,j==="focus"||j==="blur"?(b.push(u[j]+s),j+=s):j=(u[j]||j)+s,h==="live"){s=0;for(var v=f.length;s<v;s++)a.event.add(f[s],"live."+e(j,m),{data:d,selector:m,handler:c,origType:j,origHandler:c,
64
+ preType:n})}else f.unbind("live."+e(j,m),c);return this}});a.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(b,h){a.fn[h]=function(a,b){b==null&&(b=a,a=null);return arguments.length>0?this.bind(h,a,b):this.trigger(h)};a.attrFn&&(a.attrFn[h]=!0)})})(y);(function(){function a(a,b,d,c,f,j){for(var f=0,l=c.length;f<l;f++){var e=c[f];if(e){for(var i=
65
+ !1,e=e[a];e;){if(e.sizcache===d){i=c[e.sizset];break}if(e.nodeType===1&&!j)e.sizcache=d,e.sizset=f;if(e.nodeName.toLowerCase()===b){i=e;break}e=e[a]}c[f]=i}}}function c(a,g,d,c,f,j){for(var f=0,l=c.length;f<l;f++){var e=c[f];if(e){for(var i=!1,e=e[a];e;){if(e.sizcache===d){i=c[e.sizset];break}if(e.nodeType===1){if(!j)e.sizcache=d,e.sizset=f;if(typeof g!=="string"){if(e===g){i=!0;break}}else if(b.filter(g,[e]).length>0){i=e;break}}e=e[a]}c[f]=i}}}var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
66
+ o=0,m=Object.prototype.toString,e=!1,i=!0,r=/\\/g,f=/\W/;[0,0].sort(function(){i=!1;return 0});var b=function(a,g,c,f){var c=c||[],l=g=g||p;if(g.nodeType!==1&&g.nodeType!==9)return[];if(!a||typeof a!=="string")return c;var e,i,s,u,q,R=!0,r=b.isXML(g),o=[],x=a;do if(k.exec(""),e=k.exec(x))if(x=e[3],o.push(e[1]),e[2]){u=e[3];break}while(e);if(o.length>1&&n.exec(a))if(o.length===2&&d.relative[o[0]])i=v(o[0]+o[1],g);else for(i=d.relative[o[0]]?[g]:b(o.shift(),g);o.length;)a=o.shift(),d.relative[a]&&(a+=
67
+ o.shift()),i=v(a,i);else if(!f&&o.length>1&&g.nodeType===9&&!r&&d.match.ID.test(o[0])&&!d.match.ID.test(o[o.length-1])&&(e=b.find(o.shift(),g,r),g=e.expr?b.filter(e.expr,e.set)[0]:e.set[0]),g){e=f?{expr:o.pop(),set:j(f)}:b.find(o.pop(),o.length===1&&(o[0]==="~"||o[0]==="+")&&g.parentNode?g.parentNode:g,r);i=e.expr?b.filter(e.expr,e.set):e.set;for(o.length>0?s=j(i):R=!1;o.length;)e=q=o.pop(),d.relative[q]?e=o.pop():q="",e==null&&(e=g),d.relative[q](s,e,r)}else s=[];s||(s=i);s||b.error(q||a);if(m.call(s)===
68
+ "[object Array]")if(R)if(g&&g.nodeType===1)for(a=0;s[a]!=null;a++)s[a]&&(s[a]===!0||s[a].nodeType===1&&b.contains(g,s[a]))&&c.push(i[a]);else for(a=0;s[a]!=null;a++)s[a]&&s[a].nodeType===1&&c.push(i[a]);else c.push.apply(c,s);else j(s,c);u&&(b(u,l,c,f),b.uniqueSort(c));return c};b.uniqueSort=function(a){if(s&&(e=i,a.sort(s),e))for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1);return a};b.matches=function(a,g){return b(a,null,null,g)};b.matchesSelector=function(a,g){return b(g,null,null,[a]).length>
69
+ 0};b.find=function(a,b,c){var f;if(!a)return[];for(var j=0,e=d.order.length;j<e;j++){var l,i=d.order[j];if(l=d.leftMatch[i].exec(a)){var s=l[1];l.splice(1,1);if(s.substr(s.length-1)!=="\\"&&(l[1]=(l[1]||"").replace(r,""),f=d.find[i](l,b,c),f!=null)){a=a.replace(d.match[i],"");break}}}f||(f=typeof b.getElementsByTagName!=="undefined"?b.getElementsByTagName("*"):[]);return{set:f,expr:a}};b.filter=function(a,g,c,f){for(var j,l,e=a,i=[],s=g,n=g&&g[0]&&b.isXML(g[0]);a&&g.length;){for(var m in d.filter)if((j=
70
+ d.leftMatch[m].exec(a))!=null&&j[2]){var v,u,k=d.filter[m];u=j[1];l=!1;j.splice(1,1);if(u.substr(u.length-1)!=="\\"){s===i&&(i=[]);if(d.preFilter[m])if(j=d.preFilter[m](j,s,c,i,f,n)){if(j===!0)continue}else l=v=!0;if(j)for(var q=0;(u=s[q])!=null;q++)if(u){v=k(u,j,q,s);var o=f^!!v;c&&v!=null?o?l=!0:s[q]=!1:o&&(i.push(u),l=!0)}if(v!==t){c||(s=i);a=a.replace(d.match[m],"");if(!l)return[];break}}}if(a===e)if(l==null)b.error(a);else break;e=a}return s};b.error=function(a){throw"Syntax error, unrecognized expression: "+
71
+ a;};var d=b.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
72
+ PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,g){var d=typeof g==="string",c=d&&!f.test(g),d=d&&!c;c&&(g=g.toLowerCase());for(var c=0,j=a.length,l;c<j;c++)if(l=a[c]){for(;(l=l.previousSibling)&&l.nodeType!==1;);a[c]=d||l&&l.nodeName.toLowerCase()===g?l||!1:l===g}d&&b.filter(g,
73
+ a,!0)},">":function(a,g){var d,c=typeof g==="string",j=0,l=a.length;if(c&&!f.test(g))for(g=g.toLowerCase();j<l;j++){if(d=a[j])d=d.parentNode,a[j]=d.nodeName.toLowerCase()===g?d:!1}else{for(;j<l;j++)(d=a[j])&&(a[j]=c?d.parentNode:d.parentNode===g);c&&b.filter(g,a,!0)}},"":function(b,g,d){var j,l=o++,e=c;typeof g==="string"&&!f.test(g)&&(j=g=g.toLowerCase(),e=a);e("parentNode",g,l,b,j,d)},"~":function(b,g,d){var j,l=o++,e=c;typeof g==="string"&&!f.test(g)&&(j=g=g.toLowerCase(),e=a);e("previousSibling",
74
+ g,l,b,j,d)}},find:{ID:function(a,b,d){if(typeof b.getElementById!=="undefined"&&!d)return(a=b.getElementById(a[1]))&&a.parentNode?[a]:[]},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){for(var d=[],c=b.getElementsByName(a[1]),f=0,j=c.length;f<j;f++)c[f].getAttribute("name")===a[1]&&d.push(c[f]);return d.length===0?null:d}},TAG:function(a,b){if(typeof b.getElementsByTagName!=="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,d,c,f,j){a=" "+a[1].replace(r,
75
+ "")+" ";if(j)return a;for(var j=0,l;(l=b[j])!=null;j++)l&&(f^(l.className&&(" "+l.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?d||c.push(l):d&&(b[j]=!1));return!1},ID:function(a){return a[1].replace(r,"")},TAG:function(a){return a[1].replace(r,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||b.error(a[0]);a[2]=a[2].replace(/^\+|\s*/g,"");var g=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=g[1]+(g[2]||1)-0;
76
+ a[3]=g[3]-0}else a[2]&&b.error(a[0]);a[0]=o++;return a},ATTR:function(a,b,c,f,j,l){b=a[1]=a[1].replace(r,"");!l&&d.attrMap[b]&&(a[1]=d.attrMap[b]);a[4]=(a[4]||a[5]||"").replace(r,"");a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(a,g,c,f,j){if(a[1]==="not")if((k.exec(a[3])||"").length>1||/^\w/.test(a[3]))a[3]=b(a[3],null,null,g);else return a=b.filter(a[3],g,c,1^j),c||f.push.apply(f,a),!1;else if(d.match.POS.test(a[0])||d.match.CHILD.test(a[0]))return!0;return a},POS:function(a){a.unshift(!0);
77
+ return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,g,d){return!!b(d[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),a=a.type;return"text"===a&&(b===a||b===null)},radio:function(a){return"radio"===
78
+ a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)}},setFilters:{first:function(a,b){return b===0},last:function(a,b,d,c){return b===
79
+ c.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,d){return b<d[3]-0},gt:function(a,b,d){return b>d[3]-0},nth:function(a,b,d){return d[3]-0===b},eq:function(a,b,d){return d[3]-0===b}},filter:{PSEUDO:function(a,g,c,f){var j=g[1],l=d.filters[j];if(l)return l(a,c,g,f);else if(j==="contains")return(a.textContent||a.innerText||b.getText([a])||"").indexOf(g[3])>=0;else if(j==="not"){g=g[3];c=0;for(f=g.length;c<f;c++)if(g[c]===a)return!1;return!0}else b.error(j)},
80
+ CHILD:function(a,b){var d=b[1],c=a;switch(d){case "only":case "first":for(;c=c.previousSibling;)if(c.nodeType===1)return!1;if(d==="first")return!0;c=a;case "last":for(;c=c.nextSibling;)if(c.nodeType===1)return!1;return!0;case "nth":var d=b[2],f=b[3];if(d===1&&f===0)return!0;var j=b[0],l=a.parentNode;if(l&&(l.sizcache!==j||!a.nodeIndex)){for(var e=0,c=l.firstChild;c;c=c.nextSibling)if(c.nodeType===1)c.nodeIndex=++e;l.sizcache=j}c=a.nodeIndex-f;return d===0?c===0:c%d===0&&c/d>=0}},ID:function(a,b){return a.nodeType===
81
+ 1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],c=d.attrHandle[c]?d.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),f=c+"",j=b[2],l=b[4];return c==null?j==="!=":j==="="?f===l:j==="*="?f.indexOf(l)>=0:j==="~="?(" "+f+" ").indexOf(l)>=0:!l?f&&c!==!1:j==="!="?f!==l:j==="^="?f.indexOf(l)===0:j==="$="?f.substr(f.length-l.length)===
82
+ l:j==="|="?f===l||f.substr(0,l.length+1)===l+"-":!1},POS:function(a,b,c,f){var j=d.setFilters[b[2]];if(j)return j(a,c,b,f)}}},n=d.match.POS,q=function(a,b){return"\\"+(b-0+1)},x;for(x in d.match)d.match[x]=RegExp(d.match[x].source+/(?![^\[]*\])(?![^\(]*\))/.source),d.leftMatch[x]=RegExp(/(^(?:.|\r|\n)*?)/.source+d.match[x].source.replace(/\\(\d+)/g,q));var j=function(a,b){a=Array.prototype.slice.call(a,0);if(b)return b.push.apply(b,a),b;return a};try{Array.prototype.slice.call(p.documentElement.childNodes,
83
+ 0)}catch(l){j=function(a,b){var d=0,c=b||[];if(m.call(a)==="[object Array]")Array.prototype.push.apply(c,a);else if(typeof a.length==="number")for(var f=a.length;d<f;d++)c.push(a[d]);else for(;a[d];d++)c.push(a[d]);return c}}var s,u;p.documentElement.compareDocumentPosition?s=function(a,b){if(a===b)return e=!0,0;if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(s=function(a,b){var d,c,f=[],j=[];d=a.parentNode;
84
+ c=b.parentNode;var l=d;if(a===b)return e=!0,0;else if(d===c)return u(a,b);else if(d){if(!c)return 1}else return-1;for(;l;)f.unshift(l),l=l.parentNode;for(l=c;l;)j.unshift(l),l=l.parentNode;d=f.length;c=j.length;for(l=0;l<d&&l<c;l++)if(f[l]!==j[l])return u(f[l],j[l]);return l===d?u(a,j[l],-1):u(f[l],b,1)},u=function(a,b,d){if(a===b)return d;for(a=a.nextSibling;a;){if(a===b)return-1;a=a.nextSibling}return 1});b.getText=function(a){for(var d="",c,f=0;a[f];f++)c=a[f],c.nodeType===3||c.nodeType===4?d+=
85
+ c.nodeValue:c.nodeType!==8&&(d+=b.getText(c.childNodes));return d};(function(){var a=p.createElement("div"),b="script"+(new Date).getTime(),c=p.documentElement;a.innerHTML="<a name='"+b+"'/>";c.insertBefore(a,c.firstChild);if(p.getElementById(b))d.find.ID=function(a,b,d){if(typeof b.getElementById!=="undefined"&&!d)return(b=b.getElementById(a[1]))?b.id===a[1]||typeof b.getAttributeNode!=="undefined"&&b.getAttributeNode("id").nodeValue===a[1]?[b]:t:[]},d.filter.ID=function(a,b){var d=typeof a.getAttributeNode!==
86
+ "undefined"&&a.getAttributeNode("id");return a.nodeType===1&&d&&d.nodeValue===b};c.removeChild(a);c=a=null})();(function(){var a=p.createElement("div");a.appendChild(p.createComment(""));if(a.getElementsByTagName("*").length>0)d.find.TAG=function(a,b){var d=b.getElementsByTagName(a[1]);if(a[1]==="*"){for(var c=[],h=0;d[h];h++)d[h].nodeType===1&&c.push(d[h]);d=c}return d};a.innerHTML="<a href='#'></a>";if(a.firstChild&&typeof a.firstChild.getAttribute!=="undefined"&&a.firstChild.getAttribute("href")!==
87
+ "#")d.attrHandle.href=function(a){return a.getAttribute("href",2)};a=null})();p.querySelectorAll&&function(){var a=b,c=p.createElement("div");c.innerHTML="<p class='TEST'></p>";if(!(c.querySelectorAll&&c.querySelectorAll(".TEST").length===0)){b=function(c,g,f,l){g=g||p;if(!l&&!b.isXML(g)){var e=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(c);if(e&&(g.nodeType===1||g.nodeType===9))if(e[1])return j(g.getElementsByTagName(c),f);else if(e[2]&&d.find.CLASS&&g.getElementsByClassName)return j(g.getElementsByClassName(e[2]),
88
+ f);if(g.nodeType===9){if(c==="body"&&g.body)return j([g.body],f);else if(e&&e[3]){var i=g.getElementById(e[3]);if(i&&i.parentNode){if(i.id===e[3])return j([i],f)}else return j([],f)}try{return j(g.querySelectorAll(c),f)}catch(s){}}else if(g.nodeType===1&&g.nodeName.toLowerCase()!=="object"){var e=g,n=(i=g.getAttribute("id"))||"__sizzle__",m=g.parentNode,u=/^\s*[+~]/.test(c);i?n=n.replace(/'/g,"\\$&"):g.setAttribute("id",n);if(u&&m)g=g.parentNode;try{if(!u||m)return j(g.querySelectorAll("[id='"+n+
89
+ "'] "+c),f)}catch(v){}finally{i||e.removeAttribute("id")}}}return a(c,g,f,l)};for(var f in a)b[f]=a[f];c=null}}();(function(){var a=p.documentElement,c=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(c){var f=!c.call(p.createElement("div"),"div"),j=!1;try{c.call(p.documentElement,"[test!='']:sizzle")}catch(l){j=!0}b.matchesSelector=function(a,h){h=h.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!b.isXML(a))try{if(j||!d.match.PSEUDO.test(h)&&!/!=/.test(h)){var l=
90
+ c.call(a,h);if(l||!f||a.document&&a.document.nodeType!==11)return l}}catch(e){}return b(h,null,null,[a]).length>0}}})();(function(){var a=p.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(a.getElementsByClassName&&a.getElementsByClassName("e").length!==0&&(a.lastChild.className="e",a.getElementsByClassName("e").length!==1))d.order.splice(1,0,"CLASS"),d.find.CLASS=function(a,b,d){if(typeof b.getElementsByClassName!=="undefined"&&!d)return b.getElementsByClassName(a[1])},
91
+ a=null})();b.contains=p.documentElement.contains?function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:p.documentElement.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(){return!1};b.isXML=function(a){return(a=(a?a.ownerDocument||a:0).documentElement)?a.nodeName!=="HTML":!1};var v=function(a,c){for(var f,j=[],l="",e=c.nodeType?[c]:c;f=d.match.PSEUDO.exec(a);)l+=f[0],a=a.replace(d.match.PSEUDO,"");a=d.relative[a]?a+"*":a;f=0;for(var i=e.length;f<i;f++)b(a,
92
+ e[f],j);return b.filter(l,j)};y.find=b;y.expr=b.selectors;y.expr[":"]=y.expr.filters;y.unique=b.uniqueSort;y.text=b.getText;y.isXMLDoc=b.isXML;y.contains=b.contains})();(function(a){function c(b,d,c){if(a.isFunction(d))return a.grep(b,function(a,b){return!!d.call(a,b,a)===c});else if(d.nodeType)return a.grep(b,function(a){return a===d===c});else if(typeof d==="string"){var f=a.grep(b,function(a){return a.nodeType===1});if(e.test(d))return a.filter(d,f,!c);else d=a.filter(d,f)}return a.grep(b,function(b){return a.inArray(b,
93
+ d)>=0===c})}var k=/Until$/,o=/^(?:parents|prevUntil|prevAll)/,m=/,/,e=/^.[^:#\[\.,]*$/,i=Array.prototype.slice,r=a.expr.match.POS,f={children:!0,contents:!0,next:!0,prev:!0};a.fn.extend({find:function(b){for(var d=this.pushStack("","find",b),c=0,f=0,e=this.length;f<e;f++)if(c=d.length,a.find(b,this[f],d),f>0)for(var j=c;j<d.length;j++)for(var l=0;l<c;l++)if(d[l]===d[j]){d.splice(j--,1);break}return d},has:function(b){var d=a(b);return this.filter(function(){for(var b=0,c=d.length;b<c;b++)if(a.contains(this,
94
+ d[b]))return!0})},not:function(a){return this.pushStack(c(this,a,!1),"not",a)},filter:function(a){return this.pushStack(c(this,a,!0),"filter",a)},is:function(b){return!!b&&a.filter(b,this).length>0},closest:function(b,d){var c=[],f,e,j=this[0];if(a.isArray(b)){var l,i={},m=1;if(j&&b.length){f=0;for(e=b.length;f<e;f++)l=b[f],i[l]||(i[l]=a.expr.match.POS.test(l)?a(l,d||this.context):l);for(;j&&j.ownerDocument&&j!==d;){for(l in i)f=i[l],(f.jquery?f.index(j)>-1:a(j).is(f))&&c.push({selector:l,elem:j,
95
+ level:m});j=j.parentNode;m++}}return c}l=r.test(b)?a(b,d||this.context):null;f=0;for(e=this.length;f<e;f++)for(j=this[f];j;)if(l?l.index(j)>-1:a.find.matchesSelector(j,b)){c.push(j);break}else if(j=j.parentNode,!j||!j.ownerDocument||j===d)break;c=c.length>1?a.unique(c):c;return this.pushStack(c,"closest",b)},index:function(b){if(!b||typeof b==="string")return a.inArray(this[0],b?a(b):this.parent().children());return a.inArray(b.jquery?b[0]:b,this)},add:function(b,d){var c=typeof b==="string"?a(b,
96
+ d):a.makeArray(b),f=a.merge(this.get(),c);return this.pushStack(!c[0]||!c[0].parentNode||c[0].parentNode.nodeType===11||!f[0]||!f[0].parentNode||f[0].parentNode.nodeType===11?f:a.unique(f))},andSelf:function(){return this.add(this.prevObject)}});a.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(b){return a.dir(b,"parentNode")},parentsUntil:function(b,d,c){return a.dir(b,"parentNode",c)},next:function(b){return a.nth(b,2,"nextSibling")},prev:function(b){return a.nth(b,
97
+ 2,"previousSibling")},nextAll:function(b){return a.dir(b,"nextSibling")},prevAll:function(b){return a.dir(b,"previousSibling")},nextUntil:function(b,d,c){return a.dir(b,"nextSibling",c)},prevUntil:function(b,d,c){return a.dir(b,"previousSibling",c)},siblings:function(b){return a.sibling(b.parentNode.firstChild,b)},children:function(b){return a.sibling(b.firstChild)},contents:function(b){return a.nodeName(b,"iframe")?b.contentDocument||b.contentWindow.document:a.makeArray(b.childNodes)}},function(b,
98
+ d){a.fn[b]=function(c,e){var r=a.map(this,d,c),j=i.call(arguments);k.test(b)||(e=c);e&&typeof e==="string"&&(r=a.filter(e,r));r=this.length>1&&!f[b]?a.unique(r):r;if((this.length>1||m.test(e))&&o.test(b))r=r.reverse();return this.pushStack(r,b,j.join(","))}});a.extend({filter:function(b,c,f){f&&(b=":not("+b+")");return c.length===1?a.find.matchesSelector(c[0],b)?[c[0]]:[]:a.find.matches(b,c)},dir:function(b,c,f){for(var e=[],b=b[c];b&&b.nodeType!==9&&(f===t||b.nodeType!==1||!a(b).is(f));)b.nodeType===
99
+ 1&&e.push(b),b=b[c];return e},nth:function(a,c,f){for(var c=c||1,e=0;a;a=a[f])if(a.nodeType===1&&++e===c)break;return a},sibling:function(a,c){for(var f=[];a;a=a.nextSibling)a.nodeType===1&&a!==c&&f.push(a);return f}})})(y);(function(a){function c(b,c){if(c.nodeType===1&&a.hasData(b)){var d=a.expando,f=a.data(b),e=a.data(c,f);if(f=f[d]){var h=f.events,e=e[d]=a.extend({},f);if(h)for(var g in delete e.handle,e.events={},h){d=0;for(f=h[g].length;d<f;d++)a.event.add(c,g+(h[g][d].namespace?".":"")+h[g][d].namespace,
100
+ h[g][d],h[g][d].data)}}}}function k(b,c){if(c.nodeType===1){var d=c.nodeName.toLowerCase();c.clearAttributes();c.mergeAttributes(b);if(d==="object")c.outerHTML=b.outerHTML;else if(d==="input"&&(b.type==="checkbox"||b.type==="radio")){if(b.checked)c.defaultChecked=c.checked=b.checked;if(c.value!==b.value)c.value=b.value}else if(d==="option")c.selected=b.defaultSelected;else if(d==="input"||d==="textarea")c.defaultValue=b.defaultValue;c.removeAttribute(a.expando)}}function o(a){return"getElementsByTagName"in
101
+ a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function m(b,c){c.src?a.ajax({url:c.src,async:!1,dataType:"script"}):a.globalEval(c.text||c.textContent||c.innerHTML||"");c.parentNode&&c.parentNode.removeChild(c)}var e=/ jQuery\d+="(?:\d+|null)"/g,i=/^\s+/,r=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,f=/<([\w:]+)/,b=/<tbody/i,d=/<|&#?\w+;/,n=/<(?:script|object|embed|option|style)/i,q=/checked\s*(?:[^=]|=\s*.checked.)/i,x={option:[1,"<select multiple='multiple'>",
102
+ "</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};x.optgroup=x.option;x.tbody=x.tfoot=x.colgroup=x.caption=x.thead;x.th=x.td;if(!a.support.htmlSerialize)x._default=[1,"div<div>","</div>"];a.fn.extend({text:function(b){if(a.isFunction(b))return this.each(function(c){var d=
103
+ a(this);d.text(b.call(this,c,d.text()))});if(typeof b!=="object"&&b!==t)return this.empty().append((this[0]&&this[0].ownerDocument||p).createTextNode(b));return a.text(this)},wrapAll:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapAll(b.call(this,c))});if(this[0]){var c=a(b,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&c.insertBefore(this[0]);c.map(function(){for(var a=this;a.firstChild&&a.firstChild.nodeType===1;)a=a.firstChild;return a}).append(this)}return this},
104
+ wrapInner:function(b){if(a.isFunction(b))return this.each(function(c){a(this).wrapInner(b.call(this,c))});return this.each(function(){var c=a(this),d=c.contents();d.length?d.wrapAll(b):c.append(b)})},wrap:function(b){return this.each(function(){a(this).wrapAll(b)})},unwrap:function(){return this.parent().each(function(){a.nodeName(this,"body")||a(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,
105
+ !0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});else if(arguments.length){var b=a(arguments[0]);b.push.apply(b,this.toArray());return this.pushStack(b,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});else if(arguments.length){var b=
106
+ this.pushStack(this,"after",arguments);b.push.apply(b,a(arguments[0]).toArray());return b}},remove:function(b,c){for(var d=0,f;(f=this[d])!=null;d++)if(!b||a.filter(b,[f]).length)!c&&f.nodeType===1&&(a.cleanData(f.getElementsByTagName("*")),a.cleanData([f])),f.parentNode&&f.parentNode.removeChild(f);return this},empty:function(){for(var b=0,c;(c=this[b])!=null;b++)for(c.nodeType===1&&a.cleanData(c.getElementsByTagName("*"));c.firstChild;)c.removeChild(c.firstChild);return this},clone:function(b,c){b=
107
+ b==null?!1:b;c=c==null?b:c;return this.map(function(){return a.clone(this,b,c)})},html:function(b){if(b===t)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(e,""):null;else if(typeof b==="string"&&!n.test(b)&&(a.support.leadingWhitespace||!i.test(b))&&!x[(f.exec(b)||["",""])[1].toLowerCase()]){b=b.replace(r,"<$1></$2>");try{for(var c=0,d=this.length;c<d;c++)if(this[c].nodeType===1)a.cleanData(this[c].getElementsByTagName("*")),this[c].innerHTML=b}catch(m){this.empty().append(b)}}else a.isFunction(b)?
108
+ this.each(function(c){var d=a(this);d.html(b.call(this,c,d.html()))}):this.empty().append(b);return this},replaceWith:function(b){if(this[0]&&this[0].parentNode){if(a.isFunction(b))return this.each(function(c){var d=a(this),f=d.html();d.replaceWith(b.call(this,c,f))});typeof b!=="string"&&(b=a(b).detach());return this.each(function(){var c=this.nextSibling,d=this.parentNode;a(this).remove();c?a(c).before(b):a(d).append(b)})}else return this.length?this.pushStack(a(a.isFunction(b)?b():b),"replaceWith",
109
+ b):this},detach:function(a){return this.remove(a,!0)},domManip:function(b,c,d){var f,e,h,g=b[0],i=[];if(!a.support.checkClone&&arguments.length===3&&typeof g==="string"&&q.test(g))return this.each(function(){a(this).domManip(b,c,d,!0)});if(a.isFunction(g))return this.each(function(f){var h=a(this);b[0]=g.call(this,f,c?h.html():t);h.domManip(b,c,d)});if(this[0]){f=g&&g.parentNode;f=a.support.parentNode&&f&&f.nodeType===11&&f.childNodes.length===this.length?{fragment:f}:a.buildFragment(b,this,i);h=
110
+ f.fragment;if(e=h.childNodes.length===1?h=h.firstChild:h.firstChild){c=c&&a.nodeName(e,"tr");e=0;for(var k=this.length,n=k-1;e<k;e++)d.call(c?a.nodeName(this[e],"table")?this[e].getElementsByTagName("tbody")[0]||this[e].appendChild(this[e].ownerDocument.createElement("tbody")):this[e]:this[e],f.cacheable||k>1&&e<n?a.clone(h,!0,!0):h)}i.length&&a.each(i,m)}return this}});a.buildFragment=function(b,c,d){var f,e,h,c=c&&c[0]?c[0].ownerDocument||c[0]:p;if(b.length===1&&typeof b[0]==="string"&&b[0].length<
111
+ 512&&c===p&&b[0].charAt(0)==="<"&&!n.test(b[0])&&(a.support.checkClone||!q.test(b[0])))e=!0,(h=a.fragments[b[0]])&&h!==1&&(f=h);f||(f=c.createDocumentFragment(),a.clean(b,c,f,d));e&&(a.fragments[b[0]]=h?f:1);return{fragment:f,cacheable:e}};a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(b,c){a.fn[b]=function(d){var f=[],d=a(d),e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===
112
+ 1&&d.length===1)return d[c](this[0]),this;else{for(var e=0,h=d.length;e<h;e++){var g=(e>0?this.clone(!0):this).get();a(d[e])[c](g);f=f.concat(g)}return this.pushStack(f,b,d.selector)}}});a.extend({clone:function(b,d,f){var e=b.cloneNode(!0),i,h,g;if((!a.support.noCloneEvent||!a.support.noCloneChecked)&&(b.nodeType===1||b.nodeType===11)&&!a.isXMLDoc(b)){k(b,e);i=o(b);h=o(e);for(g=0;i[g];++g)k(i[g],h[g])}if(d&&(c(b,e),f)){i=o(b);h=o(e);for(g=0;i[g];++g)c(i[g],h[g])}return e},clean:function(c,e,m,k){e=
113
+ e||p;typeof e.createElement==="undefined"&&(e=e.ownerDocument||e[0]&&e[0].ownerDocument||p);for(var n=[],h=0,g;(g=c[h])!=null;h++)if(typeof g==="number"&&(g+=""),g){if(typeof g==="string"&&!d.test(g))g=e.createTextNode(g);else if(typeof g==="string"){g=g.replace(r,"<$1></$2>");var o=(f.exec(g)||["",""])[1].toLowerCase(),q=x[o]||x._default,t=q[0],w=e.createElement("div");for(w.innerHTML=q[1]+g+q[2];t--;)w=w.lastChild;if(!a.support.tbody){t=b.test(g);o=o==="table"&&!t?w.firstChild&&w.firstChild.childNodes:
114
+ q[1]==="<table>"&&!t?w.childNodes:[];for(q=o.length-1;q>=0;--q)a.nodeName(o[q],"tbody")&&!o[q].childNodes.length&&o[q].parentNode.removeChild(o[q])}!a.support.leadingWhitespace&&i.test(g)&&w.insertBefore(e.createTextNode(i.exec(g)[0]),w.firstChild);g=w.childNodes}g.nodeType?n.push(g):n=a.merge(n,g)}if(m)for(h=0;n[h];h++)k&&a.nodeName(n[h],"script")&&(!n[h].type||n[h].type.toLowerCase()==="text/javascript")?k.push(n[h].parentNode?n[h].parentNode.removeChild(n[h]):n[h]):(n[h].nodeType===1&&n.splice.apply(n,
115
+ [h+1,0].concat(a.makeArray(n[h].getElementsByTagName("script")))),m.appendChild(n[h]));return n},cleanData:function(b){for(var c,d,f=a.cache,e=a.expando,h=a.event.special,g=a.support.deleteExpando,i=0,m;(m=b[i])!=null;i++)if(!m.nodeName||!a.noData[m.nodeName.toLowerCase()])if(d=m[a.expando]){if((c=f[d]&&f[d][e])&&c.events){for(var n in c.events)h[n]?a.event.remove(m,n):a.removeEvent(m,n,c.handle);if(c.handle)c.handle.elem=null}g?delete m[a.expando]:m.removeAttribute&&m.removeAttribute(a.expando);
116
+ delete f[d]}}})})(y);(function(a){function c(c,f,e){var i=f==="width"?c.offsetWidth:c.offsetHeight;if(e==="border")return i;a.each(f==="width"?b:d,function(){e||(i-=parseFloat(a.css(c,"padding"+this))||0);e==="margin"?i+=parseFloat(a.css(c,"margin"+this))||0:i-=parseFloat(a.css(c,"border"+this+"Width"))||0});return i}var k=/alpha\([^)]*\)/i,o=/opacity=([^)]*)/,m=/-([a-z])/ig,e=/([A-Z]|^ms)/g,i=/^-?\d+(?:px)?$/i,r=/^-?\d/,f={position:"absolute",visibility:"hidden",display:"block"},b=["Left","Right"],
117
+ d=["Top","Bottom"],n,q,x,j=function(a,b){return b.toUpperCase()};a.fn.css=function(b,c){if(arguments.length===2&&c===t)return this;return a.access(this,b,c,!0,function(b,c,d){return d!==t?a.style(b,c,d):a.css(b,c)})};a.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=n(a,"opacity","opacity");return c===""?"1":c}else return a.style.opacity}}},cssNumber:{zIndex:!0,fontWeight:!0,opacity:!0,zoom:!0,lineHeight:!0},cssProps:{"float":a.support.cssFloat?"cssFloat":"styleFloat"},style:function(b,c,
118
+ d,f){if(b&&!(b.nodeType===3||b.nodeType===8||!b.style)){var e,g=a.camelCase(c),i=b.style,j=a.cssHooks[g],c=a.cssProps[g]||g;if(d!==t){if(!(typeof d==="number"&&isNaN(d)||d==null))if(typeof d==="number"&&!a.cssNumber[g]&&(d+="px"),!j||!("set"in j)||(d=j.set(b,d))!==t)try{i[c]=d}catch(m){}}else{if(j&&"get"in j&&(e=j.get(b,!1,f))!==t)return e;return i[c]}}},css:function(b,c,d){var f,e=a.camelCase(c),g=a.cssHooks[e],c=a.cssProps[e]||e;if(g&&"get"in g&&(f=g.get(b,!0,d))!==t)return f;else if(n)return n(b,
119
+ c,e)},swap:function(a,b,c){var d={},f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];c.call(a);for(f in b)a.style[f]=d[f]},camelCase:function(a){return a.replace(m,j)}});a.curCSS=a.css;a.each(["height","width"],function(b,d){a.cssHooks[d]={get:function(b,e,h){var g;if(e){b.offsetWidth!==0?g=c(b,d,h):a.swap(b,f,function(){g=c(b,d,h)});if(g<=0&&(g=n(b,d,d),g==="0px"&&x&&(g=x(b,d,d)),g!=null))return g===""||g==="auto"?"0px":g;if(g<0||g==null)return g=b.style[d],g===""||g==="auto"?"0px":g;return typeof g===
120
+ "string"?g:g+"px"}},set:function(a,b){if(i.test(b)){if(b=parseFloat(b),b>=0)return b+"px"}else return b}}});if(!a.support.opacity)a.cssHooks.opacity={get:function(a,b){return o.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(b,c){var d=b.style;d.zoom=1;var f=a.isNaN(c)?"":"alpha(opacity="+c*100+")",e=d.filter||"";d.filter=k.test(e)?e.replace(k,f):d.filter+" "+f}};a(function(){if(!a.support.reliableMarginRight)a.cssHooks.marginRight=
121
+ {get:function(b,c){var d;a.swap(b,{display:"inline-block"},function(){d=c?n(b,"margin-right","marginRight"):b.style.marginRight});return d}}});p.defaultView&&p.defaultView.getComputedStyle&&(q=function(b,c,d){var f,d=d.replace(e,"-$1").toLowerCase();if(!(c=b.ownerDocument.defaultView))return t;if(c=c.getComputedStyle(b,null))f=c.getPropertyValue(d),f===""&&!a.contains(b.ownerDocument.documentElement,b)&&(f=a.style(b,d));return f});p.documentElement.currentStyle&&(x=function(a,b){var c,d=a.currentStyle&&
122
+ a.currentStyle[b],f=a.runtimeStyle&&a.runtimeStyle[b],g=a.style;if(!i.test(d)&&r.test(d)){c=g.left;if(f)a.runtimeStyle.left=a.currentStyle.left;g.left=b==="fontSize"?"1em":d||0;d=g.pixelLeft+"px";g.left=c;if(f)a.runtimeStyle.left=f}return d===""?"auto":d});n=q||x;if(a.expr&&a.expr.filters)a.expr.filters.hidden=function(b){var c=b.offsetHeight;return b.offsetWidth===0&&c===0||!a.support.reliableHiddenOffsets&&(b.style.display||a.css(b,"display"))==="none"},a.expr.filters.visible=function(b){return!a.expr.filters.hidden(b)}})(y);
123
+ (function(a){function c(b){return function(c,d){var A;typeof c!=="string"&&(d=c,c="*");if(a.isFunction(d))for(var f=c.toLowerCase().split(l),g=0,e=f.length,h,i;g<e;g++)h=f[g],(i=/^\+/.test(h))&&(h=h.substr(1)||"*"),A=b[h]=b[h]||[],h=A,h[i?"unshift":"push"](d)}}function k(a,b,c,d,f,g){f=f||b.dataTypes[0];g=g||{};g[f]=!0;for(var f=a[f],e=0,h=f?f.length:0,i=a===z,j;e<h&&(i||!j);e++)j=f[e](b,c,d),typeof j==="string"&&(!i||g[j]?j=t:(b.dataTypes.unshift(j),j=k(a,b,c,d,j,g)));if((i||!j)&&!g["*"])j=k(a,b,
124
+ c,d,"*",g);return j}function o(b,c,d,f){if(a.isArray(c)&&c.length)a.each(c,function(c,g){d||e.test(b)?f(b,g):o(b+"["+(typeof g==="object"||a.isArray(g)?c:"")+"]",g,d,f)});else if(!d&&c!=null&&typeof c==="object")if(a.isArray(c)||a.isEmptyObject(c))f(b,"");else for(var g in c)o(b+"["+g+"]",c[g],d,f);else f(b,c)}var m=/%20/g,e=/\[\]$/,i=/\r?\n/g,r=/#.*$/,f=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,b=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,d=/^(?:GET|HEAD)$/,
125
+ n=/^\/\//,q=/\?/,x=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,j=/^(?:select|textarea)/i,l=/\s+/,s=/([?&])_=[^&]*/,u=/(^|\-)([a-z])/g,v=function(a,b,c){return b+c.toUpperCase()},h=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,g=a.fn.load,z={},y={},E,D;try{E=p.location.href}catch(G){E=p.createElement("a"),E.href="",E=E.href}D=h.exec(E.toLowerCase())||[];a.fn.extend({load:function(b,c,d){if(typeof b!=="string"&&g)return g.apply(this,arguments);else if(!this.length)return this;var f=b.indexOf(" ");
126
+ if(f>=0)var e=b.slice(f,b.length),b=b.slice(0,f);f="GET";c&&(a.isFunction(c)?(d=c,c=t):typeof c==="object"&&(c=a.param(c,a.ajaxSettings.traditional),f="POST"));var h=this;a.ajax({url:b,type:f,dataType:"html",data:c,complete:function(b,c,f){f=b.responseText;b.isResolved()&&(b.done(function(a){f=a}),h.html(e?a("<div>").append(f.replace(x,"")).find(e):f));d&&h.each(d,[f,c,b])}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?
127
+ a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||j.test(this.nodeName)||b.test(this.type))}).map(function(b,c){var d=a(this).val();return d==null?null:a.isArray(d)?a.map(d,function(a){return{name:c.name,value:a.replace(i,"\r\n")}}):{name:c.name,value:d.replace(i,"\r\n")}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(b,c){a.fn[c]=function(a){return this.bind(c,a)}});a.each(["get","post"],function(b,
128
+ c){a[c]=function(b,d,f,g){a.isFunction(d)&&(g=g||f,f=d,d=t);return a.ajax({type:c,url:b,data:d,success:f,dataType:g})}});a.extend({getScript:function(b,c){return a.get(b,t,c,"script")},getJSON:function(b,c,d){return a.get(b,c,d,"json")},ajaxSetup:function(b,c){c?a.extend(!0,b,a.ajaxSettings,c):(c=b,b=a.extend(!0,a.ajaxSettings,c));for(var d in{context:1,url:1})d in c?b[d]=c[d]:d in a.ajaxSettings&&(b[d]=a.ajaxSettings[d]);return b},ajaxSettings:{url:E,isLocal:/^(?:about|app|app\-storage|.+\-extension|file|widget):$/.test(D[1]),
129
+ global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":w.String,"text html":!0,"text json":a.parseJSON,"text xml":a.parseXML}},ajaxPrefilter:c(z),ajaxTransport:c(y),ajax:function(b,c){function g(b,c,d,f){if(H!==2){H=
130
+ 2;Q&&clearTimeout(Q);N=t;E=f||"";A.readyState=b?4:0;var h,l,n;if(d){var f=e,k=A,r=f.contents,q=f.dataTypes,s=f.responseFields,v,u,w,z;for(u in s)u in d&&(k[s[u]]=d[u]);for(;q[0]==="*";)q.shift(),v===t&&(v=f.mimeType||k.getResponseHeader("content-type"));if(v)for(u in r)if(r[u]&&r[u].test(v)){q.unshift(u);break}if(q[0]in d)w=q[0];else{for(u in d){if(!q[0]||f.converters[u+" "+q[0]]){w=u;break}z||(z=u)}w=w||z}w?(w!==q[0]&&q.unshift(w),d=d[w]):d=void 0}else d=t;if(b>=200&&b<300||b===304){if(e.ifModified){if(v=
131
+ A.getResponseHeader("Last-Modified"))a.lastModified[x]=v;if(v=A.getResponseHeader("Etag"))a.etag[x]=v}if(b===304)c="notmodified",h=!0;else try{v=e;v.dataFilter&&(d=v.dataFilter(d,v.dataType));var y=v.dataTypes;u={};var B,D,G=y.length,K,C=y[0],I,M,J,L,F;for(B=1;B<G;B++){if(B===1)for(D in v.converters)typeof D==="string"&&(u[D.toLowerCase()]=v.converters[D]);I=C;C=y[B];if(C==="*")C=I;else if(I!=="*"&&I!==C){M=I+" "+C;J=u[M]||u["* "+C];if(!J)for(L in F=t,u)if(K=L.split(" "),K[0]===I||K[0]==="*")if(F=
132
+ u[K[1]+" "+C]){L=u[L];L===!0?J=F:F===!0&&(J=L);break}!J&&!F&&a.error("No conversion from "+M.replace(" "," to "));J!==!0&&(d=J?J(d):F(L(d)))}}l=d;c="success";h=!0}catch(P){c="parsererror",n=P}}else if(n=c,!c||b)c="error",b<0&&(b=0);A.status=b;A.statusText=c;h?m.resolveWith(i,[l,c,A]):m.rejectWith(i,[A,c,n]);A.statusCode(p);p=t;O&&j.trigger("ajax"+(h?"Success":"Error"),[A,e,h?l:n]);o.resolveWith(i,[A,c]);O&&(j.trigger("ajaxComplete",[A,e]),--a.active||a.event.trigger("ajaxStop"))}}typeof b==="object"&&
133
+ (c=b,b=t);var c=c||{},e=a.ajaxSetup({},c),i=e.context||e,j=i!==e&&(i.nodeType||i instanceof a)?a(i):a.event,m=a.Deferred(),o=a._Deferred(),p=e.statusCode||{},x,w={},E,G,N,Q,C,H=0,O,F,A={readyState:0,setRequestHeader:function(a,b){H||(w[a.toLowerCase().replace(u,v)]=b);return this},getAllResponseHeaders:function(){return H===2?E:null},getResponseHeader:function(a){var b;if(H===2){if(!G)for(G={};b=f.exec(E);)G[b[1].toLowerCase()]=b[2];b=G[a.toLowerCase()]}return b===t?null:b},overrideMimeType:function(a){if(!H)e.mimeType=
134
+ a;return this},abort:function(a){a=a||"abort";N&&N.abort(a);g(0,a);return this}};m.promise(A);A.success=A.done;A.error=A.fail;A.complete=o.done;A.statusCode=function(a){if(a){var b;if(H<2)for(b in a)p[b]=[p[b],a[b]];else b=a[A.status],A.then(b,b)}return this};e.url=((b||e.url)+"").replace(r,"").replace(n,D[1]+"//");e.dataTypes=a.trim(e.dataType||"*").toLowerCase().split(l);if(e.crossDomain==null)C=h.exec(e.url.toLowerCase()),e.crossDomain=!(!C||!(C[1]!=D[1]||C[2]!=D[2]||(C[3]||(C[1]==="http:"?80:
135
+ 443))!=(D[3]||(D[1]==="http:"?80:443))));if(e.data&&e.processData&&typeof e.data!=="string")e.data=a.param(e.data,e.traditional);k(z,e,c,A);if(H===2)return!1;O=e.global;e.type=e.type.toUpperCase();e.hasContent=!d.test(e.type);O&&a.active++===0&&a.event.trigger("ajaxStart");if(!e.hasContent&&(e.data&&(e.url+=(q.test(e.url)?"&":"?")+e.data),x=e.url,e.cache===!1)){C=a.now();var P=e.url.replace(s,"$1_="+C);e.url=P+(P===e.url?(q.test(e.url)?"&":"?")+"_="+C:"")}if(e.data&&e.hasContent&&e.contentType!==
136
+ !1||c.contentType)w["Content-Type"]=e.contentType;e.ifModified&&(x=x||e.url,a.lastModified[x]&&(w["If-Modified-Since"]=a.lastModified[x]),a.etag[x]&&(w["If-None-Match"]=a.etag[x]));w.Accept=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+(e.dataTypes[0]!=="*"?", */*; q=0.01":""):e.accepts["*"];for(F in e.headers)A.setRequestHeader(F,e.headers[F]);if(e.beforeSend&&(e.beforeSend.call(i,A,e)===!1||H===2))return A.abort(),!1;for(F in{success:1,error:1,complete:1})A[F](e[F]);if(N=k(y,
137
+ e,c,A)){A.readyState=1;O&&j.trigger("ajaxSend",[A,e]);e.async&&e.timeout>0&&(Q=setTimeout(function(){A.abort("timeout")},e.timeout));try{H=1,N.send(w,g)}catch(S){status<2?g(-1,S):a.error(S)}}else g(-1,"No Transport");return A},param:function(b,c){var d=[],f=function(b,c){c=a.isFunction(c)?c():c;d[d.length]=encodeURIComponent(b)+"="+encodeURIComponent(c)};if(c===t)c=a.ajaxSettings.traditional;if(a.isArray(b)||b.jquery&&!a.isPlainObject(b))a.each(b,function(){f(this.name,this.value)});else for(var g in b)o(g,
138
+ b[g],c,f);return d.join("&").replace(m,"+")}});a.extend({active:0,lastModified:{},etag:{}})})(y);(function(a){var c=a.now(),k=/(\=)\?(&|$)|\?\?/i;a.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return a.expando+"_"+c++}});a.ajaxPrefilter("json jsonp",function(c,m,e){var i=typeof c.data==="string";if(c.dataTypes[0]==="jsonp"||m.jsonpCallback||m.jsonp!=null||c.jsonp!==!1&&(k.test(c.url)||i&&k.test(c.data))){var r,f=c.jsonpCallback=a.isFunction(c.jsonpCallback)?c.jsonpCallback():c.jsonpCallback,
139
+ b=w[f],m=c.url,d=c.data,n="$1"+f+"$2",q=function(){w[f]=b;if(r&&a.isFunction(b))w[f](r[0])};c.jsonp!==!1&&(m=m.replace(k,n),c.url===m&&(i&&(d=d.replace(k,n)),c.data===d&&(m+=(/\?/.test(m)?"&":"?")+c.jsonp+"="+f)));c.url=m;c.data=d;w[f]=function(a){r=[a]};e.then(q,q);c.converters["script json"]=function(){r||a.error(f+" was not called");return r[0]};c.dataTypes[0]="json";return"script"}})})(y);(function(a){a.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},
140
+ contents:{script:/javascript|ecmascript/},converters:{"text script":function(c){a.globalEval(c);return c}}});a.ajaxPrefilter("script",function(a){if(a.cache===t)a.cache=!1;if(a.crossDomain)a.type="GET",a.global=!1});a.ajaxTransport("script",function(a){if(a.crossDomain){var k,o=p.head||p.getElementsByTagName("head")[0]||p.documentElement;return{send:function(m,e){k=p.createElement("script");k.async="async";if(a.scriptCharset)k.charset=a.scriptCharset;k.src=a.url;k.onload=k.onreadystatechange=function(a,
141
+ c){if(!k.readyState||/loaded|complete/.test(k.readyState))k.onload=k.onreadystatechange=null,o&&k.parentNode&&o.removeChild(k),k=t,c||e(200,"success")};o.insertBefore(k,o.firstChild)},abort:function(){if(k)k.onload(0,1)}}}})})(y);(function(a){function c(){a(w).unload(function(){for(var a in m)m[a](0,1)})}function k(){try{return new w.XMLHttpRequest}catch(a){}}var o=a.now(),m,e;a.ajaxSettings.xhr=w.ActiveXObject?function(){var a;if(!(a=!this.isLocal&&k()))a:{try{a=new w.ActiveXObject("Microsoft.XMLHTTP");
142
+ break a}catch(c){}a=void 0}return a}:k;e=a.ajaxSettings.xhr();a.support.ajax=!!e;a.support.cors=e&&"withCredentials"in e;e=t;a.support.ajax&&a.ajaxTransport(function(e){if(!e.crossDomain||a.support.cors){var k;return{send:function(f,b){var d=e.xhr(),n,q;e.username?d.open(e.type,e.url,e.async,e.username,e.password):d.open(e.type,e.url,e.async);if(e.xhrFields)for(q in e.xhrFields)d[q]=e.xhrFields[q];e.mimeType&&d.overrideMimeType&&d.overrideMimeType(e.mimeType);!e.crossDomain&&!f["X-Requested-With"]&&
143
+ (f["X-Requested-With"]="XMLHttpRequest");try{for(q in f)d.setRequestHeader(q,f[q])}catch(p){}d.send(e.hasContent&&e.data||null);k=function(c,f){var o,q,p,h,g;try{if(k&&(f||d.readyState===4)){k=t;if(n)d.onreadystatechange=a.noop,delete m[n];if(f)d.readyState!==4&&d.abort();else{o=d.status;p=d.getAllResponseHeaders();h={};if((g=d.responseXML)&&g.documentElement)h.xml=g;h.text=d.responseText;try{q=d.statusText}catch(x){q=""}!o&&e.isLocal&&!e.crossDomain?o=h.text?200:404:o===1223&&(o=204)}}}catch(w){f||
144
+ b(-1,w)}h&&b(o,q,h,p)};!e.async||d.readyState===4?k():(m||(m={},c()),n=o++,d.onreadystatechange=m[n]=k)},abort:function(){k&&k(0,1)}}}})})(y);(function(a){function c(c,b){var d={};a.each(r.concat.apply([],r.slice(0,b)),function(){d[this]=c});return d}function k(c){if(!o[c]){var b=a("<"+c+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";o[c]=d}return o[c]}var o={},m=/^(?:toggle|show|hide)$/,e=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,i,r=[["height","marginTop","marginBottom",
145
+ "paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(f,b,d){if(f||f===0)return this.animate(c("show",3),f,b,d);else{for(var d=0,e=this.length;d<e;d++){f=this[d];b=f.style.display;if(!a._data(f,"olddisplay")&&b==="none")b=f.style.display="";b===""&&a.css(f,"display")==="none"&&a._data(f,"olddisplay",k(f.nodeName))}for(d=0;d<e;d++)if(f=this[d],b=f.style.display,b===""||b==="none")f.style.display=a._data(f,"olddisplay")||
146
+ "";return this}},hide:function(f,b,d){if(f||f===0)return this.animate(c("hide",3),f,b,d);else{f=0;for(b=this.length;f<b;f++)d=a.css(this[f],"display"),d!=="none"&&!a._data(this[f],"olddisplay")&&a._data(this[f],"olddisplay",d);for(f=0;f<b;f++)this[f].style.display="none";return this}},_toggle:a.fn.toggle,toggle:function(f,b,d){var e=typeof f==="boolean";a.isFunction(f)&&a.isFunction(b)?this._toggle.apply(this,arguments):f==null||e?this.each(function(){var b=e?f:a(this).is(":hidden");a(this)[b?"show":
147
+ "hide"]()}):this.animate(c("toggle",3),f,b,d);return this},fadeTo:function(a,b,c,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,e)},animate:function(c,b,d,i){var o=a.speed(b,d,i);if(a.isEmptyObject(c))return this.each(o.complete);return this[o.queue===!1?"each":"queue"](function(){var b=a.extend({},o),d,i=this.nodeType===1,n=i&&a(this).is(":hidden"),r=this;for(d in c){var p=a.camelCase(d);d!==p&&(c[p]=c[d],delete c[d],d=p);if(c[d]==="hide"&&n||c[d]==="show"&&
148
+ !n)return b.complete.call(this);if(i&&(d==="height"||d==="width"))if(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],a.css(this,"display")==="inline"&&a.css(this,"float")==="none")a.support.inlineBlockNeedsLayout?k(this.nodeName)==="inline"?this.style.display="inline-block":(this.style.display="inline",this.style.zoom=1):this.style.display="inline-block";if(a.isArray(c[d]))(b.specialEasing=b.specialEasing||{})[d]=c[d][1],c[d]=c[d][0]}if(b.overflow!=null)this.style.overflow=
149
+ "hidden";b.curAnim=a.extend({},c);a.each(c,function(d,g){var i=new a.fx(r,b,d);if(m.test(g))i[g==="toggle"?n?"show":"hide":g](c);else{var j=e.exec(g),l=i.cur();if(j){var k=parseFloat(j[2]),o=j[3]||(a.cssNumber[d]?"":"px");o!=="px"&&(a.style(r,d,(k||1)+o),l*=(k||1)/i.cur(),a.style(r,d,l+o));j[1]&&(k=(j[1]==="-="?-1:1)*k+l);i.custom(l,k,o)}else i.custom(l,g,"")}});return!0})},stop:function(c,b){var d=a.timers;c&&this.queue([]);this.each(function(){for(var a=d.length-1;a>=0;a--)if(d[a].elem===this){if(b)d[a](!0);
150
+ d.splice(a,1)}});b||this.dequeue();return this}});a.each({slideDown:c("show",1),slideUp:c("hide",1),slideToggle:c("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(c,b){a.fn[c]=function(a,c,f){return this.animate(b,a,c,f)}});a.extend({speed:function(c,b,d){var e=c&&typeof c==="object"?a.extend({},c):{complete:d||!d&&b||a.isFunction(c)&&c,duration:c,easing:d&&b||b&&!a.isFunction(b)&&b};e.duration=a.fx.off?0:typeof e.duration==="number"?e.duration:
151
+ e.duration in a.fx.speeds?a.fx.speeds[e.duration]:a.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==!1&&a(this).dequeue();a.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,c,e){return c+e*a},swing:function(a,b,c,e){return(-Math.cos(a*Math.PI)/2+0.5)*e+c}},timers:[],fx:function(a,b,c){this.options=b;this.elem=a;this.prop=c;if(!b.orig)b.orig={}}});a.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(a.fx.step[this.prop]||
152
+ a.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var c,b=a.css(this.elem,this.prop);return isNaN(c=parseFloat(b))?!b||b==="auto"?0:b:c},custom:function(c,b,d){function e(a){return m.step(a)}var m=this,k=a.fx;this.startTime=a.now();this.start=c;this.end=b;this.unit=d||this.unit||(a.cssNumber[this.prop]?"":"px");this.now=this.start;this.pos=this.state=0;e.elem=this.elem;e()&&a.timers.push(e)&&!i&&
153
+ (i=setInterval(k.tick,k.interval))},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=!0;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=!0;this.custom(this.cur(),0)},step:function(c){var b=a.now(),d=!0;if(c||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=
154
+ !0;for(var e in this.options.curAnim)this.options.curAnim[e]!==!0&&(d=!1);if(d){if(this.options.overflow!=null&&!a.support.shrinkWrapBlocks){var i=this.elem,m=this.options;a.each(["","X","Y"],function(a,b){i.style["overflow"+b]=m.overflow[a]})}this.options.hide&&a(this.elem).hide();if(this.options.hide||this.options.show)for(var j in this.options.curAnim)a.style(this.elem,j,this.options.orig[j]);this.options.complete.call(this.elem)}return!1}else c=b-this.startTime,this.state=c/this.options.duration,
155
+ b=this.options.easing||(a.easing.swing?"swing":"linear"),this.pos=a.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,c,0,1,this.options.duration),this.now=this.start+(this.end-this.start)*this.pos,this.update();return!0}};a.extend(a.fx,{tick:function(){for(var c=a.timers,b=0;b<c.length;b++)c[b]()||c.splice(b--,1);c.length||a.fx.stop()},interval:13,stop:function(){clearInterval(i);i=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(c){a.style(c.elem,
156
+ "opacity",c.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit:a.elem[a.prop]=a.now}}});if(a.expr&&a.expr.filters)a.expr.filters.animated=function(c){return a.grep(a.timers,function(a){return c===a.elem}).length}})(y);(function(a){function c(c){return a.isWindow(c)?c:c.nodeType===9?c.defaultView||c.parentWindow:!1}var k=/^t(?:able|d|h)$/i,o=/^(?:body|html)$/i;a.fn.offset="getBoundingClientRect"in
157
+ p.documentElement?function(m){var e=this[0],i;if(m)return this.each(function(b){a.offset.setOffset(this,m,b)});if(!e||!e.ownerDocument)return null;if(e===e.ownerDocument.body)return a.offset.bodyOffset(e);try{i=e.getBoundingClientRect()}catch(k){}var f=e.ownerDocument,b=f.documentElement;if(!i||!a.contains(b,e))return i?{top:i.top,left:i.left}:{top:0,left:0};e=f.body;f=c(f);return{top:i.top+(f.pageYOffset||a.support.boxModel&&b.scrollTop||e.scrollTop)-(b.clientTop||e.clientTop||0),left:i.left+(f.pageXOffset||
158
+ a.support.boxModel&&b.scrollLeft||e.scrollLeft)-(b.clientLeft||e.clientLeft||0)}}:function(c){var e=this[0];if(c)return this.each(function(b){a.offset.setOffset(this,c,b)});if(!e||!e.ownerDocument)return null;if(e===e.ownerDocument.body)return a.offset.bodyOffset(e);a.offset.initialize();var i,o=e.offsetParent,f=e.ownerDocument,b=f.documentElement,d=f.body;i=(f=f.defaultView)?f.getComputedStyle(e,null):e.currentStyle;for(var n=e.offsetTop,p=e.offsetLeft;(e=e.parentNode)&&e!==d&&e!==b;){if(a.offset.supportsFixedPosition&&
159
+ i.position==="fixed")break;i=f?f.getComputedStyle(e,null):e.currentStyle;n-=e.scrollTop;p-=e.scrollLeft;if(e===o){n+=e.offsetTop;p+=e.offsetLeft;if(a.offset.doesNotAddBorder&&(!a.offset.doesAddBorderForTableAndCells||!k.test(e.nodeName)))n+=parseFloat(i.borderTopWidth)||0,p+=parseFloat(i.borderLeftWidth)||0;o=e.offsetParent}a.offset.subtractsBorderForOverflowNotVisible&&i.overflow!=="visible"&&(n+=parseFloat(i.borderTopWidth)||0,p+=parseFloat(i.borderLeftWidth)||0)}if(i.position==="relative"||i.position===
160
+ "static")n+=d.offsetTop,p+=d.offsetLeft;a.offset.supportsFixedPosition&&i.position==="fixed"&&(n+=Math.max(b.scrollTop,d.scrollTop),p+=Math.max(b.scrollLeft,d.scrollLeft));return{top:n,left:p}};a.offset={initialize:function(){var c=p.body,e=p.createElement("div"),i,k,f,b=parseFloat(a.css(c,"marginTop"))||0;a.extend(e.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});e.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
161
+ c.insertBefore(e,c.firstChild);i=e.firstChild;k=i.firstChild;f=i.nextSibling.firstChild.firstChild;this.doesNotAddBorder=k.offsetTop!==5;this.doesAddBorderForTableAndCells=f.offsetTop===5;k.style.position="fixed";k.style.top="20px";this.supportsFixedPosition=k.offsetTop===20||k.offsetTop===15;k.style.position=k.style.top="";i.style.overflow="hidden";i.style.position="relative";this.subtractsBorderForOverflowNotVisible=k.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=c.offsetTop!==b;c.removeChild(e);
162
+ a.offset.initialize=a.noop},bodyOffset:function(c){var e=c.offsetTop,i=c.offsetLeft;a.offset.initialize();a.offset.doesNotIncludeMarginInBodyOffset&&(e+=parseFloat(a.css(c,"marginTop"))||0,i+=parseFloat(a.css(c,"marginLeft"))||0);return{top:e,left:i}},setOffset:function(c,e,i){var k=a.css(c,"position");if(k==="static")c.style.position="relative";var f=a(c),b=f.offset(),d=a.css(c,"top"),n=a.css(c,"left"),o=(k==="absolute"||k==="fixed")&&a.inArray("auto",[d,n])>-1,k={},p={};o&&(p=f.position());d=o?
163
+ p.top:parseInt(d,10)||0;n=o?p.left:parseInt(n,10)||0;a.isFunction(e)&&(e=e.call(c,i,b));if(e.top!=null)k.top=e.top-b.top+d;if(e.left!=null)k.left=e.left-b.left+n;"using"in e?e.using.call(c,k):f.css(k)}};a.fn.extend({position:function(){if(!this[0])return null;var c=this[0],e=this.offsetParent(),i=this.offset(),k=o.test(e[0].nodeName)?{top:0,left:0}:e.offset();i.top-=parseFloat(a.css(c,"marginTop"))||0;i.left-=parseFloat(a.css(c,"marginLeft"))||0;k.top+=parseFloat(a.css(e[0],"borderTopWidth"))||0;
164
+ k.left+=parseFloat(a.css(e[0],"borderLeftWidth"))||0;return{top:i.top-k.top,left:i.left-k.left}},offsetParent:function(){return this.map(function(){for(var c=this.offsetParent||p.body;c&&!o.test(c.nodeName)&&a.css(c,"position")==="static";)c=c.offsetParent;return c})}});a.each(["Left","Top"],function(k,e){var i="scroll"+e;a.fn[i]=function(e){var f=this[0],b;if(!f)return null;return e!==t?this.each(function(){(b=c(this))?b.scrollTo(!k?e:a(b).scrollLeft(),k?e:a(b).scrollTop()):this[i]=e}):(b=c(f))?
165
+ "pageXOffset"in b?b[k?"pageYOffset":"pageXOffset"]:a.support.boxModel&&b.document.documentElement[i]||b.document.body[i]:f[i]}})})(y);(function(a){a.each(["Height","Width"],function(c,k){var o=k.toLowerCase();a.fn["inner"+k]=function(){return this[0]?parseFloat(a.css(this[0],o,"padding")):null};a.fn["outer"+k]=function(c){return this[0]?parseFloat(a.css(this[0],o,c?"margin":"border")):null};a.fn[o]=function(c){var e=this[0];if(!e)return c==null?null:this;if(a.isFunction(c))return this.each(function(e){var f=
166
+ a(this);f[o](c.call(this,e,f[o]()))});if(a.isWindow(e)){var i=e.document.documentElement["client"+k];return e.document.compatMode==="CSS1Compat"&&i||e.document.body["client"+k]||i}else return e.nodeType===9?Math.max(e.documentElement["client"+k],e.body["scroll"+k],e.documentElement["scroll"+k],e.body["offset"+k],e.documentElement["offset"+k]):c===t?(e=a.css(e,o),i=parseFloat(e),a.isNaN(i)?e:i):this.css(o,typeof c==="string"?c:c+"px")}})})(y);w.jQuery=w.$=y})(window);
@@ -1,2 +1,2 @@
1
- (function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
2
- f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
1
+ (function(f){function c(a){var b=a||window.event,d=[].slice.call(arguments,1),e=0,c=0,g=0,a=f.event.fix(b);a.type="mousewheel";a.wheelDelta&&(e=a.wheelDelta/120);a.detail&&(e=-a.detail/3);g=e;b.axis!==void 0&&b.axis===b.HORIZONTAL_AXIS&&(g=0,c=-1*e);b.wheelDeltaY!==void 0&&(g=b.wheelDeltaY/120);b.wheelDeltaX!==void 0&&(c=-1*b.wheelDeltaX/120);d.unshift(a,e,c,g);return f.event.handle.apply(this,d)}var d=["DOMMouseScroll","mousewheel"];f.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
2
+ d.length;a;)this.addEventListener(d[--a],c,!1);else this.onmousewheel=c},teardown:function(){if(this.removeEventListener)for(var a=d.length;a;)this.removeEventListener(d[--a],c,!1);else this.onmousewheel=null}};f.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
@@ -1,4 +1,4 @@
1
- (function(a){function m(e,b,c){if(jQuery.isFunction(b)){c=b;b=null}var h=e+"?"+a.param(b||{});if(j[h])return false;j[h]=true;return jQuery.ajax({type:"GET",url:e,data:b,success:function(i,n){delete j[h];if(undefined===i)window.navigator.onLine||(k=function(){m(e,b,c)});else c(i,n)},error:function(){delete j[h]},dataType:"json",ifModified:true})}var k=null,j={};if(typeof a.support.localStorage==="undefined")a.support.localStorage=!!window.localStorage;if(a.support.localStorage){a(window).bind("online",
2
- function(){k&&k()});a(window).bind("offline",function(){jQuery.event.trigger("ajaxStop")});a.retrieveJSON=function(e,b,c){function h(){for(var g=[],d=0;d<localStorage.length;++d){var f=localStorage.key(d);/:date$/.test(f)&&g.push(f)}g.sort(function(s,t){var p=localStorage[s],q=localStorage[t];return p<q?-1:p>q?+1:0});for(d=0;d<g.length/2;++d){f=g[d];delete localStorage[f];delete localStorage[f.substr(0,f.length-5)]}}function i(){m(e,b,function(g,d){if(d=="notmodified")return false;for(;;)try{localStorage[l]=
3
- JSON.stringify(g);localStorage[l+":date"]=new Date;break}catch(f){if(f.name=="QUOTA_EXCEEDED_ERR"||f.name=="NS_ERROR_DOM_QUOTA_REACHED")h()}c(g,d,o&&{cachedAt:r,retrievedAt:n})})}if(a.isFunction(b)){c=b;b={}}var n=new Date,u=a.param(b),l="offline.jquery:"+e+":"+u,o=localStorage[l],r=new Date(Date.parse(localStorage[l+":date"]));if(o)if(c(a.parseJSON(o),"cached",{cachedAt:r})===false)return false;if(window.navigator.onLine)i();else k=i;return true};a.clearJSON=function(e,b){var c=a.param(b||{});delete localStorage["offline.jquery:"+
4
- e+":"+c];delete localStorage["offline.jquery:"+e+":"+c+":date"]}}else{a.retrieveJSON=m;a.clearJSON=a.noop}})(jQuery);
1
+ (function(a){function i(d,b,c){jQuery.isFunction(b)&&(c=b,b=null);var f=d+"?"+a.param(b||{});if(e[f])return!1;e[f]=!0;return jQuery.ajax({type:"GET",url:d,data:b,success:function(a,j){delete e[f];void 0===a?window.navigator.onLine||(g=function(){i(d,b,c)}):c(a,j)},error:function(){delete e[f]},dataType:"json",ifModified:!0})}var g=null,e={};if(typeof a.support.localStorage==="undefined")a.support.localStorage=!!window.localStorage;a.support.localStorage?(a(window).bind("online",function(){g&&g()}),
2
+ a(window).bind("offline",function(){jQuery.event.trigger("ajaxStop")}),a.retrieveJSON=function(d,b,c){function f(){for(var a=[],b=0;b<localStorage.length;++b){var c=localStorage.key(b);/:date$/.test(c)&&a.push(c)}a.sort(function(a,b){var c=localStorage[a],d=localStorage[b];return c<d?-1:c>d?1:0});for(b=0;b<a.length/2;++b)c=a[b],delete localStorage[c],delete localStorage[c.substr(0,c.length-5)]}function e(){i(d,b,function(a,b){if(b=="notmodified")return!1;for(;;)try{localStorage[h]=JSON.stringify(a);
3
+ localStorage[h+":date"]=new Date;break}catch(d){(d.name=="QUOTA_EXCEEDED_ERR"||d.name=="NS_ERROR_DOM_QUOTA_REACHED")&&f()}c(a,b,k&&{cachedAt:l,retrievedAt:j})})}a.isFunction(b)&&(c=b,b={});var j=new Date,m=a.param(b),h="offline.jquery:"+d+":"+m,k=localStorage[h],l=new Date(Date.parse(localStorage[h+":date"]));if(k&&c(a.parseJSON(k),"cached",{cachedAt:l})===!1)return!1;window.navigator.onLine?e():g=e;return!0},a.clearJSON=function(d,b){var c=a.param(b||{});delete localStorage["offline.jquery:"+d+":"+
4
+ c];delete localStorage["offline.jquery:"+d+":"+c+":date"]}):(a.retrieveJSON=i,a.clearJSON=a.noop)})(jQuery);
@@ -1,33 +1,31 @@
1
- /**
2
- * --------------------------------------------------------------------
3
- * jQuery-Plugin "pngFix"
4
- * Version: 1.1, 11.09.2007
5
- * by Andreas Eberhard, andreas.eberhard@gmail.com
6
- * http://jquery.andreaseberhard.de/
7
- *
8
- * Copyright (c) 2007 Andreas Eberhard
9
- * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
10
- *
11
- * Changelog:
12
- * 11.09.2007 Version 1.1
13
- * - removed noConflict
14
- * - added png-support for input type=image
15
- * - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
16
- * 31.05.2007 initial Version 1.0
17
- * --------------------------------------------------------------------
18
- * @example $(function(){$(document).pngFix();});
19
- * @desc Fixes all PNG's in the document on document.ready
20
- *
21
- * jQuery(function(){jQuery(document).pngFix();});
22
- * @desc Fixes all PNG's in the document on document.ready when using noConflict
23
- *
24
- * @example $(function(){$('div.examples').pngFix();});
25
- * @desc Fixes all PNG's within div with class examples
26
- *
27
- * @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );});
28
- * @desc Fixes all PNG's within div with class examples, provides blank gif for input with png
29
- * --------------------------------------------------------------------
30
- */
1
+ // --------------------------------------------------------------------
2
+ // jQuery-Plugin "pngFix"
3
+ // Version: 1.1, 11.09.2007
4
+ // by Andreas Eberhard, andreas.eberhard@gmail.com
5
+ // http://jquery.andreaseberhard.de/
6
+ //
7
+ // Copyright (c) 2007 Andreas Eberhard
8
+ // Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php)
9
+ //
10
+ // Changelog:
11
+ // 11.09.2007 Version 1.1
12
+ // - removed noConflict
13
+ // - added png-support for input type=image
14
+ // - 01.08.2007 CSS background-image support extension added by Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
15
+ // 31.05.2007 initial Version 1.0
16
+ // --------------------------------------------------------------------
17
+ // @example $(function(){$(document).pngFix();});
18
+ // @desc Fixes all PNG's in the document on document.ready
19
+ //
20
+ // jQuery(function(){jQuery(document).pngFix();});
21
+ // @desc Fixes all PNG's in the document on document.ready when using noConflict
22
+ //
23
+ // @example $(function(){$('div.examples').pngFix();});
24
+ // @desc Fixes all PNG's within div with class examples
25
+ //
26
+ // @example $(function(){$('div.examples').pngFix( { blankgif:'ext.gif' } );});
27
+ // @desc Fixes all PNG's within div with class examples, provides blank gif for input with png
28
+ // --------------------------------------------------------------------
31
29
 
32
30
  (function($) {
33
31