public static function EmbedFlickrPhotostream(DOMElement $e) {
                    
        if (!preg_match("#:\/\/www.flickr.com\/photos\/([a-zA-Z0-9\@]+)\/\z#", pq($e)->attr("href"), $matches)) {
            return $e; 
        }