// JavaScript Document
function PXSOL_readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
var PXSOL_CN = 'PXSOL'+document.domain;
PXSOL_CN = PXSOL_CN.replace(".", "");
PXSOL_CN = PXSOL_CN.replace(".", "");
PXSOL_CN = PXSOL_CN.replace(".", "");
var PXSOL_RC = PXSOL_readCookie(PXSOL_CN+'C')
var PXSOL_RPXV = PXSOL_readCookie(PXSOL_CN+'PXV')
var PXSOL_RT = PXSOL_readCookie(PXSOL_CN+'T')
var PXSOL_RREF = PXSOL_readCookie(PXSOL_CN+'REF')
var PXSOL_RUID = PXSOL_readCookie(PXSOL_CN+'UID')

if (PXSOL_RC == null) { PXSOL_RC = '0'}
if (PXSOL_RPXV == null) { PXSOL_RPXV = '0'}
if (PXSOL_RT == null) { PXSOL_RT = '0'}
if (PXSOL_RUID == null) { PXSOL_RUID = '0'}

document.write("<input type='hidden' name='PXSOL_C' id='PXSOL_C' value='"+escape(PXSOL_RC)+"' />");
document.write("<input type='hidden' name='PXSOL_PXV' id='PXSOL_PXV' value='"+escape(PXSOL_RPXV)+"' />");
document.write("<input type='hidden' name='PXSOL_T' id='PXSOL_T' value='"+escape(PXSOL_RT)+"' />");
document.write("<input type='hidden' name='PXSOL_REF' id='PXSOL_REF' value='"+escape(PXSOL_RREF)+"' />");
document.write("<input type='hidden' name='PXSOL_URI' id='PXSOL_URI' value='"+escape(PXSOL_RUID)+"' />");