Help

Hello everyone:
i tried to figure out the XML url from fla action script file but i couldnt make it

if any one can help me Please

here is the code :


[COLOR=#993300]function[/COLOR] setFeatureData[COLOR=#000000]([/COLOR]_node, _val[COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    featureData = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_node, _val, [COLOR=#0000ff]"id"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR];
    [COLOR=#993300]trace[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#0000ff]"feature data from function = "[/COLOR] + featureData[COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] setFeatureCallout[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    [COLOR=#993300]var[/COLOR] _loc1 = [COLOR=#993300]new[/COLOR] com.[COLOR=#000000]dcx[/COLOR].[COLOR=#993300]data[/COLOR].[COLOR=#000000]JavascriptGenerator[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"getFeatureCallout"[/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]var[/COLOR] _loc2 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]featureData, _loc1.[COLOR=#000000]getJSResult[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR], [COLOR=#0000ff]"title"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]firstChild[/COLOR].[COLOR=#993300]toString[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    com.[COLOR=#000000]comfort[/COLOR].[COLOR=#000000]FeatureOwnershipCallout[/COLOR].[COLOR=#000000]currentId[/COLOR] = _loc1.[COLOR=#000000]getJSResult[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    com.[COLOR=#000000]comfort[/COLOR].[COLOR=#000000]FeatureOwnershipCallout[/COLOR].[COLOR=#000000]resetFeature[/COLOR][COLOR=#000000]([/COLOR]_loc2[COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] trackMe[COLOR=#000000]([/COLOR]pos, id[COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    flashTracker.[COLOR=#000000]ClickTrack[/COLOR][COLOR=#000000]([/COLOR]pos, id[COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] trackMeGo[COLOR=#000000]([/COLOR]pos, id, [COLOR=#993300]url[/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    flashTracker.[COLOR=#000000]LinkTrack[/COLOR][COLOR=#000000]([/COLOR]id, pos, [COLOR=#993300]url[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] fontFix[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    _level0.[COLOR=#000000]clipLoader[/COLOR].[COLOR=#000000]moduleContainer[/COLOR].[COLOR=#000000]module[/COLOR].[COLOR=#000000]contentMain[/COLOR].[COLOR=#000000]suspensionContent[/COLOR].[COLOR=#000000]textTreatment[/COLOR].[COLOR=#000000]subheadMask[/COLOR].[COLOR=#993300]_height[/COLOR] = [COLOR=#000000]200[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] fadeClip[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    [COLOR=#993300]clearInterval[/COLOR][COLOR=#000000]([/COLOR]intervalFade[COLOR=#000000])[/COLOR];
    caurina.[COLOR=#000000]transitions[/COLOR].[COLOR=#000000]Tweener[/COLOR].[COLOR=#000000]removeTweens[/COLOR][COLOR=#000000]([/COLOR]overlay[COLOR=#000000])[/COLOR];
    caurina.[COLOR=#000000]transitions[/COLOR].[COLOR=#000000]Tweener[/COLOR].[COLOR=#000000]addTween[/COLOR][COLOR=#000000]([/COLOR]overlay, [COLOR=#000000]{[/COLOR]_autoAlpha: [COLOR=#000000]75[/COLOR], [COLOR=#993300]time[/COLOR]: [COLOR=#000000]5[/COLOR].000000E-[COLOR=#000000]001[/COLOR], transition: [COLOR=#0000ff]"easeOutSine"[/COLOR][COLOR=#000000]}[/COLOR][COLOR=#000000])[/COLOR];
    com.[COLOR=#000000]comfort[/COLOR].[COLOR=#000000]ModuleFeezer[/COLOR].[COLOR=#993300]pause[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    fadedOn = [COLOR=#993300]true[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] fadeClipOut[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    [COLOR=#993300]clearInterval[/COLOR][COLOR=#000000]([/COLOR]intervalFade[COLOR=#000000])[/COLOR];
    intervalFade = [COLOR=#993300]setInterval[/COLOR][COLOR=#000000]([/COLOR]fadeMe, [COLOR=#000000]500[/COLOR][COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] fadeMe[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    [COLOR=#993300]clearInterval[/COLOR][COLOR=#000000]([/COLOR]intervalFade[COLOR=#000000])[/COLOR];
    caurina.[COLOR=#000000]transitions[/COLOR].[COLOR=#000000]Tweener[/COLOR].[COLOR=#000000]addTween[/COLOR][COLOR=#000000]([/COLOR]overlay, [COLOR=#000000]{[/COLOR]_autoAlpha: [COLOR=#000000]0[/COLOR], [COLOR=#993300]time[/COLOR]: [COLOR=#000000]2[/COLOR].000000E-[COLOR=#000000]001[/COLOR], transition: [COLOR=#0000ff]"easeOutSine"[/COLOR][COLOR=#000000]}[/COLOR][COLOR=#000000])[/COLOR];
    com.[COLOR=#000000]comfort[/COLOR].[COLOR=#000000]ModuleFeezer[/COLOR].[COLOR=#000000]resume[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    fadedOn = [COLOR=#993300]false[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] init[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    com.[COLOR=#000000]comfort[/COLOR].[COLOR=#000000]DataMigrater[/COLOR].[COLOR=#000000]createManifest[/COLOR][COLOR=#000000]([/COLOR]scope.[COLOR=#000000]hx[/COLOR]._xml[COLOR=#000000])[/COLOR];
    [COLOR=#993300]trace[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#0000ff]"load protocal = "[/COLOR] + [COLOR=#993300]this[/COLOR].[COLOR=#993300]_url[/COLOR].[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]":"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"############################# -- parsing xml for ruggedly refined and comfort module -- #############################"[/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]var[/COLOR] _loc42 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]scope.[COLOR=#000000]hx[/COLOR]._xml, [COLOR=#0000ff]"crawl_nav"[/COLOR], [COLOR=#0000ff]"id"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR];
    [COLOR=#993300]var[/COLOR] _loc4 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc42, [COLOR=#0000ff]"crawl"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR];
    setFeatureData[COLOR=#000000]([/COLOR]scope.[COLOR=#000000]hx[/COLOR]._xml, [COLOR=#993300]_root[/COLOR].[COLOR=#000000]data_div[/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]var[/COLOR] _loc3 = [COLOR=#000000]0[/COLOR]; _loc3 < _loc4.[COLOR=#993300]length[/COLOR]; ++_loc3[COLOR=#000000])[/COLOR]
    [COLOR=#000000]{[/COLOR]
        [COLOR=#993300]var[/COLOR] _loc29 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"year"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc10 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"vehicle_name"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc39 = _loc29 + [COLOR=#0000ff]" "[/COLOR] + _loc10;
        [COLOR=#993300]var[/COLOR] _loc7 = _loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR].[COLOR=#993300]firstChild[/COLOR].[COLOR=#993300]attributes[/COLOR].[COLOR=#000000]id[/COLOR];
        _loc7 = _loc7.[COLOR=#993300]slice[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000]0[/COLOR], _loc7.[COLOR=#993300]lastIndexOf[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"_crawl"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc27 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"starting_at_p"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc18 = _loc27.[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"<span id=[COLOR=#000099]**\"**[/COLOR]starting_at_price[COLOR=#000099]**\"**[/COLOR]>"[/COLOR][COLOR=#000000])[/COLOR];
        _loc27 = _loc18.[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        _loc18 = _loc27.[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"</span>"[/COLOR][COLOR=#000000])[/COLOR];
        _loc27 = _loc18.[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc34 = [COLOR=#0000ff]""[/COLOR];
        _loc18 = _loc34.[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"<span id=[COLOR=#000099]**\"**[/COLOR]as_shown_price[COLOR=#000099]**\"**[/COLOR]>"[/COLOR][COLOR=#000000])[/COLOR];
        _loc34 = _loc18.[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        _loc18 = _loc34.[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"</span>"[/COLOR][COLOR=#000000])[/COLOR];
        _loc34 = _loc18.[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR].[COLOR=#993300]toLowerCase[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc25 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"epa_title"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc40 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"epa_as_shown_title"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]""[/COLOR][COLOR=#000000])[/COLOR];
        _loc25 = createDisclaimerCode[COLOR=#000000]([/COLOR]_loc25[COLOR=#000000])[/COLOR];
        _loc40 = createDisclaimerCode[COLOR=#000000]([/COLOR]_loc40[COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc19 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"city_mpg"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]firstChild[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc32 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"hwy_mpg"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]firstChild[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc12 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"city_mpg_as_shown"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR];
        [COLOR=#993300]var[/COLOR] _loc17 = _loc12.[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"<BR />"[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc14 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"hwy_mpg_as_shown"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]childNodes[/COLOR].[COLOR=#993300]join[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"<BR />"[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc13 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"crawl_links"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR];
        [COLOR=#993300]var[/COLOR] _loc8 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByName[/COLOR][COLOR=#000000]([/COLOR]_loc13, [COLOR=#0000ff]"a"[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]var[/COLOR] _loc5 = [COLOR=#993300]new[/COLOR] [COLOR=#993300]Array[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#993300]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]var[/COLOR] _loc6 = [COLOR=#000000]0[/COLOR]; _loc6 < _loc8.[COLOR=#993300]length[/COLOR]; ++_loc6[COLOR=#000000])[/COLOR]
        [COLOR=#000000]{[/COLOR]
            _loc5.[COLOR=#993300]push[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000]{[/COLOR]href: _loc8[COLOR=#000000][[/COLOR]_loc6[COLOR=#000000]][/COLOR].[COLOR=#993300]attributes[/COLOR].[COLOR=#000000]href[/COLOR], txt: _loc8[COLOR=#000000][[/COLOR]_loc6[COLOR=#000000]][/COLOR].[COLOR=#993300]firstChild[/COLOR].[COLOR=#993300]toString[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000]}[/COLOR][COLOR=#000000])[/COLOR];
        [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end of for*[/COLOR]
        [COLOR=#993300]var[/COLOR] _loc16 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByAttribute[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR], [COLOR=#0000ff]"crawl_thumb"[/COLOR], [COLOR=#0000ff]"class"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR];
        [COLOR=#993300]var[/COLOR] _loc20 = com.[COLOR=#000000]dcx[/COLOR].[COLOR=#000000]utils[/COLOR].[COLOR=#000000]HyperXML[/COLOR].[COLOR=#000000]getNodesByName[/COLOR][COLOR=#000000]([/COLOR]_loc16, [COLOR=#0000ff]"a"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#993300]attributes[/COLOR].[COLOR=#000000]href[/COLOR];
        [COLOR=#993300]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]var[/COLOR] _loc6 = [COLOR=#000000]0[/COLOR]; _loc6 < modelOrder.[COLOR=#993300]length[/COLOR]; ++_loc6[COLOR=#000000])[/COLOR]
        [COLOR=#000000]{[/COLOR]
            [COLOR=#993300]if[/COLOR] [COLOR=#000000]([/COLOR]modelOrder[COLOR=#000000][[/COLOR]_loc6[COLOR=#000000]][/COLOR].[COLOR=#000000]vehicle[/COLOR] == _loc7[COLOR=#000000])[/COLOR]
            [COLOR=#000000]{[/COLOR]
                [COLOR=#993300]var[/COLOR] _loc23 = modelOrder[COLOR=#000000][[/COLOR]_loc6[COLOR=#000000]][/COLOR].[COLOR=#000000]y[/COLOR];
            [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end if*[/COLOR]
        [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end of for*[/COLOR]
        [COLOR=#993300]var[/COLOR] _loc15 = [COLOR=#000000]{[/COLOR]smLabel: _loc10, lgLabel: _loc39, msrpLabel: _loc27, shownLabel: _loc34, mpgCity: _loc19, mpgCityAsShown: _loc17, mpgHwyAsShown: _loc14, mpgHwy: _loc32, epaLabel: _loc25, epaAsShownLabel: _loc40, link1: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]href[/COLOR], link1text: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]txt[/COLOR], link2: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]1[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]href[/COLOR], link2text: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]1[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]txt[/COLOR], link3: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]2[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]href[/COLOR], link3text: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]2[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]txt[/COLOR], link4: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]3[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]href[/COLOR], link4text: _loc5[COLOR=#000000][[/COLOR][COLOR=#000000]3[/COLOR][COLOR=#000000]][/COLOR].[COLOR=#000000]txt[/COLOR], crawlPath: assetPath + [COLOR=#0000ff]"vehicles/"[/COLOR] + _loc7 + [COLOR=#0000ff]".swf"[/COLOR], tooltipX: _loc23, mc: _loc7, year: _loc29, URI: _loc20[COLOR=#000000]}[/COLOR];
        crawlArray.[COLOR=#993300]push[/COLOR][COLOR=#000000]([/COLOR]_loc15[COLOR=#000000])[/COLOR];
    [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end of for*[/COLOR]
    setUp[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]if[/COLOR] [COLOR=#000000]([/COLOR]scope.[COLOR=#993300]_url[/COLOR].[COLOR=#993300]split[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]":"[/COLOR][COLOR=#000000])[/COLOR][COLOR=#000000][[/COLOR][COLOR=#000000]0[/COLOR][COLOR=#000000]][/COLOR] == [COLOR=#0000ff]"file"[/COLOR][COLOR=#000000])[/COLOR]
    [COLOR=#000000]{[/COLOR]
        clipLoader.[COLOR=#993300]loadMovie[/COLOR][COLOR=#000000]([/COLOR][COLOR=#993300]_root[/COLOR].[COLOR=#000000]top_asset[/COLOR][COLOR=#000000])[/COLOR];
        _cm.[COLOR=#000000]loadCrawls[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#000000]}[/COLOR]
    [COLOR=#993300]else[/COLOR]
    [COLOR=#000000]{[/COLOR]
        [COLOR=#993300]var[/COLOR] _loc43 = [COLOR=#993300]new[/COLOR] com.[COLOR=#000000]dcx[/COLOR].[COLOR=#993300]data[/COLOR].[COLOR=#000000]QuerieStringData[/COLOR][COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
        _loc43.[COLOR=#000000]onComplete[/COLOR] = [COLOR=#993300]function[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]data[/COLOR][COLOR=#000000])[/COLOR]
        [COLOR=#000000]{[/COLOR]
            [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"######################## -- requesting query data -- ########################"[/COLOR][COLOR=#000000])[/COLOR];
            [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR][COLOR=#993300]data[/COLOR][COLOR=#000000])[/COLOR];
            [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"^^^ quiry data ^^^"[/COLOR][COLOR=#000000])[/COLOR];
            clipLoader.[COLOR=#993300]loadMovie[/COLOR][COLOR=#000000]([/COLOR][COLOR=#993300]_root[/COLOR].[COLOR=#000000]top_asset[/COLOR][COLOR=#000000])[/COLOR];
            [COLOR=#993300]_root[/COLOR].[COLOR=#000000]querieData[/COLOR] = [COLOR=#993300]data[/COLOR];
            [COLOR=#993300]if[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]_root[/COLOR].[COLOR=#000000]querieData[/COLOR].[COLOR=#000000]nocrawls[/COLOR] != [COLOR=#0000ff]"true"[/COLOR][COLOR=#000000])[/COLOR]
            [COLOR=#000000]{[/COLOR]
            [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end if*[/COLOR]
        [COLOR=#000000]}[/COLOR];
    [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end else if*[/COLOR]
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function*[/COLOR]
[COLOR=#993300]function[/COLOR] setUp[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR]
[COLOR=#000000]{[/COLOR]
    [COLOR=#993300]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]var[/COLOR] _loc5 = [COLOR=#000000]0[/COLOR]; _loc5 < modelOrder.[COLOR=#993300]length[/COLOR]; ++_loc5[COLOR=#000000])[/COLOR]
    [COLOR=#000000]{[/COLOR]
        [COLOR=#993300]var[/COLOR] _loc4 = modelOrder[COLOR=#000000][[/COLOR]_loc5[COLOR=#000000]][/COLOR].[COLOR=#000000]vehicle[/COLOR];
        [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR]_loc4[COLOR=#000000])[/COLOR];
        [COLOR=#993300]for[/COLOR] [COLOR=#000000]([/COLOR][COLOR=#993300]var[/COLOR] _loc3 = [COLOR=#000000]0[/COLOR]; _loc3 < crawlArray.[COLOR=#993300]length[/COLOR]; ++_loc3[COLOR=#000000])[/COLOR]
        [COLOR=#000000]{[/COLOR]
            [COLOR=#993300]if[/COLOR] [COLOR=#000000]([/COLOR]crawlArray[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR].[COLOR=#000000]mc[/COLOR] == _loc4[COLOR=#000000])[/COLOR]
            [COLOR=#000000]{[/COLOR]
                models.[COLOR=#993300]push[/COLOR][COLOR=#000000]([/COLOR]crawlArray[COLOR=#000000][[/COLOR]_loc3[COLOR=#000000]][/COLOR][COLOR=#000000])[/COLOR];
                [COLOR=#993300]_root[/COLOR].[COLOR=#993300]log[/COLOR].[COLOR=#000000]info[/COLOR][COLOR=#000000]([/COLOR][COLOR=#0000ff]"match"[/COLOR][COLOR=#000000])[/COLOR];
            [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end if*[/COLOR]
        [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end of for*[/COLOR]
    [COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// end of for*[/COLOR]
    initDirtBackground[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    initToolTip[COLOR=#000000]([/COLOR][COLOR=#000000])[/COLOR];
    [COLOR=#993300]this[/COLOR].[COLOR=#000000]generateNav[/COLOR][COLOR=#000000]([/COLOR][COLOR=#993300]this[/COLOR], models, startPosition, spacingX[COLOR=#000000])[/COLOR];
[COLOR=#000000]}[/COLOR] [COLOR=#f000f0]*// End of the function *[/COLOR]