beautypg.com
23
if m.owner<>invalid return m.owner
return m.xml@owner
End Function Function pGetURL() As String
a=m.xml.GetAttributes()
url="http://farm"+a.farm+".static.flickr.com/"+a.server+"/"+a.id+"_"+a.secret+".jpg
"
return url
End Function