src/cm/media/js/lib/yui/yui_3.0.0b1/api/module_event-custom.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
       
     3 <head>
       
     4     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
       
     5 	<title>API: event-custom   (YUI Library)</title>
       
     6 
       
     7 	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
       
     8 	<link rel="stylesheet" type="text/css" href="assets/api.css" />
       
     9 
       
    10     <script type="text/javascript" src="assets/api-js"></script>
       
    11     <script type="text/javascript" src="assets/ac-js"></script>
       
    12 </head>
       
    13 
       
    14 <body id="yahoo-com">
       
    15 
       
    16 <div id="doc3" class="yui-t2">
       
    17 	<div id="hd">
       
    18         <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
       
    19         <h3>event-custom&nbsp; <span class="subtitle">3.0.0b1</span></h3>
       
    20         <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> 
       
    21             &gt; <a href="./module_event-custom.html" title="event-custom">event-custom</a>
       
    22                 
       
    23                 
       
    24         <form onsubmit="return false">
       
    25             <div id="propertysearch">
       
    26                 Search: <input autocomplete="off" id="searchinput" />
       
    27                 <div id="searchresults">
       
    28                     &nbsp;
       
    29                 </div>
       
    30             </div>
       
    31         </form>
       
    32 	</div>
       
    33 
       
    34 	<div id="bd">
       
    35 		<div id="yui-main">
       
    36 			<div class="yui-b">
       
    37             <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
       
    38                 <fieldset>
       
    39                     <legend>Filters</legend>
       
    40                 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
       
    41                 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
       
    42                 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
       
    43                 </fieldset>
       
    44             </form>
       
    45 
       
    46                    
       
    47                     <h3>Module: event-custom
       
    48                     
       
    49 
       
    50 
       
    51                     </h3>
       
    52                     <div class="description summary">
       
    53                         Custom event engine, DOM event listener abstraction layer, synthetic DOM 
       
    54 events.
       
    55                     </div>
       
    56 
       
    57 
       
    58 
       
    59                 <div class="yui-gc">
       
    60                     <div class="yui-u first">
       
    61 
       
    62                             <p>This module contains the following classes:</p>
       
    63                             <script>
       
    64                             //var YUI_CLASS_LIST = [{"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "The CustomEvent class lets you define events for your application\nthat can be subscribed to by one or more independent component.", "guessedname": "CustomEvent", "name": "CustomEvent"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Allows for the insertion of methods that are executed before or after\na specified method", "guessedname": "Do", "name": "Do"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return an AlterArgs object when you want to change the arguments that\nwere passed into the function.  An example would be a service that scrubs\nout illegal characters prior to executing the core business logic.", "guessedname": "Do.AlterArgs", "name": "Do.AlterArgs"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return an AlterReturn object when you want to change the result returned\nfrom the core method to the caller", "guessedname": "Do.AlterReturn", "name": "Do.AlterReturn"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return an Error object when you want to terminate the execution\nof all subsequent method calls.", "guessedname": "Do.Error", "name": "Do.Error"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return a Halt object when you want to terminate the execution\nof all subsequent subscribers as well as the wrapped method\nif it has not exectued yet.", "guessedname": "Do.Halt", "name": "Do.Halt"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Wrapper for a displaced method with aop enabled", "guessedname": "Do.Method", "name": "Do.Method"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return a Prevent object when you want to prevent the wrapped function\nfrom executing, but want the remaining listeners to execute", "guessedname": "Do.Prevent", "name": "Do.Prevent"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Wraps and protects a custom event for use when emitFacade is set to true.", "guessedname": "EventFacade", "name": "EventFacade"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Return value from all subscribe operations", "guessedname": "EventHandle", "name": "EventHandle"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "EventTarget provides the implementation for any object to\npublish, subscribe and fire to custom events, and also\nalows other EventTargets to target the object with events\nsourced from the other object.\nEventTarget is designed to be used with Y.augment to wrap \nEventCustom in an interface that allows events to be listened to \nand fired by name.  This makes it possible for implementing code to\nsubscribe to an event that either has not been created yet, or will\nnot be created at all.", "guessedname": "EventTarget", "name": "EventTarget"}, {"extends": {"superclass": {}, "events": {}, "configs": {}, "properties": {}, "methods": {}}, "description": "Stores the subscriber information to be used when the event fires.", "guessedname": "Subscriber", "name": "Subscriber"}];
       
    65                             </script>
       
    66                             <div id="splash_classList">
       
    67                                 <ul>
       
    68                                     <li><a href="CustomEvent.html" title="CustomEvent" id="class_0">CustomEvent</a></li>
       
    69                                     <li><a href="Do.html" title="Do" id="class_1">Do</a></li>
       
    70                                     <li><a href="Do.AlterArgs.html" title="Do.AlterArgs" id="class_2">Do.AlterArgs</a></li>
       
    71                                     <li><a href="Do.AlterReturn.html" title="Do.AlterReturn" id="class_3">Do.AlterReturn</a></li>
       
    72                                     <li><a href="Do.Error.html" title="Do.Error" id="class_4">Do.Error</a></li>
       
    73                                     <li><a href="Do.Halt.html" title="Do.Halt" id="class_5">Do.Halt</a></li>
       
    74                                     <li><a href="Do.Method.html" title="Do.Method" id="class_6">Do.Method</a></li>
       
    75                                     <li><a href="Do.Prevent.html" title="Do.Prevent" id="class_7">Do.Prevent</a></li>
       
    76                                     <li><a href="EventFacade.html" title="EventFacade" id="class_8">EventFacade</a></li>
       
    77                                     <li><a href="EventHandle.html" title="EventHandle" id="class_9">EventHandle</a></li>
       
    78                                     <li><a href="EventTarget.html" title="EventTarget" id="class_10">EventTarget</a></li>
       
    79                                     <li><a href="Subscriber.html" title="Subscriber" id="class_11">Subscriber</a></li>
       
    80                                 </ul>
       
    81                             </div>
       
    82                     </div>
       
    83                     <div class="yui-u">
       
    84 
       
    85                         </div>
       
    86                 </div>
       
    87 
       
    88 			</div>
       
    89 		</div>
       
    90 		<div class="yui-b">
       
    91             <div class="nav">
       
    92 
       
    93                     <div id="moduleList" class="module">
       
    94                         <h4>Modules</h4>
       
    95                         <ul class="content">
       
    96                                 <li class=""><a href="module_anim.html" title="anim">anim</a></li>
       
    97                                 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
       
    98                                 <li class=""><a href="module_base.html" title="base">base</a></li>
       
    99                                 <li class=""><a href="module_cache.html" title="cache">cache</a></li>
       
   100                                 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
       
   101                                 <li class=""><a href="module_collection.html" title="collection">collection</a></li>
       
   102                                 <li class=""><a href="module_console.html" title="console">console</a></li>
       
   103                                 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
       
   104                                 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
       
   105                                 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
       
   106                                 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
       
   107                                 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
       
   108                                 <li class=""><a href="module_dd.html" title="dd">dd</a></li>
       
   109                                 <li class=""><a href="module_dom.html" title="dom">dom</a></li>
       
   110                                 <li class=""><a href="module_dump.html" title="dump">dump</a></li>
       
   111                                 <li class=""><a href="module_event.html" title="event">event</a></li>
       
   112                                 <li class="selected"><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
       
   113                                 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
       
   114                                 <li class=""><a href="module_history.html" title="history">history</a></li>
       
   115                                 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
       
   116                                 <li class=""><a href="module_io.html" title="io">io</a></li>
       
   117                                 <li class=""><a href="module_json.html" title="json">json</a></li>
       
   118                                 <li class=""><a href="module_node.html" title="node">node</a></li>
       
   119                                 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
       
   120                                 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
       
   121                                 <li class=""><a href="module_oop.html" title="oop">oop</a></li>
       
   122                                 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
       
   123                                 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
       
   124                                 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
       
   125                                 <li class=""><a href="module_queue.html" title="queue">queue</a></li>
       
   126                                 <li class=""><a href="module_slider.html" title="slider">slider</a></li>
       
   127                                 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
       
   128                                 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
       
   129                                 <li class=""><a href="module_test.html" title="test">test</a></li>
       
   130                                 <li class=""><a href="module_widget.html" title="widget">widget</a></li>
       
   131                                 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
       
   132                                 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
       
   133                                 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
       
   134                                 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
       
   135                                 <li class=""><a href="module_yui.html" title="yui">yui</a></li>
       
   136                         </ul>
       
   137                     </div>
       
   138 
       
   139                     <div id="classList" class="module">
       
   140                         <h4>Classes</h4>
       
   141                         <ul class="content">
       
   142                                 <li class=""><a href="CustomEvent.html" title="CustomEvent">CustomEvent</a></li>
       
   143                                 <li class=""><a href="Do.html" title="Do">Do</a></li>
       
   144                                 <li class=""><a href="Do.AlterArgs.html" title="Do.AlterArgs">Do.AlterArgs</a></li>
       
   145                                 <li class=""><a href="Do.AlterReturn.html" title="Do.AlterReturn">Do.AlterReturn</a></li>
       
   146                                 <li class=""><a href="Do.Error.html" title="Do.Error">Do.Error</a></li>
       
   147                                 <li class=""><a href="Do.Halt.html" title="Do.Halt">Do.Halt</a></li>
       
   148                                 <li class=""><a href="Do.Method.html" title="Do.Method">Do.Method</a></li>
       
   149                                 <li class=""><a href="Do.Prevent.html" title="Do.Prevent">Do.Prevent</a></li>
       
   150                                 <li class=""><a href="EventFacade.html" title="EventFacade">EventFacade</a></li>
       
   151                                 <li class=""><a href="EventHandle.html" title="EventHandle">EventHandle</a></li>
       
   152                                 <li class=""><a href="EventTarget.html" title="EventTarget">EventTarget</a></li>
       
   153                                 <li class=""><a href="Subscriber.html" title="Subscriber">Subscriber</a></li>
       
   154                         </ul>
       
   155                     </div>
       
   156 
       
   157                     <div id="fileList" class="module">
       
   158                         <h4>Files</h4>
       
   159                         <ul class="content">        
       
   160                                 <li class=""><a href="event-custom.js.html" title="event-custom.js">event-custom.js</a></li>
       
   161                                 <li class=""><a href="event-do.js.html" title="event-do.js">event-do.js</a></li>
       
   162                                 <li class=""><a href="event-facade.js.html" title="event-facade.js">event-facade.js</a></li>
       
   163                                 <li class=""><a href="event-target.js.html" title="event-target.js">event-target.js</a></li>
       
   164                                 <li class=""><a href="event.js.html" title="event.js">event.js</a></li>
       
   165                         </ul>
       
   166                     </div>
       
   167 
       
   168 
       
   169 
       
   170 
       
   171 
       
   172             </div>
       
   173 		</div>
       
   174 	</div>
       
   175 	<div id="ft">
       
   176         <hr />
       
   177         Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
       
   178 	</div>
       
   179 </div>
       
   180 <script type="text/javascript">
       
   181     ALL_YUI_PROPS = [{"access": "", "host": "EventTarget", "name": "addTarget", "url": "EventTarget.html#method_addTarget", "type": "method"}, {"access": "", "host": "EventTarget", "name": "after", "url": "EventTarget.html#method_after", "type": "method"}, {"access": "", "host": "Do", "name": "after", "url": "Do.html#method_after", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "after", "url": "CustomEvent.html#method_after", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "afters", "url": "CustomEvent.html#property_afters", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "applyConfig", "url": "CustomEvent.html#method_applyConfig", "type": "method"}, {"access": "", "host": "Subscriber", "name": "args", "url": "Subscriber.html#property_args", "type": "property"}, {"access": "", "host": "EventTarget", "name": "before", "url": "EventTarget.html#method_before", "type": "method"}, {"access": "", "host": "Do", "name": "before", "url": "Do.html#method_before", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "broadcast", "url": "CustomEvent.html#property_broadcast", "type": "property"}, {"access": "", "host": "EventTarget", "name": "bubble", "url": "EventTarget.html#method_bubble", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "bubbles", "url": "CustomEvent.html#property_bubbles", "type": "property"}, {"access": "", "host": "Subscriber", "name": "contains", "url": "Subscriber.html#method_contains", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "context", "url": "CustomEvent.html#property_context", "type": "property"}, {"access": "", "host": "Subscriber", "name": "context", "url": "Subscriber.html#property_context", "type": "property"}, {"access": "", "host": "EventFacade", "name": "currentTarget", "url": "EventFacade.html#property_currentTarget", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "defaultFn", "url": "CustomEvent.html#property_defaultFn", "type": "property"}, {"access": "", "host": "Do.Method", "name": "delete", "url": "Do.Method.html#method_delete", "type": "method"}, {"access": "private", "host": "CustomEvent", "name": "_delete", "url": "CustomEvent.html#method__delete", "type": "method"}, {"access": "", "host": "EventTarget", "name": "detach", "url": "EventTarget.html#method_detach", "type": "method"}, {"access": "", "host": "Do", "name": "detach", "url": "Do.html#method_detach", "type": "method"}, {"access": "", "host": "EventHandle", "name": "detach", "url": "EventHandle.html#method_detach", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "detach", "url": "CustomEvent.html#method_detach", "type": "method"}, {"access": "", "host": "EventTarget", "name": "detachAll", "url": "EventTarget.html#method_detachAll", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "detachAll", "url": "CustomEvent.html#method_detachAll", "type": "method"}, {"access": "", "host": "EventFacade", "name": "details", "url": "EventFacade.html#property_details", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "emitFacade", "url": "CustomEvent.html#property_emitFacade", "type": "property"}, {"access": "", "host": "Subscriber", "name": "events", "url": "Subscriber.html#property_events", "type": "property"}, {"access": "", "host": "EventHandle", "name": "evt", "url": "EventHandle.html#property_evt", "type": "property"}, {"access": "", "host": "Do.Method", "name": "exec", "url": "Do.Method.html#method_exec", "type": "method"}, {"access": "", "host": "EventTarget", "name": "fire", "url": "EventTarget.html#method_fire", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "fire", "url": "CustomEvent.html#method_fire", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "fired", "url": "CustomEvent.html#property_fired", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "fireOnce", "url": "CustomEvent.html#property_fireOnce", "type": "property"}, {"access": "", "host": "Subscriber", "name": "fn", "url": "Subscriber.html#property_fn", "type": "property"}, {"access": "", "host": "EventTarget", "name": "getEvent", "url": "EventTarget.html#method_getEvent", "type": "method"}, {"access": "private", "host": "EventTarget", "name": "_getType", "url": "EventTarget.html#method__getType", "type": "method"}, {"access": "", "host": "EventFacade", "name": "halt", "url": "EventFacade.html#method_halt", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "halt", "url": "CustomEvent.html#method_halt", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "host", "url": "CustomEvent.html#property_host", "type": "property"}, {"access": "", "host": "Subscriber", "name": "id", "url": "Subscriber.html#property_id", "type": "property"}, {"access": "private", "host": "Do", "name": "_inject", "url": "Do.html#method__inject", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "log", "url": "CustomEvent.html#method_log", "type": "method"}, {"access": "private", "host": "CustomEvent", "name": "_notify", "url": "CustomEvent.html#method__notify", "type": "method"}, {"access": "", "host": "Subscriber", "name": "notify", "url": "Subscriber.html#method_notify", "type": "method"}, {"access": "", "host": "Do", "name": "objs", "url": "Do.html#property_objs", "type": "property"}, {"access": "", "host": "EventTarget", "name": "on", "url": "EventTarget.html#method_on", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "on", "url": "CustomEvent.html#method_on", "type": "method"}, {"access": "private", "host": "EventTarget", "name": "_parseType", "url": "EventTarget.html#method__parseType", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "preventable", "url": "CustomEvent.html#property_preventable", "type": "property"}, {"access": "", "host": "EventFacade", "name": "preventDefault", "url": "EventFacade.html#method_preventDefault", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "preventDefault", "url": "CustomEvent.html#method_preventDefault", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "prevented", "url": "CustomEvent.html#property_prevented", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "preventedFn", "url": "CustomEvent.html#property_preventedFn", "type": "property"}, {"access": "", "host": "EventTarget", "name": "publish", "url": "EventTarget.html#method_publish", "type": "method"}, {"access": "", "host": "Do.Method", "name": "register", "url": "Do.Method.html#method_register", "type": "method"}, {"access": "", "host": "EventFacade", "name": "relatedTarget", "url": "EventFacade.html#property_relatedTarget", "type": "property"}, {"access": "", "host": "EventTarget", "name": "removeTarget", "url": "EventTarget.html#method_removeTarget", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "signature", "url": "CustomEvent.html#property_signature", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "silent", "url": "CustomEvent.html#property_silent", "type": "property"}, {"access": "", "host": "EventFacade", "name": "stopImmediatePropagation", "url": "EventFacade.html#method_stopImmediatePropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopImmediatePropagation", "url": "CustomEvent.html#method_stopImmediatePropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopped", "url": "CustomEvent.html#property_stopped", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "stoppedFn", "url": "CustomEvent.html#property_stoppedFn", "type": "property"}, {"access": "", "host": "EventFacade", "name": "stopPropagation", "url": "EventFacade.html#method_stopPropagation", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "stopPropagation", "url": "CustomEvent.html#method_stopPropagation", "type": "method"}, {"access": "", "host": "EventHandle", "name": "sub", "url": "EventHandle.html#property_sub", "type": "property"}, {"access": "", "host": "EventTarget", "name": "subscribe", "url": "EventTarget.html#method_subscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "subscribe", "url": "CustomEvent.html#method_subscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "subscribers", "url": "CustomEvent.html#property_subscribers", "type": "property"}, {"access": "", "host": "EventFacade", "name": "target", "url": "EventFacade.html#property_target", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "toString", "url": "CustomEvent.html#method_toString", "type": "method"}, {"access": "", "host": "Subscriber", "name": "toString", "url": "Subscriber.html#method_toString", "type": "method"}, {"access": "", "host": "EventFacade", "name": "type", "url": "EventFacade.html#property_type", "type": "property"}, {"access": "", "host": "CustomEvent", "name": "type", "url": "CustomEvent.html#property_type", "type": "property"}, {"access": "", "host": "EventTarget", "name": "unsubscribe", "url": "EventTarget.html#method_unsubscribe", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "unsubscribe", "url": "CustomEvent.html#method_unsubscribe", "type": "method"}, {"access": "", "host": "EventTarget", "name": "unsubscribeAll", "url": "EventTarget.html#method_unsubscribeAll", "type": "method"}, {"access": "", "host": "CustomEvent", "name": "unsubscribeAll", "url": "CustomEvent.html#method_unsubscribeAll", "type": "method"}];
       
   182 </script>
       
   183 </body>
       
   184 </html>