<!--POST 
/**************************************************************
Copyright 2005, YesMail

             Template for HTML messages
             HP Shopping Main Newsletter
             *************************************************/

var enviroFlag = "live";
var base_url;

if (enviroFlag == "qa"){
	base_url = "test1-role.austin.hp.com";
} else if (enviroFlag == "live"){
	base_url = "register.hp.com";
}


/************** VARIABLES DECLARATION *************************/

//ID segmentation
var firstName       = user.attr("firstName");
var lastName        = user.attr("lastName");
var productLine     = user.attr("ProductLine");
var productName     = user.attr("ProductName");
var productNumber   = user.attr("productNumber");
var purchaseDate	= user.attr("purchaseDate");
var purchaseLocation = user.attr("purchaseLocation");
var registrationDate = user.attr("registrationDate");
var publisherFlag    = user.attr("PublisherFlag");
var snapfishFlag     = user.attr("SnapFishFlag");
var marketingFlag    = user.attr("marketingFlag"); 
var eMail           = user.attr("eMail");
var encrypted_token = user.attr("userId");
var country = user.attr("country");
var language = user.attr("language");
var OfferCode       = user.attr("OfferCode");
var OfferID         = user.attr("OfferID");
var displayOffer    = true;
if (OfferCode == null || OfferCode == "" || country == "GD") { displayOffer = false; }
/**************************************************************
Function format Date:
m/d/yyyy to d/m/yyyy
***************************************************************/

var arrDate = new Array();
function fmt_date(dateStr) {
  var newDateStr = dateStr;
  if (dateStr != null) {
    arrDate = dateStr.split("/");
    newDateStr = arrDate[1] + "/" + arrDate[0] + "/" + arrDate[2];
  }
  return newDateStr;
}
/**************************************************************
Dynamic url per country
***************************************************************/
var loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=US&lang=en";
switch (country) {
  case "AR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=AR&lang=es";
  break;
  case "AW":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=AW&lang=en";
  break;
  case "BB":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BB&lang=en";
  break;
  case "BO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BO&lang=es";
  break;
  case "BR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BR&lang=pt";
  break;
  case "BS":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BS&lang=en";
  break;
  case "CA":
    switch (language) {
      case "fr":
        loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CA&lang=fr";
      break;
      default:
        loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CA&lang=en";
      break;
    }
  break;
  case "CL":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CL&lang=es";
  break;
  case "CO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CO&lang=es";
  break;
  case "CR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CR&lang=es";
  break;
  case "DO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=DO&lang=es";
  break;
  case "EC":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=EC&lang=es";
  break;
  case "GD":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=GD&lang=en";
  break;
  case "GT":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=GT&lang=es";
  break;
  case "HN":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=HN&lang=es";
  break;
  case "JM":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=JM&lang=es";
  break;
  case "MX":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=MX&lang=es";
  break;
  case "NI":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=NI&lang=es";
  break;
  case "PA":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PA&lang=es";
  break;
  case "PE":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PE&lang=es";
  break;
  case "PR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PR&lang=es";
  break;
  case "PY":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PY&lang=es";
  break;
  case "SV":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=SV&lang=es";
  break;
  case "TT":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=TT&lang=en";
  break;
  case "US":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=US&lang=en";
  break;
  case "UY":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=UY&lang=es";
  break;
  case "VE":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=VE&lang=es";
  break;
}
/**************************************************************
COUPON CODE MULTITABLE
***************************************************************/
multitable.setID("CouponCode", 1); 

while (multitable.getNext("CouponCode")){  
    var couponCode = multitable.getValue("CouponCode", "CouponCode");
    var couponExpDate = multitable.getValue("CouponCode", "CouponExpirationDate");
}
 
/**************************************************************
PRODUCT LINE SEGMENTATION
***************************************************************/

var psgDt = false;
var psgNb = false;
var psgHand = false;
var psgTvCd = false;
var otherPSG = false;
var ipgCode = false;
var psgCom = false;
var ipgCom  = false;

if (productLine == "6J") {
  psgDt = true;
} else if (productLine == "KV") {
  psgNb = true;
} else if (productLine == "21") {
  psgHand = true;
} else if (productLine == "ME") {
  psgTvCd = true;
} else if (productLine == "E1") {
  psgTvCd = true;
} else if (productLine == "KX") {
  psgTvCd = true;
} else if (productLine == "KW") {
  psgTvCd = true;
} else if (productLine == "2C") {
  otherPSG = true;
} else if (productLine == "2G") {
  otherPSG = true;
} else if (productLine == "2H") {
  otherPSG = true;
} else if (productLine == "2S") {
  otherPSG = true;
} else if (productLine == "2T") {
  otherPSG = true;
} else if (productLine == "52") {
  otherPSG = true;
} else if (productLine == "8W") {
  otherPSG = true;
} else if (productLine == "9F") {
  otherPSG = true;
} else if (productLine == "9G") {
  otherPSG = true;
} else if (productLine == "9H") {
  otherPSG = true;
} else if (productLine == "9J") {
  otherPSG = true;
} else if (productLine == "BO") {
  otherPSG = true;
} else if (productLine == "BQ") {
  otherPSG = true;
} else if (productLine == "HK") {
  otherPSG = true;
} else if (productLine == "HV") {
  otherPSG = true;
} else if (productLine == "JM") {
  otherPSG = true;
} else if (productLine == "JT") {
  otherPSG = true;
} else if (productLine == "JU") {
  otherPSG = true;
} else if (productLine == "LD") {
  otherPSG = true;
} else if (productLine == "MF") {
  otherPSG = true;
} else if (productLine == "MG") {
  otherPSG = true;
} else if (productLine == "MM") {
  otherPSG = true;
} else if (productLine == "MN") {
  otherPSG = true;
} else if (productLine == "MP") {
  otherPSG = true;
} else if(productLine == "1N"){
    ipgCode = true;
} else if(productLine == "27"){
    ipgCode = true;
} else if(productLine == "2A"){
    ipgCode = true;
} else if(productLine == "2B"){
    ipgCode = true;
} else if(productLine == "2D"){
    ipgCode = true;
} else if(productLine == "2N"){
    ipgCode = true;
} else if(productLine == "2Q"){
    ipgCode = true;
} else if(productLine == "3G"){
    ipgCode = true;
} else if(productLine == "4X"){
    ipgCode = true;
} else if(productLine == "5J"){
    ipgCode = true;
} else if(productLine == "5M"){
    ipgCode = true;
} else if(productLine == "5T"){
    ipgCode = true;
} else if(productLine == "6A"){
    ipgCode = true;
} else if(productLine == "7T"){
    ipgCode = true;
} else if(productLine == "83"){
    ipgCode = true;
} else if(productLine == "9C"){
    ipgCode = true;
} else if(productLine == "9D"){
    ipgCode = true;
} else if(productLine == "A5"){
    ipgCode = true;
} else if(productLine == "AU"){
    ipgCode = true;
} else if(productLine == "B7"){
    ipgCode = true;
} else if(productLine == "C2"){
    ipgCode = true;
} else if(productLine == "DA"){
    ipgCode = true;
} else if(productLine == "DE"){
    ipgCode = true;
} else if(productLine == "DL"){
    ipgCode = true;
} else if(productLine == "DN"){
    ipgCode = true;
} else if(productLine == "DU"){
    ipgCode = true;
} else if(productLine == "HI"){
    ipgCode = true;
} else if(productLine == "HM"){
    ipgCode = true;
} else if(productLine == "HN"){
    ipgCode = true;
} else if(productLine == "HO"){
    ipgCode = true;
} else if(productLine == "HP"){
    ipgCode = true;
} else if(productLine == "HQ"){
    ipgCode = true;
} else if(productLine == "JP"){
    ipgCode = true;
} else if(productLine == "KL"){
    ipgCode = true;
} else if(productLine == "KN"){
    ipgCode = true;
} else if(productLine == "KP"){
    ipgCode = true;
} else if(productLine == "KS"){
    ipgCode = true;
} else if(productLine == "KU"){
    ipgCode = true;
} else if(productLine == "LF"){
    ipgCode = true;
} else if(productLine == "M3"){
    ipgCode = true;
} else if(productLine == "MB"){
    ipgCode = true;
} else if(productLine == "MC"){
    ipgCode = true;
} else if(productLine == "MK"){
    ipgCode = true;
} else if(productLine == "ML"){
    ipgCode = true;
} else if(productLine == "MQ"){
    ipgCode = true;
} else if(productLine == "R6"){
    ipgCode = true;
} else if(productLine == "SR"){
    ipgCode = true;
}

