# -*- coding: iso-8859-1 -*-

def execute(macro, text):
    if text.find('http://')> -1:
        url = text
    html = '''
    <a href="%s"><img src="http://wiki.personaltelco.net/images/rss.png"></a>
    ''' % (url)
    return html
