Script Summary: Draw A Topics Cloud From User's Recent Dugg Stories

This script fetches user's data from either RSS feed or Digg API, extracts the topics and draws a cloud in the sidebar.
Works on your own page and also other users page.
You can customize it with the following variables at the beginning of the script:
- 'var cloud_show_counts' : if you want to show the topics count or not? (true/false)
- 'var cloud_min_color' : minimum color in hex (example: '#114488')
- 'var cloud_max_color' : maximum color in hex (example: '#83B46A')
- 'var cloud_min_font' : minimum font size in pixel (example: 15)
- 'var cloud_max_font' : maximum font size in pixel (example: 35)
- 'var cloud_fetch_type' : how to fetch the topics (can be either 'RSS' or 'API', default to RSS. Fetching RSS is much faster but not as accurate as API and sometimes returns no result, so change this according to your taste)
- Updates:
- March 13 2008 - Added option for fetching the data via either 'RSS' or 'API'



