local enclosure = model local divclass local mimeType = escape(enclosure:getMIMEType()) local title = escape(enclosure:getTitle() and enclosure:getTitle() or enclosure:getFilename()) local length = enclosure:getLengthString() if length == "" then length = " " end local url = isAllowableURL(enclosure:getURL()) and escape(enclosure:getURL()) or null local localImageFileURL = enclosure:getImageURL() local canOpenInITunes = enclosure:canOpenInITunes() local enclosureLink if url then enclosureLink = "" .. title .. "" else enclosureLink = title end ?>