if ((productLine == "7F") || (productLine == "AN") || (productLine == "5X") || (productLine == "21") || (productLine == "KV")){
    psgCom = true;
} else if ((productLine == "30") || (productLine == "8A") || (productLine == "MA") || (productLine == "PQ") || (productLine == "AK") || (productLine == "LY") || (productLine == "C5")) {
    ipgCom = true;
} else if ((productLine == "T8") || (productLine == "MC") || (productLine == "C5") || (productLine == "4X")) {
    ipgCode = true;
} else if ((productLine == "6J")) {
    otherPSG = true;
}

/**************************************************************
CHECKING NULL VALUES
***************************************************************/

if (firstName == null || firstName == "" || firstName == " ") {
    firstName = "";
} else {
     /***** convert first letter of name to uppercase *******/
    firstName= firstName.substring(0,1).toUpperCase() + firstName.substring(1, firstName.length).toLowerCase();
}

if (lastName == null || lastName == "" || lastName == " ") {
    lastName = "";
} else {
     /***** convert first letter of name to uppercase *******/
    lastName= lastName.substring(0,1).toUpperCase() + lastName.substring(1, lastName.length).toLowerCase();
}

if (purchaseDate == null || purchaseDate == "" || purchaseDate == " ") {
    purchaseDate = "";
}

if (purchaseLocation == null || purchaseLocation == "" || purchaseLocation == " ") {
    purchaseLocation = "";
}

if (registrationDate == null || registrationDate == "" || registrationDate == " ") {
    registrationDate = "";
} 

/**************************************************************
SET PRODUCT IMAGE
***************************************************************/

var productImage;

if (productNumber == null || productNumber == "" || productNumber == "") {
    productImage = "http://h20180.www2.hp.com/apps/Nav?h_lang=en&lang=en&h_cc=us&c=us&h_product=PK647A&h_page=hpcom&h_pagetype=z-002&h_audience=hho,smb&lang=en&cc=us&h_client=Z-A-P001-1";
} else {
    productImage = "http://h20180.www2.hp.com/apps/Nav?h_lang=en&lang=en&h_cc=us&c=us&h_product=" + productNumber + "&h_page=hpcom&h_pagetype=z-002&h_audience=hho,smb&lang=en&cc=us&h_client=Z-A-P001-1";
}

/*********************************************************************
START OF MESSAGE SEGMENTATION DEPENDING ON COUNTRY AND LANGUAGE
**********************************************************************/
var caribbean = false;
var centralAmerica = false;
var spanishCountry = false;

if ((country == "GD") || (country == "AW") || (country == "BS") || (country == "BB") || (country == "BM") || (country == "JM") || (country == "TT")) {
	caribbean = true;
}

if ((country == "CR") || (country == "DO") || (country == "SV") || (country == "GT") || (country == "HN") || (country == "NI") || (country == "PA")) {
	centralAmerica = true;
        spanishCountry = true;
}

if ((country == "AR") || (country == "BO") || (country == "CL") || (country == "CO") || (country == "EC") || (country == "MX") || (country == "PY")
      || (country == "PE") || (country == "PR") || (country == "UY") || (country == "VE")) {
        spanishCountry = true;
}

/**************************************************************
HPLAR URL SEGMENTATION
***************************************************************/
// url declarations
var subscribersChoiceURL;
var getSupportURL;
var smallBusinessURL;
var servicesURL;
var privacyURL;
var techSolutionsURL;
var subscriptionInfoURL;
var extendedPlanURL;
var suppAccURL;
var resellerURL;
var totalCareURL;
var exploreURL;
var photoCenter;
var hhosStore;

if (centralAmerica) {

   extendedPlanURL = "http://h30095.www3.hp.com/ac/pyme/servicios/serv_care_pack.html";
   suppAccURL = "http://welcome.hp.com/country/lamerica_nsc_carib/en/prodserv/printer-computer-accessories.html";
   resellerURL = "http://h30095.www3.hp.com/ac/socio_negocios/index.html";
   subscribersChoiceURL = "http://h30095.www3.hp.com/ac/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ac/smb_20060901_0";
   getSupportURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/support.html?pageDisplay=support";
   smallBusinessURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/solutions/smb.html";
   subscriptionInfoURL = "http://h30095.www3.hp.com/ac/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ac/smb_20060901_0";
   privacyURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/privacy.html";

} else {
    
	if (country == "AR") {
	  
	   extendedPlanURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/ar/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30107.www3.hp.com/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/ar/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/ar/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/ar/es/privacy.html";
	
	} else if (country == "BO") {
	
	   extendedPlanURL = "http://h30095.www3.hp.com/bo/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/bo/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30095.www3.hp.com/bo/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30095.www3.hp.com/bo/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/bo/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/bo/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/bo/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30095.www3.hp.com/bo/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/bo/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/bo/es/privacy.html";
	
	} else if (country == "CL") {
	  
	   extendedPlanURL = "http://h30114.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/cl/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=1&acc=h&te=0";
	   subscribersChoiceURL = "http://h30114.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/cl/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/cl/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/cl/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30114.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/cl/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/cl/es/privacy.html";
	
	} else if (country == "CO") {
	  
	   extendedPlanURL = "http://h30113.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/co/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=3&acc=e";
	   subscribersChoiceURL = "http://h30113.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/co/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/co/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/co/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30113.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/co/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/co/es/privacy.html";
	
	} else if (country == "EC") {
	
	   extendedPlanURL = "http://h30095.www3.hp.com/ec/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/ec/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30095.www3.hp.com/ec/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30095.www3.hp.com/ec/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ec/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/ec/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/ec/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30095.www3.hp.com/ec/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ec/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/ec/es/privacy.html";
	
	} else if (country == "MX") {
	
	   extendedPlanURL = "http://h30070.www3.hp.com/pyme/servicios/servi_garan.html";
	   suppAccURL = "http://welcome.hp.com/country/mx/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=36&acc=e";
	   subscribersChoiceURL = "http://h30070.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/mx/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/mx/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/mx/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30070.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/mx/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/mx/es/privacy.html";
	
	} else if (country == "PY") {
	
	   extendedPlanURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/py/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30095.www3.hp.com/py/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/py/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/ar/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/py/es/privacy.html";
	
	} else if (country == "PE") {
	  
	   extendedPlanURL = "http://h30115.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/pe/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30115.www3.hp.com/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30115.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/pe/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/pe/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/pe/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30115.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/pe/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/pe/es/privacy.html";
	
	} else if (country == "PR") {
	
	   extendedPlanURL = "http://h30095.www3.hp.com/pr/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/pr/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=4&acc=e";
	   subscribersChoiceURL = "http://h30095.www3.hp.com/pr/suscripciones/suscrip_empr.html?jumpid=reg_R1002_PRES";
	   getSupportURL = "http://welcome.hp.com/country/pr/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/pr/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30095.www3.hp.com/pr/suscripciones/suscrip_empr.html?jumpid=reg_R1002_PRES";
	   privacyURL = "http://welcome.hp.com/country/pr/es/privacy.html";
	
	} else if (country == "UY") {
	
	   extendedPlanURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/uy/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30095.www3.hp.com/uy/socio_negocios/index.html";
	   subscribersChoiceURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/uy/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/ar/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30107.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ar/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/uy/es/privacy.html";
	
	} else if (country == "VE") {

	   extendedPlanURL = "http://h30116.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   suppAccURL = "http://welcome.hp.com/country/ve/es/prodserv/printer-computer-accessories.html";
	   resellerURL = "http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=4&acc=e";
	   subscribersChoiceURL = "http://h30116.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ve/smb_20060901_0";
	   getSupportURL = "http://welcome.hp.com/country/ve/es/support.html?pageDisplay=support";
	   smallBusinessURL = "http://welcome.hp.com/country/ve/es/solutions/smb.html";
	   subscriptionInfoURL = "http://h30116.www3.hp.com/suscripciones/suscrip_empr.html?jumpid=re_R10924_suscripciones/ve/smb_20060901_0";
	   privacyURL = "http://welcome.hp.com/country/ve/es/privacy.html";
	
	}
	

}

