Source: site.view [edit]
Function name: soccertv
Arguments: country
Description: Lists upcoming telecasts in the US for teams from specified country.
Page type: webl
Render function:  
Module: global

Page source:

var P = (GetURL(`http://www.soccertv.com/`+ToString(country)+`.cfm`) ? nil);
if (P != nil) then
   P
else
   nil
end;