Haha, no problem, I appreciate your help.
Working perfectly
However, I do have one additional request
Since every account is different, I was wondering if a "check" could be done to see what email it is and change the contact list title text relevant to the email.
I'm not sure how this is done in .js but something like this:
if (email == blah@live.com) return "Account1"
else if (email == moreblah@live.com) return "Account2"
Any ideas?