function enterLivePerson(aname, gname, re, name) {
   window.name = "lp_parent";
   document.cookie = "USELP=Y; path=/; domain=.qvcuk.com";
   var url="http://server.iad.liveperson.net/hc/LPqvcuk/?SESSIONVAR!skill=General&cmd=file&file=visitorWantsToChat&site=LPqvcuk&referrer="+document.location;
   var hWnd = window.open(url,'chatLPqvcuk','width=472,height=320');
   if (hWnd != null) { if (hWnd.opener == null) { hWnd.opener = self; window.name = "home"; hWnd.location.href=url; } }
}