/**************************************************************
HP LAR Website Links
**************************************************************/

    if (centralAmerica) {
    
       hplarWebsite = "http://www.hp.com/ac";

    } else if (country == "AR") {
	  
	   hplarWebsite = "http://www.hp.com/ar";
	
	} else if (country == "BO") {
	
	   hplarWebsite = "http://www.hp.com/bo";
	
	} else if (country == "CL") {
	  
	   hplarWebsite = "http://www.hp.com/cl";
	
	} else if (country == "CO") {
	  
	   hplarWebsite = "http://www.hp.com/co"; 
	   
	} else if (country == "EC") {
	
	   hplarWebsite = "http://www.hp.com/ec";
	
	} else if (country == "MX") {
	
	   hplarWebsite = "http://www.hp.com/mx";
	
	} else if (country == "PY") {
	
	   hplarWebsite = "http://www.hp.com/py";
	
	} else if (country == "PE") {
	  
	   hplarWebsite = "http://www.hp.com/pe";
	
	} else if (country == "PR") {
	
	   hplarWebsite = "http://www.hp.com/pr";
	
	} else if (country == "UY") {
	
	   hplarWebsite = "http://www.hp.com/uy";
	
	} else if (country == "VE") {

	   hplarWebsite = "http://www.hp.com/ve";
	
	}

/**************************************************************
SUBJECT LINE
***************************************************************/

if (language == "fr") {

	document.subject("HP vous remercie de votre inscription");
	
} else if (spanishCountry == true) {

	document.subject("Gracias por registrarse");
	
} else if (country == "BR") {

    document.subject("Obrigado por registrar-se");
    
} else {

    document.subject("Thank You For Registering With HP");
    
}

// START WITH SPANISH VERSION
if (spanishCountry == true) {
document.from("HP Registro");
POST-->Display graphics version
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------

GRACIAS POR REGISTRAR TU PRODUCTO

Felicitaciones `firstName`!
Has completado tu registro.

Ahora que ya ests registrado con HP recibirs:
- Visita soporte y servicios y aprovecha al mximo 
  tus productos HP.
- Invitaciones para recibir notificaciones sobre 
  descarga de controladores y software sin costo.
- Boletines personalizados totalmente gratuitos que 
  incluyen consejos personalizados e ideas creativas 
  para tus productos HP y Compaq.
- Los consejos ms recientes de soporte, soluciones, 
  promociones y ofertas especiales de acuerdo a tus 
  necesidades.

Maneja tu cuenta. Haz clic aqu e ingresa al sitio bajo la 
opcin "Ya he realizado alguna visita". 
>> `loginUrl`

--------------------------------------------------------
AQU ESTN LOS DETALLES DE TU REGISTRO
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Nombre: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->Correo electrnico: `eMail`
<!--POST } POST--><!--POST if ((productName != null) && (productName != "") && (productName != " ")){ POST-->Nombre del producto: `productName`
<!--POST } POST--><!--POST if ((purchaseDate != null) && (purchaseDate != "") && (purchaseDate != " ")){ POST-->Fecha de compra: `fmt_date(purchaseDate)`
<!--POST } POST--><!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")){ POST-->Lugar de compra: `purchaseLocation`
<!--POST } POST--><!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")){ POST-->Fecha de registro: `fmt_date(registrationDate)`
<!--POST } POST-->
--------------------------------------------------------
OBTN MS
--------------------------------------------------------

Obtn soporte y soluciones a problemas
Deja que el reconocido grupo de Servicio y Soporte HP te ayude. 
Aprovecha nuestros excepcionales servicios para mantener tus 
productos funcionando sin problemas.

- Galardonado sitio Web de soporte 
- Respuesta por correo electrnico
- Soporte (chat) en lnea

>> `getSupportURL`

Pequeas y Medianas Empresas
Las mejores soluciones para su negocio. En HP tenemos la gama 
ms amplia de productos y soluciones integrales, exclusivas 
para cada sector. Conzcalas y aproveche sus mltiples 
beneficios.
>> `smallBusinessURL`

--------------------------------------------------------
PRUEBA ESTAS OPCIONES
--------------------------------------------------------
Planes de Garanta Extendidas
>> `extendedPlanURL`

Consumibles y Accesorios 
>> `suppAccURL`

Encontrar a un Distribuidor 
>> `resellerURL`

-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Tus datos
>> `loginUrl`

-----------------------------------------------------------------

Site Web de Hewlett-Packard 
>> `hplarWebsite`

Ests recibiendo este correo porque esta direccin de 
e-mail `eMail` fue registrada en www.hp.com para recibir 
comunicaciones relevantes.

Si tienes problemas para ver este correo, por favor haz 
clic aqu:
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
Para dejar de recibir este correo haz clic en esta liga, o 
bien cpiala y pgala en el navegador:
>> http://hprole.p0.com/unsubscribe.jsp

Alternativamente, puedes responder este mensaje colocando 
la palabra ?UNSUBSCRIBE? en la lnea Asunto.
<!--POST } POST-->
Da clic o copia esta liga para cambiar tu suscripcin
>> `loginUrl`

Poltica de Privacidad 
>> `privacyURL`

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. La 
informacin aqu contenida est sujeta a cambios sin previo 
aviso.
 
<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} else if (country == "BR") { 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->Display graphics version
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------

AGRADECEMOS POR REGISTRAR O SEU PRODUTO

Parabns, `firstName`!
Voc completou o seu registro com sucesso.

Agora que se registrou na HP, voc receber o seguinte:
- Acesse suporte e servios para aproveitar ao mximo os 
  seus produtos da HP.
- Assinatura para receber gratuitamente notcias sobre 
  drivers
- Boletins personalizados gratuitos com dicas, truques e 
  idias criativas para voc usar os seus produtos HP e 
  Compaq.
- As mais atualizadas dicas de suporte, solues, 
  promoes e ofertas especiais que atendem s suas 
  necessidades.

Gerencie sua conta, clique aqui e faa login sob "Sou 
um usurio registrado". 
>> `loginUrl`

--------------------------------------------------------
DETALHES DO SEU REGISTRO
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Nome: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->E-mail: `eMail`
<!--POST } POST--><!--POST if ((productName != null) && (productName != "") && (productName != " ")){ POST-->Nome do produto: `productName`
<!--POST } POST--><!--POST if ((purchaseDate != null) && (purchaseDate != "") && (purchaseDate != " ")){ POST-->Data da compra: `fmt_date(purchaseDate)`
<!--POST } POST--><!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")){ POST-->Local da compra: `purchaseLocation`
<!--POST } POST--><!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")){ POST-->Data de registro: `fmt_date(registrationDate)`
<!--POST } POST-->
--------------------------------------------------------
OBTENHA MAIS
--------------------------------------------------------

Suporte e soluo de problemas
Deixe o premiado Servios de Suporte da HP mostrar a voc 
como funciona. Aproveite os nossos servios incrveis para 
manter todos os seus produtos em perfeito estado de 
funcionamento.
- Premiado site de suporte
- Respostas de suporte por e-mail
- Bate-papo online ao vivo 

>> http://welcome.hp.com/country/br/pt/support.html?pageDisplay=support

Pequenas e Mdias Empresas
As melhores solues para seu negcio. Conhea aqui as 
melhores oportunidades que a tecnologia HP proporciona aos 
negcios das pequenas e mdias empresas.
>> http://welcome.hp.com/country/br/pt/solutions/smb.html

--------------------------------------------------------
EXPERIMENTE ESTES ITENS   
--------------------------------------------------------
Planos de servios estendidos
>> http://h30091.www3.hp.com/pyme/servicios/serv_care_pack.html

Suprimentos e acessrios
>> http://welcome.hp.com/country/br/pt/prodserv/printer-computer-accessories.html

