<!--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;
}
var loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=US&lang=en&eData=" + encrypted_token;
switch (country) {
  case "AR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=AR&lang=es&eData=" + encrypted_token;
  break;
  case "AW":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=AW&lang=en&eData=" + encrypted_token;
  break;
  case "BB":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BB&lang=en&eData=" + encrypted_token;
  break;
  case "BO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BO&lang=es&eData=" + encrypted_token;
  break;
  case "BR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BR&lang=pt&eData=" + encrypted_token;
  break;
  case "BS":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=BS&lang=en&eData=" + encrypted_token;
  break;
  case "CA":
    switch (language) {
      case "fr":
        loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CA&lang=fr&eData=" + encrypted_token;
      break;
      default:
        loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CA&lang=en&eData=" + encrypted_token;
      break;
    }
  break;
  case "CL":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CL&lang=es&eData=" + encrypted_token;
  break;
  case "CO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CO&lang=es&eData=" + encrypted_token;
  break;
  case "CR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=CR&lang=es&eData=" + encrypted_token;
  break;
  case "DO":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=DO&lang=es&eData=" + encrypted_token;
  break;
  case "EC":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=EC&lang=es&eData=" + encrypted_token;
  break;
  case "GD":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=GD&lang=en&eData=" + encrypted_token;
  break;
  case "GT":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=GT&lang=es&eData=" + encrypted_token;
  break;
  case "HN":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=HN&lang=es&eData=" + encrypted_token;
  break;
  case "JM":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=JM&lang=es&eData=" + encrypted_token;
  break;
  case "MX":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=MX&lang=es&eData=" + encrypted_token;
  break;
  case "NI":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=NI&lang=es&eData=" + encrypted_token;
  break;
  case "PA":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PA&lang=es&eData=" + encrypted_token;
  break;
  case "PE":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PE&lang=es&eData=" + encrypted_token;
  break;
  case "PR":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PR&lang=es&eData=" + encrypted_token;
  break;
  case "PY":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=PY&lang=es&eData=" + encrypted_token;
  break;
  case "SV":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=SV&lang=es&eData=" + encrypted_token;
  break;
  case "TT":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=TT&lang=en&eData=" + encrypted_token;
  break;
  case "US":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=US&lang=en&eData=" + encrypted_token;
  break;
  case "UY":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=UY&lang=es&eData=" + encrypted_token;
  break;
  case "VE":
    loginUrl = "https://" + base_url + "/americas/flowPage/login/index.do?cc=VE&lang=es&eData=" + encrypted_token;
  break;
}
/**************************************************************
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 (firstName == null || firstName == "" || firstName == " ") {
    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) {

   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";
   servicesURL = "http://h30095.www3.hp.com/ac/pyme/servicios/serv_care_pack.html";
   techSolutionsURL = "http://h30095.www3.hp.com/ac/pyme/soluciones/index.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") {
	  
	   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";
	   servicesURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30107.www3.hp.com/pyme/soluciones/";
	   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") {

	   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";
	   servicesURL = "http://h30095.www3.hp.com/bo/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30115.www3.hp.com/pyme/soluciones/index.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") {

	   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";
	   servicesURL = "http://h30114.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30114.www3.hp.com/pyme/soluciones/index.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") {

	   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";
	   servicesURL = "http://h30113.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30113.www3.hp.com/pyme/soluciones/index.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") {
	
	   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";
	   servicesURL = "http://h30095.www3.hp.com/ec/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30095.www3.hp.com/ec/pyme/soluciones/index.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") {
	
	   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";
	   servicesURL = "http://h30070.www3.hp.com/pyme/servicios/servi_garan.html";
	   techSolutionsURL = "http://h30070.www3.hp.com/pyme/soluciones/index.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") {

	   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";
	   servicesURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30107.www3.hp.com/pyme/soluciones/";
	   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") {

	   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";
	   servicesURL = "http://h30115.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30115.www3.hp.com/pyme/soluciones/index.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") {

	   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";
	   servicesURL = "http://h30095.www3.hp.com/pr/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30095.www3.hp.com/pr/pyme/soluciones/index.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") {

	   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";
	   servicesURL = "http://h30107.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30107.www3.hp.com/pyme/soluciones/";
	   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") {

	   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";
	   servicesURL = "http://h30116.www3.hp.com/pyme/servicios/serv_care_pack.html";
	   techSolutionsURL = "http://h30116.www3.hp.com/pyme/soluciones/index.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

Te agradecemos por haber registrado tu producto a trav?s de 
Internet as? como por el tiempo que has empleado para 
brindarnos la informaci?n de tu perfil. Tu perfil personal 
es la forma m?s f?cil de obtener acceso r?pido y conveniente 
a la informaci?n de HP.

--------------------------------------------------------
TUS DETALLES DE REGISTRO
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Nombre: `firstName` `lastName`
<!--POST } POST--><!--POST if ((eMail != null) && (eMail != "") && (eMail != " ")){ POST-->Correo electr?nico: `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-->
Puedes ver o editar la informaci?n de tu perfil en cualquier 
momento en nuestro sitio web. Y puedes estar seguro de que tu 
informaci?n de perfil nunca ser? compartida con otros, a menos 
que lo autorices (declaraci?n de privacidad).
>> `privacyURL`

Para obtener acceso a tu perfil por Internet, se te solicitar? 
que ingreses tu identificaci?n de usuario y la contrase?a que has 
creado. Para tu comodidad, te brindamos el enlace de acceso a tu 
perfil. Adem?s, te invitamos a visitar algunos otros sitios web 
que pensamos ser?n de tu inter?s. 

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

Tu perfil
Administra tu perfil y tus preferencias.
- Cambia tu contrase?a
- Actualiza tu informaci?n de contacto
- Verifica los productos registrados	
>> `loginUrl`

Soporte y soluci?n de problemas
Deja que el reconocido grupo de Soporte y Servicios HP te muestre 
c?mo. Aprovecha las ventajas de nuestros servicios excepcionales 
para mantener todos tus productos funcionando correctamente.
- Galardonado Sitio web de soporte
- Respuesta de soporte por e-mail 
- Chat en l?nea
>> `getSupportURL`
 
Pon las soluciones tecnol?gicas a trabajar
Explora gu?as de Tecnolog?as de la Informaci?n, accede a 
capacitaciones en l?nea gratuitas, encuentra los ?ltimos art?culos 
tecnol?gicos y promociones especiales.  
>> `techSolutionsURL`

--------------------------------------------------------
GRACIAS
--------------------------------------------------------

Soporte y soluci?n de problemas
>> `getSupportURL`

Servi?os
>> `servicesURL`

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

-----------------------------------------------------------------
Site Web de Hewlett-Packard 
>> `hplarWebsite`

Est?s recibiendo este correo porque esta direcci?n 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 c?piala y p?gala en el navegador:
>> http://hprole.p0.com/unsubscribe.jsp

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

Pol?tica de Privacidad 
>> `privacyURL`

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

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

AGRADECEMOS POR REGISTRAR O SEU PRODUTO

Agradecemos por efetuar o registro on-line do seu produto e por 
dispor de seu tempo para nos fornecer as informa??es do seu 
perfil. Seu perfil pessoal ? a maneira mais simples de 
garantir acesso as informa??es sobre a HP.
--------------------------------------------------------
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-->
Voc? pode consultar ou alterar as informa??es do seu perfil a 
qualquer momento atrav?s do nosso site na web. E fique seguro 
de que as informa??es sobre o seu perfil jamais ser?o 
compartilhadas com terceiros, a n?o ser que voc? nos d? 
permiss?o (declara??o de privacidade).
>> http://welcome.hp.com/country/br/pt/privacy.html

Para acessar seu perfil on-line, voc? ser? solicitado a efetuar 
o login com sua identifica??o de usu?rio e sua senha. Para sua 
conveni?ncia, estamos fornecendo o link de acesso ao seu perfil. 
Al?m disso, convidamos voc? a visitar alguns outros sites, os 
quais acreditamos que poder?o ser do seu interesse. 

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

Seu perfil
Gerencie seu perfil e suas prefer?ncias
- Altere sua senha
- Atualize informa??es de contato
- Veja produtos registrados
>> `loginUrl`

Op??o de assinatura
Maximize os seus neg?cios. Novidades sobre drivers e atualiza??es
de software, boletins com informa??es ?teis, alertas de suporte na 
hora certa e muito mais, tudo por e-mail para voc?. Conhe?a, 
assine e aproveite os benef?cios.
>> `loginUrl`

Suporte e solu??o de problemas
Deixe o premiado Servi?os de Suporte da HP mostrar a voc? como ele 
funciona. Aproveite os nossos servi?os incr?veis 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
 
Fa?a as solu??es tecnol?gicas funcionarem
Conhe?as os guias de TI, acesse o treinamento on-line gratuito, 
localize os artigos mais recentes sobre tecnologia e promo??es 
especiais. 
>> http://h30091.www3.hp.com/pyme/solucoes/index.html

--------------------------------------------------------
AGRADECEMOS
--------------------------------------------------------
Op??o de assinatura
>> `loginUrl`

Suporte e solu??o de problemas
>> http://www.hp.com/sbso/bussupport.html?pageDisplay=support

Servi?os
>> http://h30091.www3.hp.com/pyme/servicios/serv_care_pack.html

-----------------------------------------------------------------
HP OPTIONS
-----------------------------------------------------------------
Suas informa??es
>> http://welcome.hp.com/country/br/pt/privacy.html

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

Voc? recebeu este e-mail porque o endere?o `eMail` foi 
registrado em www.hp.com/br para receber e-mails com 
informa??es importantes.

Caso n?o 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

Ou, responda este email colocando a palavra "UNSUBSCRIBE"
no campo Assunto.
<!--POST } POST-->
Clique ou copie este link para mudar sua assinatura
>> `loginUrl`

Pol?tica de Privacidade
>> http://welcome.hp.com/country/br/pt/privacy.html

(c)<insert><name>year</name></insert> Hewlett-Packard Development Company, L.P. A 
informa??o aqui contida pode ser alterada sem aviso pr?vio.
<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
// FRENCH
} else if (language == "fr") { 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->Afficher la version des ?l?ments graphiques
>> @HTML_PREVIEW_LINK

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

MERCI D'AVOIR ENREGISR? VOTRE PRODUIT

Nous vous remercions d'avoir enregistr? votre produit en ligne 
et d'avoir pris le temps de nous fournir les renseignements 
pour votre profil personnel.

--------------------------------------------------------
D?TAILS 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-->
Vous pouvez en tout temps consulter et modifier les renseignements 
de votre profil personnel sur notre site Internet. D'autre part, 
soyez assur? que vos renseignements personnels ne seront jamais 
divulgu?s sauf consentement expr?s de votre part. Politique de 
respect de la vie priv?e  :
http://welcome.hp.com/country/ca/fr/privacy.html

Pour acc?der ? votre profil en ligne, vous devrez ouvrir une 
session en entrant l'ID utilisateur et le mot de passe que vous 
avez cr??s. Nous vous avons fourni un lien pratique pour acc?der 
? votre profil. De plus, nous vous invitons ? visiter certains 
sites qui, nous le pensons, seraient susceptibles de vous 
int?resser.

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

Votre profil
G?rer votre profil et vos pr?f?rences.
* Modifier votre mot de passe
* Mettre ? jour vos coordonn?es
* Afficher les produits enregistr?s
`loginUrl`

--------------------------------------------------------
MERCI
--------------------------------------------------------
Obtenir des Servi?os de d?pannage et de soutien
>> http://welcome.hp.com/country/ca/fr/support.html 

-----------------------------------------------------------------
OPTIONS HP
-----------------------------------------------------------------
Vos renseignements
>> `loginUrl`

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

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

Vous avez re?u ce courriel car l'adresse de courrier 
?lectronique `eMail` a ?t? enregistr?e 
sur le site www.hp.com comme adresse de r?ception de 
toute communication pertinente.

Si vous ?rpouvez des difficult?s ? 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 r?pondre ? ce courriel en 
mentionnant ? ANNULER L'INSCRIPTION ? en objet.
<!--POST } POST-->
Cliquez sur ce lien ou copiez-le pour modifier vos 
donn?es d'inscription
>> `loginUrl`

HP est engag?e ? respecter votre vie priv?e. Pour 
plus d'information, consultez notre politique de 
confidentialit? sur le site :
>> http://welcome.hp.com/country/ca/fr/privacy.html
or contact us at HP Privacy Mailbox, 11445 Compaq Center Drive W., 
MS 040307, Houston, TX 77070.

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

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

THANK YOU FOR REGISTERING YOUR PRODUCT

We thank you for registering your product online and appreciate 
the time you spent to provide us with your profile information. 
Your personal profile is the easiest way to ensure fast, 
convenient access to HP information.

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

Name : `firstName` `lastName`
E-mail : `eMail`
<!--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-->

You may view or edit your profile information anytime on our web 
site. And rest assured, your profile information is never shared 
with others unless you've provided your consent to do so. Privacy
Statement:
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/privacy.html

To access your profile online, you'll be asked to sign-in with 
the user ID and password you created. For your convenience, we've 
provided the link to access your profile. In addition, we invite 
you to visit some other sites, which we think you may find of 
interest.

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

Your Profile
Manage your profile and preferences.
- Change your password
- Update contact information
- View registered products
>> `loginUrl`

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
 
Put Technology Solutions to Work
Explore IT guides, gain access to free online training, 
find the latest technology articles and special promotions.  
>> http://h30095.www3.hp.com/caribbean/pyme/soluciones/index.html

--------------------------------------------------------
THANK YOU
--------------------------------------------------------
Get Support and Troubleshooting
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/support.html?pageDisplay=support

Services
>> http://h30095.www3.hp.com/caribbean/pyme/servicios/index.html

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

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

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://h30189.www3.hp.com/one-click.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://h30046.www3.hp.com/subchoice/subhub.aspx?

Privacy statement: 
http://welcome.hp.com/country/us/eng/privacy_intent.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
	// CANADA
	} else if (country == "CA") { 
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	POST-->Display graphics version
>> @HTML_PREVIEW_LINK

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

THANK YOU FOR REGISTERING YOUR PRODUCT

We thank you for registering your product online and appreciate 
the time you spent to provide us with your profile information. 
Your personal profile is the easiest way to ensure fast, 
convenient access to HP information.

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

Name : `firstName` `lastName`
E-mail : `eMail`
<!--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-->

You may view or edit your profile information anytime on our web 
site. And rest assured, your profile information is never shared 
with others unless you've provided your consent to do so. Privacy
Statement:
>> http://welcome.hp.com/country/ca/en/privacy.html

To access your profile online, you'll be asked to sign-in with 
the user ID and password you created. For your convenience, we've 
provided the link to access your profile. In addition, we invite 
you to visit some other sites, which we think you may find of 
interest.

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

Your Profile
Manage your profile and preferences.
- Change your password
- Update contact information
- View registered products
>> `loginUrl`

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://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare
 
Put Technology Solutions to Work
Explore IT guides, gain access to free online training, 
find the latest technology articles and special promotions.  
>> http://www.hp.ca/portal/smb/solutions/

--------------------------------------------------------
THANK YOU
--------------------------------------------------------
Get Support and Troubleshooting
>> http://h71036.www7.hp.com/hho/cache/309717-0-0-39-121.html?jumpid=re_R11268_rightnav/hho_ca/totalcare

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

-----------------------------------------------------------------
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://h30189.www3.hp.com/one-click.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/us/eng/privacy_intent.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
	// DEFAULT US ENGLISH
	 } else { 
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 POST--><!--POST 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"){ 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")){
	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")){
	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-->Hi `firstName`,

Thanks for Registering.

Product Name: `productName`
Purchase Date: `purchaseDate`

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

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

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

GET CONNECTED

Receive support eAlerts related to products you own, free
on-line classes, hot deals, and more!
>>https://h41183.www4.hp.com/q_signup.php?country=US&language=US&sub=smb&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000050_PSG-OPT-OUT-CONNECTED

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

GET SUPPORT

Ask us - Real people who can help

When you buy any HP product, you get more than great technology,
you get award-winning Total Care.

>>http://welcome.hp.com/country/us/en/support.html?pageDisplay=support&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000051_PSG-OPT-OUT-SUPPORT-BANNER

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

FREE 60 day trial

HP VIRTUAL ROOMS

TAKE A BYTE OUT OF TRAVEL

Meet face-to-face live from your PC with HP virtual rooms!
- 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

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

HP SMALL & MEDIUM BUSINESS

Great deals on everything HP

Find inspiration for new ways to use your products. Discover
product tips, informative online training and more.

STORAGE SOLUTIONS
>>http://www.hp.com/sbso/busproducts_storage.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000053_PSG-OPT-OUT-SMB-STORE-STORAGE

SOFTWARE
>>http://h30094.www3.hp.com/spdefault.asp?store_id=11&search=showcase&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000054_PSG-OPT-OUT-SMB-STORE-SOFTWARE

MICE & KEYBOARDS
>>http://h30094.www3.hp.com/searchresults.asp?search=keyword&search_field=description&resetSearch=1&search_criteria=Mice+&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000055_PSG-OPT-OUT-SMB-STORE-MICE

MEMORY
>>http://h30094.www3.hp.com/filterby.asp?type=3&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000056_PSG-OPT-OUT-SMB-STORE-MEMORY

SPEAKERS & HEADSETS
>>http://h30094.www3.hp.com/searchresults.asp?search=keyword&search_field=description&search_criteria=headsets&fromPage=filterby&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000057_PSG-OPT-OUT-SMB-STORE-SPEAKERS

CD/DVD MEDIA
>>http://h30094.www3.hp.com/searchresults.asp?search=keyword&search_field=description&resetSearch=1&search_criteria=DVD+Media&Image1.x=6&Image1.y=5&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000058_PSG-OPT-OUT-SMB-STORE-MEDIA

WEBCAMS
>>http://h30094.www3.hp.com/searchresults.asp?search=keyword&search_field=description&resetSearch=1&search_criteria=Webcams&Image1.x=9&Image1.y=8&jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000059_PSG-OPT-OUT-SMB-STORE-WEBCAMS

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

THE COMPUTER IS PERSONAL AGAIN.

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

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

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

Software & Driver Downloads
>>http://www.hp.com/sbso/bussupport.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000062_PSG-OPT-OUT-DOWNLOADS

Chat Support for HP Products
>>http://welcome.hp.com/country/us/en/contact/chat_1.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000063_PSG-OPT-OUT-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`_000064_PSG-OPT-OUT-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`_000065_PSG-OPT-OUT-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`_000066_PSG-OPT-OUT-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`_000067_PSG-OPT-OUT-BUY-RESELLER

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

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

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

Privacy Policy
>>http://www.hp.com/country/us/en/privacy.html?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000050_PSG-OPT-OUT-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-OUT-CUST-INFO

Register your Extended Service Plan
>>http://www.hp.com/go/hpcarepack/register?jumpid=em_YM_PR_US_`sysDate1`_PSG-`productLine`_000052_PSG-OPT-OUT-REG-SVC-PLAN

---------------------------------------------------------------
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

Privacy statement: 
http://welcome.hp.com/country/us/eng/privacy_intent.html<!--POST } else { POST-->Display graphics version
>> @HTML_PREVIEW_LINK

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

THANK YOU FOR REGISTERING YOUR PRODUCT

We thank you for registering your product online and appreciate 
the time you spent to provide us with your profile information. 
Your personal profile is the easiest way to ensure fast, 
convenient access to HP information.

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

Name : `firstName` `lastName`
E-mail : `eMail`
<!--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-->
<!--POST if (displayOffer && OfferID == "4006003") { POST-->
Find new customers searching on Google for what your business 
offers with Google AdWords.

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

- Your unique coupon code is: `OfferCode` 
- Right click and copy your coupon code 
- 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</B><BR>To activate your PC game from 
Wildtangent.com 

- Go to "My HP Games" on the desktop or in the Start Menu 
- Search for the PC Game "Penguins"* 
- Launch the Free Trial; Install the Game and Click Play. 
- On the next screen click the small Unlock link instead of big Play button. 
- Enter the following unlock code: `OfferCode` 
- Click Unlock Game. 
- Enjoy!
<!--POST } POST-->
You may view or edit your profile information anytime on our web 
site. And rest assured, your profile information is never shared 
with others unless you've provided your consent to do so. Privacy
Statement:
>> http://welcome.hp.com/country/us/eng/privacy_intent.html

To access your profile online, you'll be asked to sign-in with 
the user ID and password you created. For your convenience, we've 
provided the link to access your profile. In addition, we invite 
you to visit some other sites, which we think you may find of 
interest.

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

Your Profile
Manage your profile and preferences.
- Change your password
- Update contact information
- View registered products
>> `loginUrl`

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
 
Put Technology Solutions to Work
Explore IT guides, gain access to free online training, 
find the latest technology articles and special promotions.  
>> http://www.hp.com/sbso/solutions/index.html

--------------------------------------------------------
THANK YOU
--------------------------------------------------------

Get Support and Troubleshooting
>> http://www.hp.com/sbso/bussupport.html?pageDisplay=support

Services
>> http://h20219.www2.hp.com/services/cache/79988-0-0-225-121.aspx

News & Events
>> http://www.hp.com/sbso/news/index.html

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

-----------------------------------------------------------------
<!--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://h30189.www3.hp.com/one-click.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

(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-->
	 
<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->