Heya again..
The following line will split your "referrer" column into an array:
ref = Split(rs("referrer"),",")
If you try to use this ref variable without an array number you'll end up with the type mismatch error message.
->
wscript.echo(ref) 'will return...