Source: site.view [edit]
Function name: yahooWebSearch
Arguments: search
Description: Find links to webpages matching 'search'
Page type: webl
Render function:  
Module: global

Page source:

var P = GetURL("http://boss.yahooapis.com/ysearch/web/v1/" + Url_Encode(Str_Trim(search)),
   [. appid="8fNpn7HV34GMdlIx7Pf1zXA9LkPafkYXJAWknNEEtFFKfGXXwoyozEx8oBZpGw--", format="xml" .]);

Markup(P);