How would I store/manage an array of strings unique to each blog? I was thinking I would simply manage the array through add/update/get_blog_options() but it looks like get_blog_options() expects the stored data to be a string rather than an array (get_blog_options() runs stripslashes() on the value and barfs on the array expecting a string)
Thanks for helping the n00b. :)