Can someone ask on the Virgin Media feedback newsgroup... I'm an exVirgin these days...
If Phorm has been tested internally by VM then
a) What content was used to test it, and was that content drawn from the web, directly or indirectly? Who's content was used?
b) If it was purely internal, why does this Webwise site contain a Javascript which references Virgin Media users...
http://www.webwise.com/script/webwise.js
Code:
else if (hostname.match(/^(.+\.)?virginmedia.com$/)) {
userType = 'Virgin User';
createCookie(userTypeCookieName, userType, userTypeCookieDuration);
}