Loading External Data

I have an external text file that will have two variables and look like this:

&months=January,February,…&days=Sunday,Monday,…

I am using loadVars to load the textfile in. When it is done loading, I want to load each of the of the 2 variables into an array so I have an array for months and array for days. Can anyone help me with this.

Thanks… Bubba