document.write('<!-- START OF SmartSource Data Collector TAG -->\n');
document.write('<!-- Copyright 2002 NetIQ Corporation -->\n');
document.write('<!-- V6.1 -->\n');
document.write('<!-- $DateTime: 2003\/07\/15 11:52:11 $ -->\n');
document.write('<!-- $Revision: #3 $ -->\n');
document.write('<SCRIPT LANGUAGE=\"Javascript\"><!--\n');
document.write('gVersion=\"1.0\";\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"Javascript1.1\"><!--\n');
document.write('gVersion=\"1.1\";\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"Javascript1.2\"><!--\n');
document.write('gVersion=\"1.2\";\n');
// var RE={"%09":/\t/g, "%20":/ /g, "%23":/\#/g,"%26":/\&/g,"%2B":/\+/g,"%3F":/\?/g,"%5C":/\\/g};
document.write('var RE={\"%09\":\/\\t\/g, \"%20\":\/ \/g, \"%23\":\/\\#\/g,\"%26\":\/\\&\/g,\"%2B\":\/\\+\/g,\"%3F\":\/\\?\/g,\"%5C\":\/\\\\\/g};\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"Javascript1.3\"><!--\n');
document.write('gVersion=\"1.3\";\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"Javascript1.4\"><!--\n');
document.write('gVersion=\"1.4\";\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"Javascript1.5\"><!--\n');
document.write('gVersion=\"1.5\";\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<SCRIPT LANGUAGE=\"JavaScript\"><!--\n');
document.write('var gImages=new Array;\n');
document.write('var gIndex=0;\n');
document.write('var DCS=new Object();\n');
document.write('var WT=new Object();\n');
document.write('var DCSext=new Object();\n');
document.write('var gDomain=\"sdc.learnpremium.co.uk\";\n');
document.write('var gDcsId=\"\";\n');
document.write('\/\/ Add customizations here\n');
document.write('\/\/WT.sp=\"@@SPLITVALUE@@\";\n');
document.write('function dcsVar(){\n');
document.write('var dCurrent=new Date();\n');
document.write('DCSext.lpsid = getCookieValue(\"LUMS\", \"SID\");\n');
document.write('DCSext.lppid = getCookieValue(\"LUMS\", \"Package\");\n');
document.write('DCSext.lptf = getCookieValue(\"LUMS\", \"TF\");\n');
document.write('WT.tz=dCurrent.getTimezoneOffset()\/60*-1;\n');
document.write('WT.bh=dCurrent.getHours();\n');
document.write('WT.ul=navigator.appName==\"Netscape\"?navigator.language:navigator.userLanguage;\n');
document.write('if (typeof(screen)==\"object\"){\n');
document.write('WT.cd=screen.colorDepth;\n');
document.write('WT.sr=screen.width+\"x\"+screen.height;\n');
document.write('}\n');
document.write('if (typeof(navigator.javaEnabled())==\"boolean\"){\n');
document.write('WT.jo=navigator.javaEnabled()?\"Yes\":\"No\";\n');
document.write('}\n');
document.write('if (document.title){\n');
document.write('WT.ti=document.title;\n');
document.write('}\n');
document.write('WT.js=\"Yes\";\n');
document.write('if (typeof(gVersion)!=\"undefined\"){\n');
document.write('WT.jv=gVersion;\n');
document.write('}\n');
document.write('DCS.dcsdat=dCurrent.getTime();\n');
document.write('DCS.dcssip=window.location.hostname;\n');
document.write('DCS.dcsuri=window.location.pathname;\n');
document.write('if (window.location.search){\n');
document.write('DCS.dcsqry=window.location.search;\n');
document.write('}\n');
document.write('if ((window.document.referrer!=\"\")&&(window.document.referrer!=\"-\")){\n');
document.write('if (!(navigator.appName==\"Microsoft Internet Explorer\"&&parseInt(navigator.appVersion)<4)){\n');
document.write('DCS.dcsref=window.document.referrer;\n');
document.write('}\n');
document.write('}\n');
document.write('}\n');
document.write('function A(N,V){\n');
document.write('return \"&\"+N+\"=\"+dcsEscape(V);\n');
document.write('}\n');
document.write('function dcsEscape(S){\n');
document.write('if (typeof(RE)!=\"undefined\"){\n');
document.write('var retStr = new String(S);\n');
document.write('for (R in RE){\n');
document.write('retStr = retStr.replace(RE[R],R);\n');
document.write('}\n');
document.write('return retStr;\n');
document.write('}\n');
document.write('else{\n');
document.write('return escape(S);\n');
document.write('}\n');
document.write('}\n');
document.write('function dcsCreateImage(dcsSrc){\n');
document.write('if (document.images){\n');
document.write('gImages[gIndex]=new Image;\n');
document.write('gImages[gIndex].src=dcsSrc;\n');
document.write('gIndex++;\n');
document.write('}\n');
document.write('else{\n');
document.write('document.write(\'<IMG BORDER=\"0\" NAME=\"DCSIMG\" WIDTH=\"1\" HEIGHT=\"1\" SRC=\"\'+dcsSrc+\'\">\');\n');
document.write('}\n');
document.write('}\n');
document.write('function dcsMeta(){\n');
document.write('var myDocumentElements;\n');
document.write('if (document.all){\n');
document.write('myDocumentElements=document.all.tags(\"meta\");\n');
document.write('}\n');
document.write('else if (document.documentElement){\n');
document.write('myDocumentElements=document.getElementsByTagName(\"meta\");\n');
document.write('}\n');
document.write('if (typeof(myDocumentElements)!=\"undefined\"){\n');
document.write('for (var i=1;i<=myDocumentElements.length;i++){\n');
document.write('myMeta=myDocumentElements.item(i-1);\n');
document.write('if (myMeta.name){\n');
document.write('if (myMeta.name.indexOf(\'WT.\')==0){\n');
document.write('WT[myMeta.name.substring(3)]=myMeta.content;\n');
document.write('}\n');
document.write('else if (myMeta.name.indexOf(\'DCSext.\')==0){\n');
document.write('DCSext[myMeta.name.substring(7)]=myMeta.content;\n');
document.write('}\n');
document.write('else if (myMeta.name.indexOf(\'DCS.\')==0){\n');
document.write('DCS[myMeta.name.substring(4)]=myMeta.content;\n');
document.write('}\n');
document.write('}\n');
document.write('}\n');
document.write('}\n');
document.write('}\n');
document.write('function dcsTag(){\n');
document.write('var P=\"http\"+(window.location.protocol.indexOf(\'https:\')==0?\'s\':\'\')+\":\/\/\"+gDomain+(gDcsId==\"\"?\'\':\'\/\'+gDcsId)+\"\/dcs.gif?\";\n');
document.write('for (N in DCSext){\n');
document.write('if (DCSext[N]) {\n');
document.write('P+=A(N,DCSext[N]);\n');
document.write('}\n');
document.write('}\n');
document.write('for (N in DCS){\n');
document.write('if (DCS[N]) {\n');
document.write('P+=A(N,DCS[N]);\n');
document.write('}\n');
document.write('}\n');
document.write('for (N in WT){\n');
document.write('if (WT[N]) {\n');
document.write('P+=A(\"WT.\"+N,WT[N]);\n');
document.write('}\n');
document.write('}\n');
document.write('if (P.length>2048&&navigator.userAgent.indexOf(\'MSIE\')>=0){\n');
document.write('P=P.substring(0,2040)+\"&WT.tu=1\";\n');
document.write('}\n');
document.write('dcsCreateImage(P);\n');
document.write('}\n');
document.write('function getCookie(name) {\n');
document.write('var dc = document.cookie;\n');
document.write('var prefix = name + \"=\";\n');
document.write('var begin = dc.indexOf(\"; \" + prefix);\n');
document.write('if (begin == -1) {\n');
document.write('begin = dc.indexOf(prefix);\n');
document.write('if (begin != 0) return null;\n');
document.write('} else\n');
document.write('begin += 2;\n');
document.write('var end = document.cookie.indexOf(\";\", begin);\n');
document.write('if (end == -1)\n');
document.write('end = dc.length;\n');
document.write('return unescape(dc.substring(begin + prefix.length, end));\n');
document.write('}\n');
document.write('function getCookieValue(name, key) {\n');
document.write('\/\/	document.write(name);\n');
document.write('\/\/	document.write(key);\n');
document.write('var cookieValue = \"\";\n');
document.write('var cookieString = getCookie(name);\n');
document.write('\/\/document.write(cookieString );\n');
document.write('var cookiePairs = cookieString.split(\"&\");\n');
document.write('\/\/document.write(\'<br>\');\n');
document.write('\/\/document.write(cookiePairs.length);\n');
document.write('for(var i=0; i<cookiePairs.length-1;i++) {\n');
document.write('\/\/document.write(cookiePairs[i]);\n');
document.write('\/\/document.write(\'<br>\');\n');
document.write('var pair = cookiePairs[i].split(\"=\");\n');
document.write('if (pair[0] == key) {\n');
document.write('cookieValue = pair[1];\n');
document.write('}\n');
document.write('}\n');
document.write('return cookieValue;\n');
document.write('}\n');
document.write('dcsVar();\n');
document.write('dcsMeta();\n');
document.write('dcsTag();\n');
document.write('\/\/-->\n');
document.write('<\/SCRIPT>\n');
document.write('<NOSCRIPT>\n');
document.write('<IMG BORDER=\"0\" NAME=\"DCSIMG\" WIDTH=\"1\" HEIGHT=\"1\" SRC=\"http:\/\/213.52.201.121\/njs.gif?dcsuri=\/nojavascript&WT.js=No\">\n');
document.write('<\/NOSCRIPT>\n');
document.write('<!-- END OF Data Collection Server TAG -->\n');

