I can get that far, but what if yo have many sites....

If subnet(@ipaddress0,"10.13.0.0","255.255.248.0") GOSUB "Site1"

Else

If subnet(@ipaddress0,"10.13.0.0","255.255.248.0") GOSUB "Site2"

Else

If subnet(@ipaddress0,"10.13.0.0","255.255.248.0") GOSUB "Site3"

Endif
Endif
Endif