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

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

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

//ID segmentation
var firstName       = user.attr("firstName");
var lastName        = user.attr("lastName");
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://register.hp.com/americas/flowPage/login/index.do?cc=US&lang=en";
switch (country) {
  case "AR":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=AR&lang=es";
  break;
  case "AW":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=AW&lang=en";
  break;
  case "BB":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=BB&lang=en";
  break;
  case "BO":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=BO&lang=es";
  break;
  case "BR":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=BR&lang=pt";
  break;
  case "BS":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=BS&lang=en";
  break;
  case "CA":
    switch (language) {
      case "fr":
        loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=CA&lang=fr";
      break;
      default:
        loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=CA&lang=en";
      break;
    }
  break;
  case "CL":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=CL&lang=es";
  break;
  case "CO":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=CO&lang=es";
  break;
  case "CR":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=CR&lang=es";
  break;
  case "DO":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=DO&lang=es";
  break;
  case "EC":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=EC&lang=es";
  break;
  case "GD":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=GD&lang=en";
  break;
  case "GT":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=GT&lang=es";
  break;
  case "HN":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=HN&lang=es";
  break;
  case "JM":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=JM&lang=es";
  break;
  case "MX":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=MX&lang=es";
  break;
  case "NI":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=NI&lang=es";
  break;
  case "PA":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=PA&lang=es";
  break;
  case "PE":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=PE&lang=es";
  break;
  case "PR":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=PR&lang=es";
  break;
  case "PY":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=PY&lang=es";
  break;
  case "SV":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=SV&lang=es";
  break;
  case "TT":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=TT&lang=en";
  break;
  case "US":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=US&lang=en";
  break;
  case "UY":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=UY&lang=es";
  break;
  case "VE":
    loginUrl = "https://register.hp.com/americas/flowPage/login/index.do?cc=VE&lang=es";
  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 (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 totalcareURL;
var extendedPlanURL;
var suppAccURL;
var resellerURL;
var totalCareURL;
var exploreURL;
var photoCenterURL;
var hhosStoreURL;
var digitalURL;

if (centralAmerica) {

   getSupportURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/support.html?pageDisplay=support";
   hhosStoreURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/solutions/home_homeoffice.html";
   privacyURL = "http://welcome.hp.com/country/lamerica_nsc_cnt_amer/es/privacy.html";   

} else {
    
	if (country == "AR") {
	  
	   getSupportURL = "http://welcome.hp.com/country/ar/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/ar/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/ar/es/privacy.html"; 
	
	} else if (country == "BO") {
	
	   getSupportURL = "http://welcome.hp.com/country/bo/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/bo/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/bo/es/privacy.html"; 
	
	} else if (country == "CL") {
	  
	   getSupportURL = "http://welcome.hp.com/country/cl/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/cl/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/cl/es/privacy.html"; 
	
	} else if (country == "CO") {
	  
	   getSupportURL = "http://welcome.hp.com/country/co/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/co/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/co/es/privacy.html"; 
	
	} else if (country == "EC") {
	
	   getSupportURL = "http://welcome.hp.com/country/ec/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/ec/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/ec/es/privacy.html"; 
	
	} else if (country == "MX") {
	
	   getSupportURL = "http://welcome.hp.com/country/mx/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/mx/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/mx/es/privacy.html"; 
	
	} else if (country == "PY") {
	
	   getSupportURL = "http://welcome.hp.com/country/py/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/py/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/py/es/privacy.html"; 
	
	} else if (country == "PE") {
	  
	   getSupportURL = "http://welcome.hp.com/country/pe/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/pe/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/pe/es/privacy.html"; 
	
	} else if (country == "PR") {
	
	   getSupportURL = "http://welcome.hp.com/country/pr/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/pr/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/pr/es/privacy.html"; 
	
	} else if (country == "UY") {
	
	   getSupportURL = "http://welcome.hp.com/country/uy/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/uy/es/solutions/home_homeoffice.html";
	   privacyURL = "http://welcome.hp.com/country/uy/es/privacy.html"; 
	
	} else if (country == "VE") {

	   getSupportURL = "http://welcome.hp.com/country/ve/es/support.html?pageDisplay=support";
	   hhosStoreURL = "http://welcome.hp.com/country/ve/es/solutions/home_homeoffice.html";
	   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 travs de 
Internet as como por el tiempo que has empleado para 
brindarnos la informacin de tu perfil. Tu perfil personal 
es la forma ms fcil de obtener acceso rpido y conveniente 
a la informacin de HP.

--------------------------------------------------------
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-->
Puedes ver o editar la informacin de tu perfil en cualquier 
momento en nuestro sitio web. Y puedes estar seguro de que tu 
informacin de perfil nunca ser compartida con otros, a menos 
que lo autorices. Declaracin de privacidad:
`privacyURL`

Para obtener acceso a tu perfil por Internet, se te solicitar 
que ingreses tu identificacin de usuario y la contrasea que 
has creado. Para tu comodidad, te brindamos el enlace de acceso 
a tu perfil. Adems, te invitamos a visitar algunos otros sitios 
web que pensamos sern de tu inters. 

Tu perfil 
Administra tu perfil y tus preferencias.
* Cambia tu contrasea
* Actualiza tu informacin de contacto
* Verifica los productos registrados 
`loginUrl`

Soporte y solucin de problemas
Deja que el reconocido grupo de Soporte y Servicios HP te gue 
mediante asistencia en lnea o a travs de asistencia telefnica. 
Descubre cmo nuestros Servicios exclusivos pueden mantener todos 
tus productos funcionando correctamente.
- Realiza descargas de controladores.
- Recibe respuesta por e-mail
`getSupportURL`

Hogar y Oficina en el Hogar
Encuentra inspiracin para descubrir nuevas formas de usar tus 
productos. Descubre proyectos divertidos, consejos sobre los 
productos, capacitacin informativa en lnea, promociones 
especiales y mucho ms.
`hhosStoreURL`

-----------------------------------------------------------------
OPTIONS HP
-----------------------------------------------------------------
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)2008 Hewlett-Packard Development Company, L.P. La 
informacin 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 informaes do 
seu perfil. Seu perfil pessoal  a maneira mais simples de 
garantir um acesso fcil e conveniente a informaes sobre 
a HP.

Suporte e soluo de problemas
http://welcome.hp.com/country/br/pt/support.html?pageDisplay=support

Em casa e escritrio domstico
http://welcome.hp.com/country/br/pt/solutions/home_homeoffice.html

--------------------------------------------------------
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 informaes de seu perfil a 
qualquer momento atravs do nosso site na web. E fique seguro 
de que as informaes sobre o seu perfil jamais sero 
compartilhadas com terceiros, a no ser que voc nos d 
permisso (declarao 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 identificao de usurio e sua senha. 
Para sua convenincia, estamos fornecendo o link de acesso 
ao seu perfil. Alm disso, convidamos voc a visitar alguns 
outros sites, os quais acreditamos que podero ser do seu 
interesse. 

Seu perfil
Gerencie seu perfil e suas preferncias
- Altere sua senha
- Atualize informaes de contato
- Veja produtos registrados
`loginUrl`

Suporte e soluo de problemas
Deixe o premiado Suporte e Servios da HP mostrar a voc como 
funciona a sua assistncia on-line ou por telefone. Veja como os 
nossos Servios exclusivos podem ajud-lo a manter os seus produtos 
em perfeito estado de funcionamento.
- Faa donwload de drivers
- Receba respostas por e-mail
http://welcome.hp.com/country/br/pt/support.html?pageDisplay=support

Em casa e escritrio domstico 
Motive-se a conhecer novas formas de usar os seus produtos. 
Descubra projetos divertidos, dicas sobre produtos, treinamento 
on-line interativo, promoes especiais e muito mais.
http://welcome.hp.com/country/br/pt/solutions/home_homeoffice.html

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

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

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

Voc recebeu este e-mail porque o endereo ?e-mail? 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

Ou, responda este email colocando a palavra "UNSUBSCRIBE"
no campo Assunto.
<!--POST } POST-->
Clique ou copie este link para mudar sua assinatura
>> http://h30091.www3.hp.com/assinaturas/assine_empr.html?jumpid=re_R10924_suscripciones/br/smb_20060901_0

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

(c)2008 Hewlett-Packard Development Company, L.P. A 
informao aqui contida pode ser alterada sem aviso prvio.
========================================================
HP     Brilliantly Simple
========================================================<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
// FRENCH
} else if (language == "fr") { 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->Afficher la version des lments 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. Votre profil personnel est le moyen le 
plus pratique d'accder rapidement et facilement  toute 
l'information HP.

Particuliers et bureaux  domicile
http://www.hp.ca/portal/hho/index-fr.php

Obtenir des services de dpannage et de soutien
http://welcome.hp.com/country/ca/fr/support.html

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

Vous pouvez en tout temps consulter et modifier les 
renseignements de votre profil personnel sur notre site Internet. 
De plus, soyez assur que vos renseignements personnels ne seront 
jamais divulgus sauf consentement exprs de votre part 
(politique du respect de la vie prive).
http://welcome.hp.com/country/ca/fr/privacy.html

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

Votre profil
Grer votre profil et vos prfrences.
* Modifier votre mot de passe
* Mettre  jour vos coordonnes
* Afficher les produits enregistrs
`loginUrl`

Obtenir des services de dpannage et de soutien
Les services et le soutien renomms de Hp vous apporteront 
aide et assistance 24 heures par jour et 7 jours par semaine, 
au tlphone et en ligne. Dcouvrez comment nos services 
exclusifs assureront le bon fonctionnement de tous vos produits.
* Obtenir les pilotes  tlcharger
* Obenir une rponse courriel en 1 heure, 24 heures par jour 
  et 7 jours par semaine
http://welcome.hp.com/country/ca/fr/support.html

Particuliers et bureaux  domicile
Dcouvrez de nouvelles faons d'utiliser vos produits. Obtenez 
de nouvelles ides de projets amusants, des conseils sur les 
produits, de la formation en ligne, des promotions uniques et 
plus encore.
http://www.hp.ca/portal/hho/index-fr.php

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

HP est engage  respecter votre vie prive. 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, 20555 SH 249, 
MS 040307, Houston, TX 77070.

(c)2008 Hewlett-Packard Development Company, L.P. Les 
renseignements contenus dans ce document peuvent tre 
modifis sans pravis.
========================================================
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
--------------------------------------------------------

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST-->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. 

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 
with 24 x 7 assistance online or over the phone. See how 
our exclusive Services will keep all of your products up 
and running. 
- Get driver downloads
- Get 1 hr. e-mail 24/7
http://welcome.hp.com/country/lamerica_nsc_carib/en/support.html?pageDisplay=support

Home and Home Office
Find inspiration for new ways to use your products. Discover 
fun projects, product tips, informative online training, 
special promotions and more.
http://www.shopping.hp.com/webapp/shopping/home.do?displayTab=learnAbout&aoid=2082&jumpid=re_R602_prodexp/hpcom/split/hhoslplearn

-----------------------------------------------------------------
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://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`

HP is committed to respecting your privacy. For more 
information, visit our privacy policy at:
>> http://welcome.hp.com/country/lamerica_nsc_carib/en/privacy.html
or contact us at HP Privacy Mailbox, 20555 SH 249, 
MS 040307, Houston, TX 77070.

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

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

THANK YOU FOR REGISTERING YOUR PRODUCT

Home & Home Office
http://www.hp.ca/portal/hho/index.php

Get Support and Troubleshooting
http://h10025.www1.hp.com/ewfrf/wc/siteHome?lc=en&cc=ca&dlc=en

Thank you for registering your product.  We appreciate the time
you spent to provide us with your information. To take advantage
of HP's award winning support, and enjoy a more personalized
experience with HP, we invite you to visit some other sites which
we think you may find of interest.

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

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST-->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-->

Please take a moment now to set up your HP sign-in using the link below.

With your sign-in, you may view or edit your profile information
at any time 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

We recommend that you use your e-mail address as your user ID, 
and that you select a password that is easy to remember.

We invite you to visit some other sites, which we think you may
find of interest.

Access your profile
Manage your profile and preferences.
* Change your password
* Update contact information
* View registered products
`loginUrl`

Get Support and Troubleshooting
When you buy any HP product, you get more than great technology, 
you get award-winning Total Care.
http://h10025.www1.hp.com/ewfrf/wc/siteHome?lc=en&cc=ca&dlc=en

Home & Home Office
Find inspiration for new ways to use your products. Discover fun
projects, product tips, informative online training and more.
http://www.hp.ca/portal/hho/index.php

-----------------------------------------------------------------
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://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`

HP is committed to respecting your privacy. For more 
information, visit our privacy policy at:
>> http://welcome.hp.com/country/ca/en/privacy.html
or contact us at HP Privacy Mailbox, 20555 SH 249, 
MS 040307, Houston, TX 77070.

(c)2008 Hewlett-Packard Development Company, L.P. The 
information contained herein is subject to change without 
notice.
========================================================
HP     Brilliantly Simple
========================================================<!--POST
	// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	// DEFAULT US ENGLISH
	 } else { 
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	 POST-->Display graphics version
>> @HTML_PREVIEW_LINK

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

THANK YOU FOR REGISTERING YOUR PRODUCT

<!--POST if(publisherFlag == 1) { POST-->
Home & Home Office
http://customerdialog.hp.com/customerdialog/redirect?t=http%3A//www.shopping.hp.com/webapp/shopping/home.do%3FdisplayTab%3DlearnAbout&tid=26&eid=1086&pid=88200&v=1&cmpid=ProdRegThankYou&apid=504&tty=R

Get Support and Troubleshooting
http://customerdialog.hp.com/customerdialog/redirect?t=http%3A//h10025.www1.hp.com/ewfrf/wc/siteHome%3Flc%3Den%26cc%3Dus%26dlc%3Den&tid=26&eid=1086&pid=88200&v=1&cmpid=ProdRegThankYou&apid=504&tty=R

Thank you for registering your product.  We appreciate the time
you spent to provide us with your information. To take advantage
of HP's award winning support, and enjoy a more personalized
experience with HP, we invite you to visit some other sites which
we think you may find of interest.
<!--POST } else { POST-->

Customer care
http://h10025.www1.hp.com/ewfrf/wc/siteHome?lc=en&cc=us&dlc=en

Home & Home Office
http://www.shopping.hp.com/webapp/shopping/home.do<!--POST }  POST-->

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

<!--POST if (firstName != "") { POST-->Name: `firstName` `lastName`
<!--POST } POST-->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-->
<!--POST if(publisherFlag != 1) { POST-->Please take a moment now to set up your HP sign-in using the link below.

With your sign-in, you may view or edit your profile information
at any time 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://www.hp.com/country/us/en/privacy.html

We recommend that you use your e-mail address as your user ID, 
and that you select a password that is easy to remember.

We invite you to visit some other sites, which we think you may
find of interest.<!--POST } POST-->

<!--POST if(publisherFlag == 1) { POST-->Access your profile
`loginUrl`

Manage your profile and preferences.
* Change your password
* Update contact information
* View registered products

Home & Home Office
http://customerdialog.hp.com/customerdialog/redirect?t=http%3A//www.shopping.hp.com/webapp/shopping/home.do%3FdisplayTab%3DlearnAbout&tid=26&eid=1086&pid=88200&v=1&cmpid=ProdRegThankYou&apid=504&tty=R

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

Make the most of what you have. Get driver and software update
notices, helpful newsletters, timely support alerts and more, e-
mailed direct to you. Explore, subscribe, and enjoy.

Get Support and Troubleshooting
http://welcome.hp.com/country/us/en/support.html

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

<!--POST } else { POST-->

Access your profile
`loginUrl`

Manage your profile and preferences.
* Change your password
* Update contact information
* View registered products

Customer care
http://h10025.www1.hp.com/ewfrf/wc/siteHome?lc=en&cc=us&dlc=en

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

Driver and software update notices, helpful newsletters, timely
support alerts, and more. E-mailed direct to you. Explore,
subscribe, and enjoy.

Home and Home Office
http://www.shopping.hp.com/webapp/shopping/home.do

Find inspiration for new ways to use your products. Discover fun
projects, product tips, informative online training, special
promotions and more.<!--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://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-->  
HP is committed to respecting your privacy. For more 
information, visit our privacy policy at:
http://www.hp.com/country/us/en/privacy.html
or contact us at HP Privacy Mailbox, 20555 SH 249, 
MS 040307, Houston, TX 77070.

(c)2008 Hewlett-Packard Development Company, L.P. The 
information contained herein is subject to change without 
notice.
========================================================
HP     Brilliantly Simple
========================================================<!--POST
	 // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  } 
	  // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	  POST-->
	  
<!--POST 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
} 
// xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
POST-->