Encontre um revendedor  
>> http://h30402.www3.hp.com/hp_localizador_canales_brasil/html/index.php 

-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Suas informaes
>> `loginUrl`

-----------------------------------------------------------------

Hewlett-Packard Website 
>> http://www.hp.com/br

Voc recebeu este e-mail porque o endereo `eMail` foi 
registrado em www.hp.com/br para receber e-mails com 
informaes importantes.

Caso no consiga ler esse e-mail, clique aqui:
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
Para deixar de receber e-mails, clique nesse link ou copie 
e cole no seu browser:
>> http://hprole.p0.com/unsubscribe.jsp

Alternativamente, voc pode responder a este correio 
colocando a palavra "UNSUBSCRIBE" no campo Assunto.
<!--POST } POST-->
Clique ou copie este link para mudar sua assinatura
>> `loginUrl`

Poltica de Privacidade
>> http://welcome.hp.com/country/br/pt/privacy.html

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. A 
informao aqui contida pode ser alterada sem aviso prvio.

<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} else if (language == "fr") { 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->Afficher la version des lments graphiques
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------

MERCI D'AVOIR ENREGISR VOTRE PRODUIT

Flicitations, `firstName`!
Vous avez termin avec succs l'enregistrement.

Maintenant que votre produit est enregistr chez HP, 
vous bnficiez des avantages suivants :
- Accs au soutien et aux services pour tirer le meilleur 
  parti de vos produits HP
- Inscription au service gratuit d'avis de nouveaux pilotes
- Bulletins gratuits de conseils personnaliss ciblant vos 
  produits HP et Compaq
- Les plus rcentes informations concernant les offres 
  spciales, promotions, solutions et conseils de soutien 
  rpondant  vos besoins commerciaux

Grez votre compte, cliquez sur le lien ci-dessous et ouvrez 
une session sous  Je suis un utilisateur inscrit .
>> `loginUrl`

--------------------------------------------------------
DTAILS DE VOTRE ENREGISTREMENT
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Nom: `firstName` `lastName`
<!--POST } POST-->Courriel: `eMail`
<!--POST if (productName != null && productName != "" && productName != " ") { POST-->Nom du produit: `productName`
<!--POST } POST--><!--POST if (purchaseDate != null && purchaseDate != "" && purchaseDate != " ") { POST-->Date d'achat: `purchaseDate`
<!--POST } POST--><!--POST if (purchaseLocation != null && purchaseLocation != "" && purchaseLocation != " ") { POST-->Lieu d'achat: `purchaseLocation`
<!--POST } POST--><!--POST if (registrationDate != null && registrationDate != "" && registrationDate != " ") { POST-->Date d'enregistrement: `registrationDate`
<!--POST } POST-->
--------------------------------------------------------
GET MORE
--------------------------------------------------------

Obtenir des services de dpannage et de soutien
Laissez les services et le soutien renomms de Hp vous conseiller.
Bnficiez de nos services exceptionnels qui vous assureront un 
bon fonctionnement de tous vos produits.

- Site web de soutien prim
- Rponse courriel de soutien en 1 heure, 24 heures par jour et 7 
  jours par semaine
- Site de clavardage en direct, 24 heures par jour et 7 jours par 
  semaine

>> http://welcome.hp.com/country/ca/fr/support.html

Surveillez nos offres spciales relatives aux plus rcents produits, 
accessoires et services HP.
>> http://www.hp.ca/promotions/bizpromos-fr.php

Cours en ligne gratuits
Disponibles 24 heures par jour et 7 jours par semaine afin de 
satisfaire aux exigences de votre agenda charg. Cours axs, par 
exemple, sur le dpannage de PC, la gestion de projets, les 
comptences Internet, les meilleures pratiques, etc. 
>> http://h30187.www3.hp.com/?mcID=hpsbso1

--------------------------------------------------------
ESSAYEZ CES ARTICLES AVEC VOTRE NOUVEAU PRODUIT
--------------------------------------------------------
<!--POST if (psgDt) { POST-->
Programme de service tendu
>> http://shopping.hp.ca/cStoreCA/OptionMenu.asp?SuperCategoryId=59&BEId=5&LANG=FR

Desktop Accessoires
>> http://www.hp.ca/products/landing/consumer-accessories/desktops/index-fr.php

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (psgNb) { POST-->
Programme de service tendu
>> http://shopping.hp.ca/cStoreCA/OptionMenu.asp?SuperCategoryId=59&BEId=5&LANG=FR

Notebook Accessoires
>> http://www.hp.ca/products/landing/consumer-accessories/index-fr.php

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (psgHand) { POST-->
Programme de service tendu
>> http://www.hp.ca/products/landing/ipaq/index-fr.php

Accessoires
>> http://h10010.www1.hp.com/wwpc/ca/en/sm/WF12a/12139188-12139190-12139190.html

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (psgTvCd) { POST-->
Programme de service tendu
>> http://h71036.www7.hp.com/hho/cache/310113-0-0-39-121.html

Accessoires
>> http://shopping.hp.ca/cStoreCA/OptionMenu.asp?SuperCategoryId=19&BEId=5&LANG=FR

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (otherPSG) { POST-->
Programme de service tendu
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-135.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (ipgCode) { POST-->
Programme de service tendu
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-135.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Fournitures : Encre, toner et papier
>> http://www.hp.ca/catalog/supplies/index-fr.php

Accessoires
>> http://www.hp.ca/catalog/supplies/index-fr.php

Trouver un dtaillant
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (psgCom) { POST-->
Programme de service tendu
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-135.html?jumpid=redirect/index-fr.php

Computing Accessoires
>> http://www.hp.ca/products/landing/consumer-accessories/acc_landing-fr.php

Software Solutions
>> http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-001&h_lang=fr&h_cc=ca&h_product=18964&h_page=hpcom&cc=ca&lang=fr&h_client=S-A-R311-1

Trouver un dtaillant 
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } else if (ipgCom) { POST-->
Programme de service tendu
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-135.html?jumpid=redirect/index-fr.php

Fournitures et accessoires
>> http://www.hp.ca/catalog/supplies/?LANGUAGE=en&jumpid=hpr_R1002_CAFR

Trouver un dtaillant 
>> http://welcome.hp.com/country/ca/fr/howtobuy.html
<!--POST } POST-->
-----------------------------------------------------------------
OPTIONS HP
-----------------------------------------------------------------
Vos renseignements
>> `loginUrl`

-----------------------------------------------------------------

Site Web de Hewlett-Packard
>> http://www.hp.com/country/ca/fr/welcome.html

Vous avez reu ce courriel car l'adresse de courrier 
lectronique `eMail` a t enregistre 
sur le site www.hp.com comme adresse de rception de 
toute communication pertinente.

Si vous rpouvez des difficults  afficher ce courriel, 
veuillez cliquer sur le lien ci-dessous :
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
Pour annuler votre inscription, cliquez sur ce lien ou 
copiez-le dans votre navigateur Internet.
>> http://h30189.www3.hp.com/one-click.jsp

Vous pouvez galement rpondre  ce courriel en 
mentionnant  ANNULER L'INSCRIPTION  en objet.
<!--POST } POST-->
Cliquez sur ce lien ou copiez-le pour modifier vos 
donnes d'inscription
>> `loginUrl`

Respect de la vie prive
http://welcome.hp.com/country/ca/fr/privacy.html

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. Les 
renseignements contenus dans ce document peuvent tre 
modifis sans pravis.
========================================================
HP     d'une intelligente simplicit
========================================================<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} else { 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST--><!--POST
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 if (caribbean) { 
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 POST-->Display graphics version
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------

THANK YOU FOR REGISTERING YOUR PRODUCT

Congratulations `firstName`!
You've successfully completed registration.

Now that you've registered with HP, you'll receive the 
following:
- Access support and services, and get the most out of 
  your HP products
- Sign up for free driver notices
- Free personalized newsletters that feature customized 
  tips & tricks for your HP and Compaq  products.
- The latest support tips, solutions, promotions and 
  special offers that fit your business needs.

Manage your account, click below and log in under "I am a return 
user."
>> `loginUrl`

--------------------------------------------------------
YOUR REGISTRATION DETAILS
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->E-mail: `eMail`
<!--POST } POST--><!--POST if ((productName != null) && (productName != "") && (productName != " ")){ POST-->Product name: `productName`
<!--POST } POST--><!--POST if ((purchaseDate != null) && (purchaseDate != "") && (purchaseDate != " ")){ POST-->Purchase date: `purchaseDate`
<!--POST } POST--><!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")){ POST-->Purchase location: `purchaseLocation`
<!--POST } POST--><!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")){ POST-->Registration date: `registrationDate`
<!--POST } POST-->
--------------------------------------------------------
GET MORE
--------------------------------------------------------

Get Support and Troubleshooting
Let HP's award winning Support & Services show you the way. Take 
advantage of our exceptional services to keep all of your products 
up and running.

- Award-recognized support website
- 1-hour Email support response, 24x7
- Live online chat, 24 x 7

>> http://welcome.hp.com/country/lamerica_nsc_carib/en/support.html?pageDisplay=support

Check out our special offers for the latest deals on HP products, 
accessories and services.
>> http://www.hp.com/sbso/special/index.html

Small and Medium Business
The best solutions for your business. In HP, we offer the widest 
range of integral solutions, exclusive for each sector. Learn 
more and take advantage of their multiple benefits.
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/solutions/smb.html

--------------------------------------------------------
TRY THESE ITEMS WITH YOUR NEW PRODUCT
--------------------------------------------------------
Extended Service Plans
>> http://h30095.www3.hp.com/caribbean/pyme/soluciones/0206_cto_carepacks.html

Supplies and Accessories 
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/prodserv/printer-computer-accessories.html

Find a Reseller 
>> http://h30175.www3.hp.com/hp_localizador_canales/html/index.php?id_pais=5&acc=e

-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Your Information
>> `loginUrl`

-----------------------------------------------------------------

Hewlett-Packard Website 
>> http://www.hp.com

You are receiving this e-Mail because the e-mail address 
`eMail` was registered at www.hp.com to receive relevant 
communications.

If you're having trouble viewing this e-mail, please
click below:
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
To unsubscribe, click on this link or copy and paste it 
into your web browser:
>> http://hprole.p0.com/unsubscribe.jsp

Alternatively, you can reply to this mail with "UNSUBSCRIBE" 
in the subject line.
<!--POST } POST-->
Click on or copy this link to change your subscription 
information
>> `loginUrl`

Privacy statement
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/privacy.html

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. The 
information contained herein is subject to change without 
notice.
<!--POST 
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	} else if (country == "CA") { 
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	POST-->Display graphics version
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------

THANK YOU FOR REGISTERING YOUR PRODUCT

Congratulations `firstName`!
You've successfully completed registration.

Now that you've registered with HP, you'll receive the 
following:
- Access support and services, and get the most out of 
  your HP products
- Sign up for free driver notices
- Free HP Canada newsletters that feature support tips 
  & tricks and creative ideas for your HP and Compaq 
  products.
- The latest support tips, solutions, promotions and 
  special offers that fit your business needs.

Manage your account, click below and log in under "I am a return 
user."
>> `loginUrl`

--------------------------------------------------------
YOUR REGISTRATION DETAILS
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->E-mail: `eMail`
<!--POST } POST--><!--POST if ((productName != null) && (productName != "") && (productName != " ")){ POST-->Product name: `productName`
<!--POST } POST--><!--POST if ((purchaseDate != null) && (purchaseDate != "") && (purchaseDate != " ")){ POST-->Purchase date: `purchaseDate`
<!--POST } POST--><!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")){ POST-->Purchase location: `purchaseLocation`
<!--POST } POST--><!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")){ POST-->Registration date: `registrationDate`
<!--POST } POST-->
--------------------------------------------------------
GET MORE
--------------------------------------------------------

