@{ import random, wickie4K path = wickie4K.WIKI_DIR + "quotes.text" quotes = open(path).read().split('\n') print "*%s*" % random.choice(quotes) }