Get Support and Troubleshooting
Let HP's award winning Support & Services show you the way. Take 
advantage of our exceptional services to keep all of your products 
up and running.

- Award-recognized support website
- 1-hour Email support response, 24x7
- Live online chat, 24 x 7

>> http://welcome.hp.com/country/ca/en/support.html

Check out our special offers for the latest deals on HP products, 
accessories and services.
>> http://www.hp.ca/promotions/bizpromos.php

Free online classes
Available 24 x 7 to meet your busy schedule.  Classes such as 
PC Troubleshooting, project management, web skills, best 
practices and more.  
>> http://h30187.www3.hp.com/?mcID=hpsbso1

--------------------------------------------------------
TRY THESE ITEMS WITH YOUR NEW PRODUCT
--------------------------------------------------------
<!--POST if (psgDt) { POST-->
Extended Service Plan
>> http://h71036.www7.hp.com/hho/cache/386539-0-0-39-121.html

Desktop Accessories
>> http://www.hp.ca/products/landing/consumer-accessories/desktops/?jumpid=reg_R1002_CAEN

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (psgNb) { POST-->
Extended Service Plan
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Notebook Accessories
>> http://www.hp.ca/products/landing/consumer-accessories/?jumpid=reg_R1002_CAEN

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (psgHand) { POST-->
Extended Service Plan
>> http://www.hp.ca/products/landing/ipaq/

Accessories
>> http://h10010.www1.hp.com/wwpc/ca/en/sm/WF12a/12139188-12139190-12139190.html

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (psgTvCd) { POST-->
Extended Service Plan
>> http://h71036.www7.hp.com/hho/cache/310113-0-0-39-121.html

Accessories
>> http://shopping.hp.ca/cStoreCA/OptionMenu.asp?SuperCategoryId=19&BEId=5&Lang=EN

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (otherPSG) { POST-->
Extended Service Plan
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (ipgCode) { POST-->
Extended Service Plan
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Supplies: Ink, Toner, and Paper
>> http://www.hp.ca/catalog/supplies/?LANGUAGE=en&jumpid=hpr_R1002_CAEN

Accessories
>> http://www.hp.ca/catalog/supplies/?LANGUAGE=en&jumpid=hpr_R1002_CAEN

Find a Retailer
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (psgCom) { POST-->
Extended Service Plans
>> http://h20219.www2.hp.com/services/cache/11189-0-0-225-121.html

Computing Accessories
>> http://h10010.www1.hp.com/wwpc/ca/en/sm/WF12a/12139188-12139280-12139280.html

Software Solutions
>> http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-002&h_lang=en&h_cc=ca&h_product=18964&h_page=hpcom&cc=ca&lang=en&h_client=S-A-R311-1

Find a Reseller 
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } else if (ipgCom) { POST-->
Extended Service Plans
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

Supplies and Accessories 
>> http://www.hp.ca/catalog/supplies/?LANGUAGE=en&jumpid=hpr_R1002_CAEN

Find a Reseller 
>> http://welcome.hp.com/country/ca/en/howtobuy.html
<!--POST } POST-->
-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Your Information
>> `loginUrl`

-----------------------------------------------------------------

Hewlett-Packard Website 
>> http://www.hp.ca

You are receiving this e-Mail because the e-mail address 
`eMail` was registered at www.hp.com to receive relevant 
communications.

If you're having trouble viewing this e-mail, please
click below:
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
To unsubscribe, click on this link or copy and paste it 
into your web browser:
>> http://hprole.p0.com/unsubscribe.jsp

Alternatively, you can reply to this mail with "UNSUBSCRIBE" 
in the subject line.
<!--POST } POST-->
Click on or copy this link to change your subscription 
information
>> https://`base_url`/americas/flowPage/login/index.do?cc=CA&lang=en

Privacy statement
>> http://welcome.hp.com/country/ca/en/privacy.html

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. The 
information contained herein is subject to change without 
notice.
<!--POST
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 } else { 
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 POST-->Display graphics version
>> @HTML_PREVIEW_LINK

HP Invent
--------------------------------------------------------
<!--POST if (productLine == "2B" || productLine == "2Q" || productLine == "8A" || productLine == "LY" || productLine == "MA" || productLine == "SB" || productLine == "T2" || productLine == "AK" || productLine == "PQ" || productLine == "2B" || productLine == "2Q" || productLine == "8A" || productLine == "T8" || productLine == "MC"|| productLine == "C5" || productLine == "4X"){ 
var aoid="XXXXX";
if (productName == null){
	productName = "HP Printer";
}
POST-->THANK YOU
for registering

CONGRATULATIONS
`firstName`
You're gonna love your new
`productName`

-------------------------------
<!--POST if (productLine == "8A" || productLine == "PQ" || productLine == "AK" || productLine == "LY" || productLine == "2B" || productLine == "T2" || productLine == "C5" || productLine == "T8" || productLine == "MC"|| productLine == "C5" || productLine == "4X"  ){ POST-->
<!--POST
/* 
Webprod Comment Out 08/31/31
OUR WELCOME GIFT TO YOU:
$20 OFF ADOBE(R) PHOTOSHOP(R) ELEMENTS 9

Easily Organize, Edit, and Print your photos.
Try it FREE for 30 days!
http://www.adobe.com/special/photoshopelwin/hp/?sdid=DYNXY
*/ 

POST-->
<!--POST } else { POST-->
Print U.S. postage from your PC and printer.
$120 Bonus Offer
- $65 in postage
- $50 digital scale
- 4-week no-risk trial

stamps.com
>>http://www.stamps.com/partner/hp/?source=si10082914

<!--POST } POST-->
-------------------------------

FREE CLASSES
Enroll in free online classes at the HP Learning Center and
fine-tune your technological skills.
>>http://h30187.www3.hp.com/?tab=atWork

---------------

PROTECT
Avoid down-time! Learn how to protect your printer with
HP Care Pack Services
>>http://www.hp.com/sbso/services/

---------------

GET SUPPORT
Get help and quick answers to any questions about your new HP
printer.
>>http://www.hp.com/sbso/bussupport.html

-------------------------------

YOUR NEW BUSINESS IMAGE
STARTING AT $79
A professional business image makes the difference. Marketing
materials by Logoworks - logos, stationery, websites & more.
>>http://www.logoworks.com/HP75/?source=EML|S5|WL|27&lpn=TYEAug09+Landing

-------------------------------

GET CONNECTED
Get eNewsletters, eAlerts & More!
>>https://h30046.www3.hp.com/subchoice/subhub.aspx

-------------------------------
<!--POST if (productLine == "8A" || productLine == "PQ" || productLine == "AK" || productLine == "LY" || productLine == "2B" || productLine == "T2" || productLine == "C5" || productLine == "T8" || productLine == "MC"|| productLine == "C5" || productLine == "4X" ){ POST-->
HP SMART DEALS
FREE PRINTABLE & ONLINE COUPONS

Get back to savings with HP Smart Deals! Print and use the
coupons you want, when you need them. 

http://h71036.www7.hp.com/hho/cache/567769-0-0-225-121.html?jumpid=ex_r602_go/smartdeals/prodregwelcome/coupons
<!--POST } else { POST-->
FREE
QUICKBOOKS(R) SIMPLE START
The simplest way to track sales and expenses: Pay bills, invoice
customers, create reports, and more.
>>http://www.quickbooksdirect.com/hpfreeoffer11
<!--POST } POST-->
---------------------------------------------------------------

Privacy Policy
>>http://www.hp.com/country/us/en/privacy.html

Your Information
>>`loginUrl`

Register your Extended Service Plan
>>http://www.hp.com/go/hpcarepack/register

-------------------------------

Laptops
>>http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=computer_store&landing=notebooks&aoid=`aoid`

Desktops
>>http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=computer_store&landing=desktops&aoid=`aoid`

Printers
>>http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=landing&landing=printer&aoid=`aoid`

Ink & Toner
>>http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=printer_supp_acc&aoid=`aoid`

Outlet
>>http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=landing&landing=outlet_store&aoid=`aoid`

Projects
>>http://www.hp.com/hho/hp_create/?jumpid=em_r11400_us/en/hho/IPG/ipg20_cpt_em_hpn_1785

Free Classes
>>http://h30187.www3.hp.com/?tab=atHome&mcid=hho

Support   
>>http://welcome.hp.com/country/us/en/support.html?pageDisplay=support

-------------------------------

Hewlett-Packard Website
http://www.hp.com

You are receiving this e-Mail because the e-mail address
`eMail` was registered at www.hp.com to receive relevant
communications.

If you're having trouble viewing this e-mail, please click here
http://p.p0.com/YesConnect/HtmlMessagePreview?a=Eh85x-t3XRVZeH5Sz0o08

Click on or copy this link to change your subscription
information
https://register.hp.com/americas/flowPage/login/index.do?cc=US&lang=en

HP is committed to respecting your privacy. For more
information, visit our privacy policy or contact us at
HP Privacy Mailbox, 11445 Compaq Center Drive W., MS 040307, Houston, TX 77070.
<!--POST } else if (productLine == "AN" || productLine == "TA" || productLine == "UV" || productLine == "21" || productLine == "2C" || productLine == "BO" || productLine == "7F" || productLine == "5X" || productLine == "UT" || productLine == "52" || productLine == "US - RPOS" || productLine == "TB" || productLine == "9F" || productLine == "MP" || productLine == "9H" || productLine == "6J" || productLine == "KV"){ POST-->

<!--POST

// BACKGROUND COLOR FOR BODY OF MESSAGE
var bodyBG = "#d9dadb";

// BACKGROUND COLOR FOR LINKS BLOCK IN FOOTER
var linksBG = "#0a1620";

// LINK TEXT COLOR FOR LINKS BLOCK IN FOOTER
var linksFont = "#FFFFFF";

var aoid="XXXXX";

if ((productName == null) && (productLine == "AN" || productLine == "KV")){
	productName = "HP Commercial Notebook";
} else if ((productName == null) && (productLine == "TA")){
	productName = "HP Mobile Workstation";
} else if ((productName == null) && (productLine == "UV")){
	productName = "HP Mobile Thin Client";
} else if ((productName == null) && (productLine == "21")){
	productName = "HP Handheld PC";
} else if ((productName == null) && (productLine == "2C" || productLine == "6J")){
	productName = "HP Thin Client";
} else if ((productName == null) && (productLine == "BO")){
	productName = "HP Commercial Display/Monitor";
} else if ((productName == null) && (productLine == "7F")){
	productName = "HP Commercial Desktop";
} else if ((productName == null) && (productLine == "5X")){
	productName = "HP Workstation";
} else if ((productName == null) && (productLine == "UT")){
	productName = "HP PC Blade";
} else if ((productName == null) && (productLine == "US - RPOS")){
	productName = "HP Point of Sale";
} else if ((productName == null) && (productLine == "52")){
	productName = "HP Calculator";
} else if ((productName == null) && (productLine == "MP")){
	productName = "Commercial Notebook Accessories";
} else if ((productName == null) && (productLine == "TB")){
	productName = "Workstation Monitors";
} else if ((productName == null) && (productLine == "9F")){
	productName = "Commercial Desktop Accessories"
} else if ((productName == null) && (productLine == "9H")){
	productName = "Workstations Branded Options";
}

var sysDate = new Date();

function formatDateObj (dateObj) {
   var y = dateObj.getFullYear().toString().substring(2,4);
   var m = dateObj.getMonth();    /* January equals zero */
   m++; // Add 1 so that January equals 1, February equals 2 etc.
   if (m < 10)
	 m = "0" + m;

   var d = dateObj.getDate();
   if (d < 10)
	 d = "0" + d;
   var formattedDate = m + "" + d + "" + y;

   return formattedDate;
}


var sysDate1 = formatDateObj(sysDate);
//document.write("SysDate1: " + sysDate1 + "<BR>");
POST-->THANK YOU
for registering

CONGRATULATIONS `firstName`
You're gonna love
your new
`productName`
<!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")) { POST-->Purchase location: `purchaseLocation`<!--POST } POST-->
<!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")) { POST-->Registration date: `registrationDate`<!--POST } POST-->

SHOP FOR ACCESSORIES
Buy direct & save - HP Small & Medium Business
<!--POST if (productLine == "AN" || productLine == "TA" || productLine == "UV" || productLine == "KV"){ POST-->>>http://h71016.www7.hp.com/dstore/html/email_nb/index.asp?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000006_PSG-OPT-IN-NB-ACC

CARRYING CASES
>>http://h30094.www3.hp.com/Accessories/Laptop-options/Carrying-cases/store10/search56/dept241?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000007_PSG-OPT-IN-NB-ACC-BAGS

BATTERIES
>>http://h30094.www3.hp.com/searchresults.asp?store_id=10&search_id=56&dept_id=240&price_min=-1&price_max=2147483647&rank_on=sasssearch&rank_dir=asc&search=showcase&pagemode=ca&advanced_search=1&resetSearch=1&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000008_PSG-OPT-IN-NB-ACC-BATT

MEMORY
>>http://h30094.www3.hp.com/filterby.asp?type=3&catid=63&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000009_PSG-OPT-IN-NB-ACC-MEM

SOFTWARE
>>http://h30094.www3.hp.com/spdefault.asp?store_id=11&search=showcase&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000010_PSG-OPT-IN-NB-ACC-SOFTWARE

CARE PACKS
>>http://h30094.www3.hp.com/filterby.asp?type=2&catid=63&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000011_PSG-OPT-IN-NB-ACC-CAREPACK<!--POST } else if (productLine == "2C" || productLine == "7F" || productLine == "UT" || productLine == "6J"){ POST-->>>http://h71016.www7.hp.com/dstore/html/email_dt/index.asp?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000012_PSG-OPT-IN-DT-ACC

MONITORS
>>http://h30094.www3.hp.com/Monitors-&-TVs/store1?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000013_PSG-OPT-IN-DT-ACC-MONITORS

SECURITY LOCKS
>>http://h30094.www3.hp.com/Accessories/Desktop-options/Desktop-security/store10/search57/dept251?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000014_PSG-OPT-IN-DT-ACC-LOCKS

MEMORY
>>http://h30094.www3.hp.com/filterby.asp?type=3&catid=57&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000015_PSG-OPT-IN-DT-ACC-MEMORY

SOFTWARE
>>http://h30094.www3.hp.com/spdefault.asp?store_id=11&search=showcase&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000016_PSG-OPT-IN-DT-ACC-SOFTWARE

CARE PACKS
>>http://h30094.www3.hp.com/filterby.asp?type=2&catid=57 &jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000017_PSG-OPT-IN-DT-ACC-CAREPACKS<!--POST } else if (productLine == "5X" || productLine == "US-RPOS"){ POST-->>>http://h71016.www7.hp.com/dstore/html/email_ws/index.asp?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000018_PSG-OPT-IN-WORKSTATION-ACC

KEYBOARDS
>>http://h30094.www3.hp.com/Input-devices/Keyboards/store16/search36?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000019_PSG-OPT-IN-WORKSTATION-ACC-KEYBOARD

SECURITY LOCKS
>>http://h30094.www3.hp.com/Accessories/Desktop-options/Desktop-security/store10/search57/dept251?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000020_PSG-OPT-IN-WORKSTATION-ACC-LOCKS

MEMORY
>>http://h30094.www3.hp.com/filterby.asp?type=3&catid=69&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000021_PSG-OPT-IN-WORKSTATION-ACC-MEMORY

GRAPHICS CARDS
>>http://h30094.www3.hp.com/Audio-&-Video/Graphics-cards/store12/search5?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000022_PSG-OPT-IN-WORKSTATION-ACC-CARDS

CARE PACKS
>>http://h30094.www3.hp.com/filterby.asp?type=2&catid=69&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000023_PSG-OPT-IN-WORKSTATION-ACC-CAREPACKS<!--POST } else { POST-->>>http://h71016.www7.hp.com/dstore/html/email_accessories/index.asp?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000024_PSG-OPT-IN-MONITOR-ACC

MONITORS
>>http://h30094.www3.hp.com/Monitors-&-TVs/store1?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000025_PSG-OPT-IN-MONITOR-ACC-MONITORS

SECURITY LOCKS
>>http://h30094.www3.hp.com/Accessories/Desktop-options/Desktop-security/store10/search57/dept251?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000026_PSG-OPT-IN-MONITOR-ACC-LOCKS

MEMORY
>>http://h30094.www3.hp.com/filterby.asp?type=3&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000027_PSG-OPT-IN-MONITOR-ACC-MEMORY

MICE
>>http://h30094.www3.hp.com/Input-devices/Mice-&-Trackballs/store16/search35?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000028_PSG-OPT-IN-MONITOR-ACC-MICE

CARE PACKS
>>http://h30094.www3.hp.com/filterby.asp?type=2&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000029_PSG-OPT-IN-MONITOR-ACC-CAREPACKS<!--POST } POST-->

--------------------------------------------------------------

RATE & REVIEW YOUR HP PRODUCTS NOW
>>http://www.hp.com/sbso/assist/ratings-reviews.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000030_PSG-OPT-IN-RATINGS

--------------------------------------------------------------

HOT DEALS

Find today's top deals on computers, printers and other special
offers.
>>http://www.hp.com/sbso/special/index.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000031_PSG-OPT-IN-HOTDEALS

-------------------------------

HP ACCESS CARD

Over $1,000 in software and services offer and up to $2,000 in
rebates for your business.
>>http://www.hp.com/sbso/services/access/index.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000032_PSG-OPT-IN-HPACCESS

-------------------------------

GET SUPPORT

Get help and quick answers to any questions about your newHP PC.
>>http://welcome.hp.com/country/us/en/support.html?pageDisplay=support&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000033_PSG-OPT-IN-SUPPORT

---------------------------------------------------------------

FREE 60 day trial

HP VIRTUAL ROOMS

TAKE A BYTE OUT OF TRAVEL

Meet face-to-face live from your PC!
- Share your desktop, present, or collaborate
- Store files right in your personal meeting room
- Easy to set-up. Easy to use.
- As low as $12.95/mo

>>http://www.rooms.hp.com

---------------------------------------------------------------

Award-winning HP Total Care
>>http://www.hp.com/sbso/services/?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000035_PSG-OPT-IN-TOTALCARE

Warranty Support
>>http://h20219.www2.hp.com/services/cache/10950-0-0-225-121.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000036_PSG-OPT-IN-WARRANTYSUPPORT

Software & Driver Downloads
>>http://www.hp.com/sbso/services/?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000035_PSG-OPT-IN-TOTALCARE

Chat Support for HP Products
>>http://welcome.hp.com/country/us/en/contact/chat_1.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000038_PSG-OPT-IN-SUPPORT-CHAT

Email Support in as fast as 1 hour
>>http://welcome.hp.com/country/us/en/contact/email_1.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000039_PSG-OPT-IN-SUPPORT-EMAIL

Other ways to buy:

Call: 1-866-625-0760
Click: http://www.hp.com/go/smb?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000040_PSG-OPT-IN-BUY-CLICK

Chat with an online sales expert before you buy
>>http://www.hp.com/sbso/assist/chat.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000041_PSG-OPT-IN-BUY-CHAT

Find an Authorized Reseller
>>http://h20465.www2.hp.com/GPL/search.aspx?language_code=en&country_code=us&SearchType=SMB&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000042_PSG-OPT-IN-BUY-RESELLER

Refurbished Products
>>http://h71016.www7.hp.com/html/hpremarketing/daily.asp?jumpid=re_R295_store/buspurchase-refurbished/computing/price-list&em_YM_PR_US_`sysDate1`_PSG-`productLine`_000043_PSG-OPT-IN-BUY-REFURB

Subscribe to SMB Catalog
>>http://www.hp.com/sbso/special/catalog/request.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000044_PSG-OPT-IN-SMB-CATALOG

---------------------------------------------------------------

Privacy Policy
>>http://www.hp.com/country/us/en/privacy.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000050_PSG-OPT-IN-PRIVACY

Your Information
>>https://test1-role.austin.hp.com/americas/flowPage/login/index.do?cc=US&lang=en&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000051_PSG-OPT-IN-CUST-INFO

Register your Extended Service Plan
>>http://h71036.www7.hp.com/hho/cache/561387-0-0-225-121.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000052_PSG-OPT-IN-REG-SVC-PLAN

---------------------------------------------------------------

Hewlett-Packard Website
http://www.hp.com?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000053_PSG-OPT-IN-HP-COM

You are receiving this e-Mail because the e-mail address
`eMail` was registered at www.hp.com to receive relevant
communications.

If you're having trouble viewing this e-mail, please click here
@HTML_PREVIEW_LINK

Click on or copy this link to change your subscription
information
https://register.hp.com/americas/flowPage/login/index.do?cc=US&lang=en

HP is committed to respecting your privacy. For more
information, visit our privacy policy
http://www.hp.com/country/us/en/privacy.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000050_PSG-OPT-IN-PRIVACY
or contact us at
HP Privacy Mailbox, 11445 Compaq Center Drive W., MS 040307, Houston, TX 77070.<!--POST } else { POST-->
THANK YOU FOR REGISTERING YOUR PRODUCT

Congratulations `firstName`!
You've successfully completed registration.
<!--POST if (displayOffer && OfferID == "4006003") { POST-->                         
-----------------------------------------------------------------
Google
-----------------------------------------------------------------
Find new customers searching on Google for what your business 
offers with Google AdWords. 

Steps to redeem your free $100 Google AdWords gift*:

  1. Your unique coupon code is: `OfferCode`
  2. Right click and copy your coupon code
  3. Click here to set up your Google AdWords account and get 
     started (It's easy)
     http://www.google.com/ads/hpipgreg
<!--POST } else if (displayOffer && OfferID == "4006001") { POST-->
-----------------------------------------------------------------
Your Reward for Registering To activate your PC game from 
Wildtangent.com
-----------------------------------------------------------------
 
  1. Go to "My HP Games" on the desktop or in the Start Menu
  2. Search for the PC Game "Penguins"*
  3. Launch the Free Trial; Install the Game and Click Play.
  4. On the next screen click the small Unlock link instead of 
     big Play button.
  5. Enter the following unlock code: `OfferCode`
  6. Click Unlock Game.
  7. Enjoy!
<!--POST } POST-->
Now that you've registered with HP, you'll receive the 
following:
- Access support and services, and get the most out of 
  your HP products
- Sign up for free driver notices
- Free personalized newsletters that feature customized 
  tips & tricks for your HP and Compaq  products.
- The latest support tips, solutions, promotions and 
  special offers that fit your business needs.

Manage your account, click below and log in under "I am a return 
user."
>> `loginUrl`
<!--POST if (displayOffer && OfferID == "4006003") { POST-->
Your reward for registering:

Opportunity to try Google AdWords(TM) and acquire new 
customers with $100 worth of free advertising* (See 
details on how to redeem)

*Promotion valid for new Google AdWords customers 
in U.S. only. See promotion URL for full terms and 
conditions. 
<!--POST } POST-->
--------------------------------------------------------
YOUR REGISTRATION DETAILS
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->E-mail: `eMail`
<!--POST } POST--><!--POST if ((productName != null) && (productName != "") && (productName != " ")){ POST-->Product name: `productName`
<!--POST } POST--><!--POST if ((purchaseDate != null) && (purchaseDate != "") && (purchaseDate != " ")){ POST-->Purchase date: `purchaseDate`
<!--POST } POST--><!--POST if ((purchaseLocation != null) && (purchaseLocation != "") && (purchaseLocation != " ")){ POST-->Purchase location: `purchaseLocation`
<!--POST } POST--><!--POST if ((registrationDate != null) && (registrationDate != "") && (registrationDate != " ")){ POST-->Registration date: `registrationDate`
<!--POST } POST-->
--------------------------------------------------------
GET MORE
--------------------------------------------------------

Get Support and Troubleshooting
Let HP's award winning Support & Services show you the way. Take 
advantage of our exceptional services to keep all of your products 
up and running.

- Award-recognized support website
- 1-hour Email support response, 24x7
- Live online chat, 24 x 7

>> http://www.hp.com/sbso/bussupport.html?pageDisplay=support

Check out our special offers for the latest deals on HP products, 
accessories and services.
>> http://www.hp.com/sbso/special/index.html

Free online classes
Available 24 x 7 to meet your busy schedule.  Classes such as 
PC Troubleshooting, project management, web skills, best 
practices and more.  
>> http://h30187.www3.hp.com/?mcID=prodreg%20thanks

--------------------------------------------------------
TRY THESE ITEMS WITH YOUR NEW PRODUCT
--------------------------------------------------------
<!--POST if (psgDt) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&subcat1=desktop&aoid=34350

Desktop Accessories
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=accessories&landing=desktop&aoid=34351
<!--POST } else if (psgNb) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&subcat1=notebook&aoid=34350

Notebook Accessories
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=accessories&landing=notebook&aoid=34352
<!--POST } else if (psgHand) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&subcat1=handheld&aoid=34350

Accessories
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=accessories&landing=computer&category=ipaq_accessories&aoid=39235
<!--POST } else if (psgTvCd) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&subcat1=entertainment&aoid=34350

Accessories
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=accessories&landing=entertainment&aoid=39236
<!--POST } else if (otherPSG) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&aoid=34350
<!--POST } else if (ipgCode) { POST-->
Extended Service Plan
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=storefronts&category=esps&subcat1=printer&aoid=34439

Supplies: Ink, Toner, and Paper
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=printer_supp_acc&aoid=34353

Accessories
>> http://www.shopping.hp.com/webapp/shopping/store_access.do?template_type=accessories&landing=printer&aoid=34354

Find a Retailer
>> http://hp.via.infonow.net/usconsumer/jsp/
<!--POST } else if (psgCom) { POST-->
Extended Service Plans
>> http://h20219.www2.hp.com/services/cache/79988-0-0-225-121.aspx

Computing Accessories
>> http://h71016.www7.hp.com/sp_main.asp?hp_url=cadefault.asp%3F%2526jumpid%3Din_r3924/ROLE/cadefault/cote

Software Solutions
>> http://h71016.www7.hp.com/sp_main.asp?hp_url=spdefault.asp%3Fstore_id%3D11%26search%3Dshowcase%26pagemode%3Dca%26jumpid%3Din_r3924_ROLE/sw_solutions/cote

Find a Reseller 
>> http://welcome.hp.com/country/us/en/buy/resellers.html
<!--POST } else if (ipgCom) { POST-->
Extended Service Plans
>> http://h20219.www2.hp.com/services/cache/79988-0-0-225-121.aspx

Supplies and Accessories 
>> http://h71016.www7.hp.com/sp_main.asp?hp_url=filterby.asp%3Ftype%3D1%26pagemode%3Dca%26jumpid%3Din_r3924_ROLE/printing_suppliest/cote

Find a Reseller 
>> http://welcome.hp.com/country/us/en/buy/resellers.html
<!--POST } else { POST-->
Find a Reseller 
>> http://welcome.hp.com/country/us/en/buy/resellers.html
<!--POST } POST-->
-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Your Information
>> `loginUrl`

-----------------------------------------------------------------

Hewlett-Packard Website 
>> http://www.hp.com
<!--POST if (displayOffer && OfferID == "4006001") { POST-->  
* If you have already purchased "Penguins" please go to for 
access to a different game.
>> http://support.wildgames.com
<!--POST } POST--> 
You are receiving this e-Mail because the e-mail address 
`eMail` was registered at www.hp.com to receive relevant 
communications.

If you're having trouble viewing this e-mail, please
click below:
>> @HTML_PREVIEW_LINK
<!--POST if (marketingFlag == "Y") { POST-->
To unsubscribe, click on this link or copy and paste it 
into your web browser:
>> http://hprole.p0.com/unsubscribe.jsp

Alternatively, you can reply to this mail with "UNSUBSCRIBE" 
in the subject line.
<!--POST } POST-->
Click on or copy this link to change your subscription 
information
>> `loginUrl`
<!--POST if (displayOffer && OfferID == "4006003") { POST-->
Google and AdWords are trademarks of Google, Inc and are 
registered in the US and other countries.
<!--POST } POST-->
Privacy statement
>> http://welcome.hp.com/country/us/eng/privacy_intent.html
<!--POST } POST-->
(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. The 
information contained herein is subject to change without 
notice.
<!--POST
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  } 
	  // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  POST-->
	 
<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->