<!---- Pinterest Image Pin included this line ------->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- Pinterest Image Pin included this line ------->
<!---- Pinterest Image Pin included this line ------->
<!---- Pinterest Image Pin included this line ------->
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
<!---- Shane Jones - www.shanejones.co.uk -->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- Shane Jones - www.shanejones.co.uk -->
<!---- Shane Jones - www.shanejones.co.uk -->
<!---- END Pinterest Image Pin -------------->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- END Pinterest Image Pin -------------->
<!---- END Pinterest Image Pin -------------->
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript"></script>
<style type="text/css">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
…wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Reci…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Reci…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…p-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recip…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recip…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recip…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…tent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" />…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…tent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" />…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /><…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /><…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /><…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…t/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…t/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a>
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a>
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a>
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dr…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dr…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dr…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dry Sk…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dry Sk…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dry Sk…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…content/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hos…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…content/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hos…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…content/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hos…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…t/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…t/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…t/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…loads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a Hea…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…loads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a Hea…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…loads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a Hea…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A R…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A R…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A R…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romanti…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romanti…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romanti…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romantic Ge…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romantic Ge…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romantic Ge…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounc…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounc…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounc…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Tram…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Tram…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Tram…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Trampoli…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Trampoli…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Trampoli…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…/2011/10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Mo…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…/2011/10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Mo…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…/2011/10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Mo…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturi…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturi…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturi…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturizer …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturizer …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturizer …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…uploads/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…s/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for t…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…s/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for t…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…s/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for t…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…10/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for the W…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…10/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for the W…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…10/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for the W…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingre…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingre…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingre…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients To …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients To …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients To …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes the…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes the…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes the…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…wp-content/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…wp-content/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…wp-content/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…tent/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…tent/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…tent/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs in M…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs in M…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs in M…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a Gigg…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a Gigg…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a Gigg…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…p-content/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: …
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…p-content/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: …
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…p-content/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: …
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Rec…
…ent/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ent/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ent/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ntent/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /…
…uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner wit…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner wit…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner wit…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…nt/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></…
…http://www.purenaturaldiva.com/wp-content/uploads/2011/01/pndemail2.png" /></a>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…rc="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/facebook.png"</a>
The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
…rc="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/facebook.png"</a>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…rc="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/facebook.png"</a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…"http://facebook.com/purenaturaldiva"><img src="http://www.purenaturaldiva.com…
…ttp://www.purenaturaldiva.com/wp-content/uploads/2012/02/pinterest_red.png"</a>
The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
…ttp://www.purenaturaldiva.com/wp-content/uploads/2012/02/pinterest_red.png"</a>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…ttp://www.purenaturaldiva.com/wp-content/uploads/2012/02/pinterest_red.png"</a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…ttp://pinterest.com/purenaturaldiva/"><img src="http://www.purenaturaldiva.com…
…src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/twitter.png"</a>
The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
…src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/twitter.png"</a>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/twitter.png"</a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…="http://twitter.com/purenaturaldiva"><img src="http://www.purenaturaldiva.com…
…purenaturaldiva.com/wp-content/uploads/2009/08/linkedin.png"</a></center></div>
The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
…purenaturaldiva.com/wp-content/uploads/2009/08/linkedin.png"</a></center></div>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…purenaturaldiva.com/wp-content/uploads/2009/08/linkedin.png"</a></center></div>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…/www.linkedin.com/in/purenaturaldiva"><img src="http://www.purenaturaldiva.com…
…nsit.com/designimages/pndfamily.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…d-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-P…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…d-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-P…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…id-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-…
…act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva">Safe Chemic…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva">Safe Chemic…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva">Safe Chemic…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva…
…nsit.com/designimages/pndbeauty.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…sit.com/designimages/pndfitness.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…ignsit.com/designimages/pndfood.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…sit.com/designimages/pndfashion.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…nsit.com/designimages/pndhealth.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…ignsit.com/designimages/pndhome.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…t.com/designimages/pndinthenews.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
….com/designimages/pndtechnology.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…nsit.com/designimages/pndtravel.png" /></a><span style="font-size:75%;">Sponso…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
…m name="flashVars" value="vid=21390524&"></param><param name="allowfullscreen"…
This message may appear in several cases:
…ue="transparent"></param><embed width="576" height="324" allowFullScreen="true…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…nt"></param><embed width="576" height="324" allowFullScreen="true" src="http:/…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…th="576" height="324" allowFullScreen="true" src="http://d.yimg.com/nl/shine/s…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…ight="324" allowFullScreen="true" src="http://d.yimg.com/nl/shine/shine/player…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…g.com/nl/shine/shine/player.swf" type="application/x-shockwave-flash" flashvar…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…lication/x-shockwave-flash" flashvars="vid=21390524&"></embed></object></div><…
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
…tion/x-shockwave-flash" flashvars="vid=21390524&"></embed></object></div></div>
This message may appear in several cases:
…tion/x-shockwave-flash" flashvars="vid=21390524&"></embed></object></div></div>
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
….youtube.com/embed/O4DKyemG8aA" frameborder="0" allowfullscreen></iframe></div>
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…micals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natura…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…id-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-…
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"><img alt="K…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"><img alt="K…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…rce=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"><img alt="K…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva…
</li>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…539669" class="widget widget_text"> <div class="textwidget"><div align="cent…
…s/circlebadge1.png" alt="Top Organic Blog" border="0" /></a><br><font size="1">
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…s/circlebadge1.png" alt="Top Organic Blog" border="0" /></a><br><font size="1">
</div>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…s/circlebadge1.png" alt="Top Organic Blog" border="0" /></a><br><font size="1">
…title='MyFreeCopyright.com Registered & Protected' ><img src='http://storage.m…
This message may appear in several cases:
…' alt='MyFreeCopyright.com Registered & Protected' title='MyFreeCopyright.com …
This message may appear in several cases:
…title='MyFreeCopyright.com Registered & Protected' width='145px' height='38px'…
This message may appear in several cases:
…m/images/badges/travelgems/tgem_125_b_3.gif" alt="UpTake thinks I'm a Gem"></a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…com/" title="UpTake thinks I'm a Gem"><img src="http://uptake-assets.s3.amazon…
</li>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…539679" class="widget widget_text"> <div class="textwidget"><div align="cent…
…ogo_small.png" title="NetworkedBlogs"/></a></div><div id="networkedblogs_nwidg…
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are
type="text/css" for <style>
and type="text/javascript" for <script>.
<style="text-align: center;"><a href="http://www.prchecker.info/" title="PageRa…
An attribute name (and some attribute values) must start with one of a restricted set of characters. This error usually indicates that you have failed to add a closing quotation mark on a previous attribute value (so the attribute value looks like the start of a new attribute) or have used an attribute that is not defined (usually a typo in a common attribute name).
<style="text-align: center;"><a href="http://www.prchecker.info/" title="PageRa…
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
…ef="http://www.prchecker.info/" title="PageRank Checking Icon" target="_blank">
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
…0cDovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" styl…
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
…0cDovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" styl…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…ovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" style="…
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
…ovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" style="…
This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
…ovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" style="…
This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
…R0cDovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" sty…
….attracta.com/badge/js/591876/core.js"></script><a href="http://cdn.attracta.c…
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
…attracta.com/badge/verify/591876.html"><img alt="Increase your website traffic…
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
…m" style="border:0px" src="http://cdn.attracta.com/badge/img/591876/2.png"></a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
…ttracta.com/badge/verify/591876.html"><img alt="Increase your website traffic …
<!-- END Attracta --></div>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
<style="text-align: center;"><a href="http://www.prchecker.info/" title="PageRa…
<!---- Pinterest Image Pin included this line ------->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- Pinterest Image Pin included this line ------->
<!---- Pinterest Image Pin included this line ------->
<!---- Shane Jones - www.shanejones.co.uk -->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- Shane Jones - www.shanejones.co.uk -->
<!---- Shane Jones - www.shanejones.co.uk -->
<!---- END Pinterest Image Pin -------------->
This may happen if you have consecutive comments but did not close one of them properly. The proper syntax for comments is <!-- my comment -->.
<!---- END Pinterest Image Pin -------------->
<!---- END Pinterest Image Pin -------------->
if ( count <= 2 ) {
This message may appear in several cases:
…/pinterest-image-pin/sdj_pip_main.css?ver=3.3.2' type='text/css' media='all' />
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Below is the source input I used for this validation:
Below is the cleaned up markup for your document, as processed through HTML-Tidy.
HTML-Tidy is a third-party software not developed at W3C, and its output is provided without any guarantee.
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="distribution" content="global" />
<meta name="language" content="en" />
<title>Pure Natural Living: Simple, healthy, less toxic, eco conscious, organic and fabulous!</title>
<link rel="Shortcut Icon" href="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Pure Natural Diva RSS Feed" href="http://www.purenaturaldiva.com/feed/" />
<link rel="alternate" type="application/atom+xml" title="Pure Natural Diva Atom Feed" href="http://www.purenaturaldiva.com/feed/atom/" />
<link rel="pingback" href="http://www.purenaturaldiva.com/xmlrpc.php" />
<style type="text/css">
/*<![CDATA[*/
.sp_link_16, .sp_link_32 {
cursor: pointer;
display: block;
overflow: hidden;
}
.sp_link_16 {
width: 16px;
height: 16px;
}
.sp_link_32 {
width: 32px;
height: 32px;
}
.sp_linkback {
text-align : center;
display : block;
}
#sp_div_outer {
}
/*]]>*/
</style>
<link rel='stylesheet' id='tweetable-frontend-css' href='http://www.purenaturaldiva.com/wp-content/plugins/tweetable/main_css.css?ver=3.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='http://www.purenaturaldiva.com/wp-content/plugins/contact-form-7/styles.css?ver=3.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='commentluv_style-css' href='http://www.purenaturaldiva.com/wp-content/plugins/commentluv/css/commentluv.css?ver=3.3.2' type='text/css' media='all' />
<link rel='stylesheet' id='gkl_postavatar_css-css' href='http://www.purenaturaldiva.com/wp-content/plugins/post-avatar/head/gkl-postavatar.css' type='text/css' media='all' />
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js?ver=3.3.2'>
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var cl_settings = {"name":"author","url":"url","comment":"comment","email":"email","infopanel":null,"default_on":"on","default_on_admin":null,"cl_version":"2.90.9.7","images":"http:\/\/www.purenaturaldiva.com\/wp-content\/plugins\/commentluv\/images\/","api_url":"http:\/\/www.purenaturaldiva.com\/wp-admin\/admin-ajax.php","_fetch":"2eab6c1699","_info":"f1c4023fb3","infoback":"white","infotext":null,"template_insert":"","logged_in":"","refer":"http:\/\/www.purenaturaldiva.com\/2012\/05\/key-west-images-a-romantic-getaway-to-the-reach-hotel\/","no_url_message":"Please enter a URL and then click the CommentLuv checkbox if you want to add your last blog post","no_http_message":"Please use http:\/\/ in front of your url","no_url_logged_in_message":"You need to visit your profile in the dashboard and update your details with your site URL","no_info_message":"No info was available or an error occured"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.purenaturaldiva.com/wp-content/plugins/commentluv/js/commentluv.js?ver=3.3.2'>
</script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.purenaturaldiva.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.purenaturaldiva.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 3.3.2" />
<link rel='shortlink' href='http://wp.me/1rEP0' /><!-- All in One SEO Pack 1.6.14.1 by Michael Torbert of Semper Fi Web Design[410,435] -->
<meta name="description" content="Simplify your life. Detoxify your life. Eco Savvy living without giving up style and performance. Pure Natural Living." />
<meta name="keywords" content="organic, green, natural, pure, skincare, health, beauty, reviews, giveaways, information, recipe, whole living, eco, savvy" />
<link rel="canonical" href="http://www.purenaturaldiva.com/" /><!-- /all in one seo pack -->
<link rel="stylesheet" href="http://www.purenaturaldiva.com/wp-content/plugins/digg-digg/include/../css/diggdigg-style.css?ver=5.2.3" type="text/css" media="screen" />
<link rel="image_src" href="http://www.purenaturaldiva.com/wp-content/uploads/2010/02/Optimized.41_2_3-150x150.jpg" /><!-- begin gallery scripts -->
<link rel="stylesheet" href="http://www.purenaturaldiva.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="http://www.purenaturaldiva.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" src="http://www.purenaturaldiva.com/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js">
</script>
<script type="text/javascript" src="http://www.purenaturaldiva.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php">
</script>
<script type="text/javascript" src="http://www.purenaturaldiva.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js">
</script><!-- end gallery scripts -->
<!--== Pinterest Image Pin included this line =====-->
<!--== Shane Jones - www.shanejones.co.uk -->
<link type="text/css" rel="stylesheet" href="http://www.purenaturaldiva.com/wp-content/plugins/pinterest_image_pin/sdj_pip_main.css" /><!--== END Pinterest Image Pin ============-->
<link rel='image_src' href='http://www.purenaturaldiva.com/wp-content/uploads/2012/04/photo6.jpg' /><!-- Twitter @Anywhere Plus v2.0 by GeekRMX - http://www.ngeeks.com -->
<script src="http://platform.twitter.com/anywhere.js?id=4jdTnnYfGDxXDy4GD6r4Rg&v=1" type="text/javascript">
</script>
<script type="text/javascript">
//<![CDATA[
twttr.anywhere(function (T) {
// configure the @anywhere environment
T.linkifyUsers();
T.hovercards();
});
//]]>
</script><!-- /Twitter @Anywhere Plus -->
<style type="text/css" media="all">
/* <![CDATA[ */
@import url("http://www.purenaturaldiva.com/wp-content/plugins/wp-table-reloaded/css/plugin.css?ver=1.9.3");
@import url("http://www.purenaturaldiva.com/wp-content/plugins/wp-table-reloaded/css/datatables.css?ver=1.9.3");
/* ]]> */
</style>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls = document.getElementById("nav").getElementsByTagName("li");
// if you only have one main menu - delete the line below //
var sfEls1 = document.getElementById("subnav").getElementsByTagName("li");
//
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
// if you only have one main menu - delete the "for" loop below //
for (var i=0; i<sfEls1.length; i++) {
sfEls1[i].onmouseover=function() {
this.className+=" sfhover1";
}
sfEls1[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover1\\b"), "");
}
}
//
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--><!]]>
</script>
<style type="text/css">
/*<![CDATA[*/
.jdGallery .slideInfoZone
{
height: 50px;
}
/*]]>*/
</style>
<style type="text/css">
<a href="http://www.prchecker.info/" title="PageRank Checking Icon" target="_blank">
<img src="http://pr.prchecker.info/getpr.php?codex=aHR0cDovL3d3dy5wdXJlbmF0dXJhbGRpdmEuY29t&tag=2" alt="PageRank Checking Icon" style="border:0;" /></a>
<!-- BEGIN Attracta | Site 591876 | Badge 2 -->
<script type="text/javascript" src="http://cdn.attracta.com/badge/js/591876/core.js"></script><a href="http://cdn.attracta.com/badge/verify/591876.html"><img alt="Increase your website traffic with Attracta.com" style="border:0px" src="http://cdn.attracta.com/badge/img/591876/2.png"></a>
<!-- END Attracta --></div>
</li>
<li id="meta-2" class="widget widget_meta"><h2 class="widgettitle">Inside Access</h2>
<ul>
<li><a href="http://www.purenaturaldiva.com/wp-login.php">Log in</a></li>
<li><a href="http://www.purenaturaldiva.com/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://www.purenaturaldiva.com/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
</ul>
</li>
</ul>
</div>
<!-- end r_sidebar -->
</div>
<!-- end sidebar -->
</div>
<!-- The main column ends -->
<!-- begin footer -->
<div style="clear:both;"></div>
<div id="footer">
<p>Copyright © 2012 · All Rights Reserved · <a href="http://www.studiopress.com/themes/lifestyle" >Lifestyle theme</a> by <a href="http://www.studiopress.com" >StudioPress</a> · Powered by <a href="http://www.wordpress.org/">WordPress</a> · <a href="http://www.purenaturaldiva.com/wp-login.php">Log in</a></p>
</div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=7403264;
var sc_security="ac8a3781";
var sc_invisible=1;
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/"><img class="statcounter" src="http://c.statcounter.com/7403264/0/ac8a3781/1/" alt="web analytics" /></a></div></noscript>
<!-- End of StatCounter Code -->
<!---- Pinterest Image Pin included this line ------->
<!---- Shane Jones - www.shanejones.co.uk -->
<script type="text/javascript">
(function() {
window.PinIt = window.PinIt || { loaded:false };
if (window.PinIt.loaded) return;
window.PinIt.loaded = true;
function async_load(){
var s = document.createElement("script");
s.type = "text/javascript";
s.async = true;
if (window.location.protocol == "https:")
s.src = "https://assets.pinterest.com/js/pinit.js";
else
s.src = "http://assets.pinterest.com/js/pinit.js";
var x = document.getElementsByTagName("script")[0];
x.parentNode.insertBefore(s, x);
}
if (window.attachEvent)
window.attachEvent("onload", async_load);
else
window.addEventListener("load", async_load, false);
})();
</script>
<!---- END Pinterest Image Pin -------------->
<!-- tracker added by Ultimate Google Analytics plugin v1.6.0: http://www.oratransplant.nl/uga -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-21715971-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<script type="text/javascript" src="http://www.purenaturaldiva.com/wp-content/plugins/what-would-seth-godin-do/jquery.cookie.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
var count;
if ( !jQuery.cookie('wwsgd_visits') ) {
count = 1;
}
else {
count = parseInt(jQuery.cookie('wwsgd_visits'), 10) + 1;
}
jQuery.cookie('wwsgd_visits', count, { expires: 365, path: "/" });
if ( count <= 2 ) {
jQuery(".wwsgd").show();
}
});
</script>
<script type='text/javascript' src='http://s.gravatar.com/js/gprofiles.js?aa&ver=3.3.2'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var WPGroHo = {"my_hash":""};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.purenaturaldiva.com/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.3.2'></script>
<div style="display:none">
</div>
<link rel='stylesheet' id='basecss-css' href='http://www.purenaturaldiva.com/wp-content/plugins/pinterest-image-pin/sdj_pip_main.css?ver=3.3.2' type='text/css' media='all' />
<script type='text/javascript' src='http://www.purenaturaldiva.com/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.96'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/www.purenaturaldiva.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ...","cached":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.purenaturaldiva.com/wp-content/plugins/contact-form-7/scripts.js?ver=3.1.1'></script>
<script src="http://stats.wordpress.com/e-201222.js" type="text/javascript"></script>
<script type="text/javascript">
st_go({v:'ext',j:'1:1.2.2',blog:'21368114',post:'0'});
var load_cmc = function(){linktracker_init(21368114,0,2);};
if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
else load_cmc();
</script>
</div>
</body>
</html>
<!-- Dynamic page generated in 1.757 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-29 11:06:53 -->
</style>
<style type="text/css">
/*<![CDATA[*/
div.c35 {height:360px;padding-top:10px;}
div.c34 {border:1px solid #D1D7DF;background-color:#F5F6F9;margin:0px auto;}
div.c33 {font-size: 70%; padding: 5px}
a.c32 {display:block;line-height:100%;width:90px;margin:0px auto;padding:4px 8px;text-align:center;background-color:#3b5998;border:1px solid #D9DFEA;border-bottom-color:#0e1f5b;border-right-color:#0e1f5b;color:#FFFFFF;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;text-decoration:none;}
div.c31 {text-align: center;}
div.c30 {background-color: #edeff4; font-size: 70%; height: 21px; margin: 0px; padding: 1px; text-align: center}
img.c29 {border: none;}
div.c28 {font-size: 70%; text-align: center}
div.c27 {font-size: 70%}
span.c26 {font-size: 70%}
h2.c25 {font-size: 70%}
img.c24 {border:none;}
a.c23 {font-size: 15.4666666667pt;}
a.c22 {font-size: 21.0666666667pt;}
a.c21 {font-size: 18.2666666667pt;}
a.c20 {font-size: 11.1111111111pt;}
a.c19 {font-size: 21.5333333333pt;}
a.c18 {font-size: 20.7555555556pt;}
a.c17 {font-size: 13.2888888889pt;}
a.c16 {font-size: 9.24444444444pt;}
a.c15 {font-size: 22pt;}
a.c14 {font-size: 14.3777777778pt;}
a.c13 {font-size: 11.8888888889pt;}
a.c12 {font-size: 19.8222222222pt;}
a.c11 {font-size: 12.6666666667pt;}
a.c10 {font-size: 8pt;}
a.c9 {font-size: 13.9111111111pt;}
a.c8 {font-size: 10.3333333333pt;}
span.c7 {font-size:75%;}
div.c6 {text-align: center}
div.c5 {border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;}
img.c4 {float:left;margin:0px 10px 0px 0px;}
div.c3 {clear:both;}
img.c2 {vertical-align:middle;margin-left:10px;}
img.c1 {vertical-align:middle}
/*]]>*/
</style>
</head>
<body>
<div id="wrap">
<div id="topnavbar">
<div class="topnavbarleft">
<p><script src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/javascript/date.js" type="text/javascript">
</script></p>
</div>
<div class="topnavbarright">
<p><a href="http://www.purenaturaldiva.com/feed/rss/"><img class="c1" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/images/rss.gif" alt="Subscribe to Pure Natural Diva" /></a><a href="http://www.purenaturaldiva.com/feed/rss/">News Feed</a><a href="http://www.purenaturaldiva.com/comments/feed/"><img class="c2" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/images/rss.gif" alt="Subscribe to Pure Natural Diva" /></a><a href="http://www.purenaturaldiva.com/comments/feed/">Comments</a></p>
</div>
</div>
<div id="header">
<div class="headerleft"><a href="http://www.purenaturaldiva.com/"><img src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/images/logo.png" alt="Pure Natural Diva" /></a></div>
<!--To define the 468x60 ad, go to your WP dashboard and go to Appearance > Widgets. Select 468x60 Header Banner and then enter your add code into a text widget-->
<div class="headerright">
<ul id="headerwidgeted">
<li><a href="#"><img src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/images/468x60.gif" alt="Advertisement" /></a></li>
</ul>
</div>
</div>
<div id="navbar">
<div id="navbarleft">
<ul id="nav">
<li><a href="http://www.purenaturaldiva.com">Home</a></li>
<li class="page_item page-item-4110"><a href="http://www.purenaturaldiva.com/media-services/">Media Services</a>
<ul class='children'>
<li class="page_item page-item-3498"><a href="http://www.purenaturaldiva.com/media-services/diva-social-media-consulting-services/">Media Services for Brands</a>
<ul class='children'>
<li class="page_item page-item-11006"><a href="http://www.purenaturaldiva.com/media-services/diva-social-media-consulting-services/pnd-media-kit/">PND Media Kit</a></li>
</ul>
</li>
<li class="page_item page-item-4765"><a href="http://www.purenaturaldiva.com/media-services/media-services-for-bloggers/">Media Services for Bloggers</a></li>
<li class="page_item page-item-4741"><a href="http://www.purenaturaldiva.com/media-services/diva-facts-figures-proof/">Pure Natural Diva Stats</a></li>
<li class="page_item page-item-466"><a href="http://www.purenaturaldiva.com/media-services/publicrelations/">Public Relations</a></li>
<li class="page_item page-item-1425"><a href="http://www.purenaturaldiva.com/media-services/advertising/">Advertising</a></li>
</ul>
</li>
<li class="page_item page-item-8806"><a href="http://www.purenaturaldiva.com/natural-organic-beauty-personalcare-product-guide-database-resource/">PND Product Guide</a></li>
<li class="page_item page-item-10194"><a href="http://www.purenaturaldiva.com/pure-natural-4d-event/">#diva4d</a>
<ul class='children'>
<li class="page_item page-item-10287"><a href="http://www.purenaturaldiva.com/pure-natural-4d-event/diva4d-event-partners-in-kind-donors/">Diva4d Event Partners & In Kind Donors</a></li>
</ul>
</li>
<li class="page_item page-item-287"><a href="http://www.purenaturaldiva.com/about-2/">About PND</a>
<ul class='children'>
<li class="page_item page-item-2"><a href="http://www.purenaturaldiva.com/about-2/about/">Welcome</a></li>
<li class="page_item page-item-7748"><a href="http://www.purenaturaldiva.com/about-2/meet-our-writers/">Meet Our Writers</a></li>
<li class="page_item page-item-8 current_page_parent"><a href="http://www.purenaturaldiva.com/about-2/my-approach/">Tania's Approach</a>
<ul class='children'>
<li class="page_item page-item-13"><a href="http://www.purenaturaldiva.com/about-2/my-approach/the-food-we-eat/">The Food We Eat</a></li>
<li class="page_item page-item-567"><a href="http://www.purenaturaldiva.com/about-2/my-approach/my-shopping-lists/">My Shopping Lists</a>
<ul class='children'>
<li class="page_item page-item-569"><a href="http://www.purenaturaldiva.com/about-2/my-approach/my-shopping-lists/grocery-items/">Grocery Items</a></li>
</ul>
</li>
<li class="page_item page-item-552"><a href="http://www.purenaturaldiva.com/about-2/my-approach/glossary-of-abbreviations/">Glossary of Abbreviations</a></li>
<li class="page_item page-item-2275"><a href="http://www.purenaturaldiva.com/about-2/my-approach/green-your/">Green Your….</a></li>
</ul>
</li>
<li class="page_item page-item-6559"><a href="http://www.purenaturaldiva.com/about-2/101-things-about-me/">101 Things You May Not Know About Tania</a></li>
<li class="page_item page-item-648"><a href="http://www.purenaturaldiva.com/about-2/subscribe-to-pure-natural-diva/">Pure Natural Diva Newsletter</a></li>
<li class="page_item page-item-459"><a href="http://www.purenaturaldiva.com/about-2/about-diva-reviews/">About PND Reviews</a></li>
<li class="page_item page-item-1218"><a href="http://www.purenaturaldiva.com/about-2/disclaimer-and-terms-of-use/">Terms of Use</a></li>
</ul>
</li>
<li class="page_item page-item-1550"><a href="http://www.purenaturaldiva.com/divas-blogroll/">Blogroll</a>
<ul class='children'>
<li class="page_item page-item-5499"><a href="http://www.purenaturaldiva.com/divas-blogroll/skinny-scoop/">Skinny Scoop!</a></li>
<li class="page_item page-item-7094"><a href="http://www.purenaturaldiva.com/divas-blogroll/social-media-moms/">Social Media Moms</a></li>
<li class="page_item page-item-1580"><a href="http://www.purenaturaldiva.com/divas-blogroll/diva-link-exchanges/">Link Exchanges</a></li>
<li class="page_item page-item-2270"><a href="http://www.purenaturaldiva.com/divas-blogroll/diva-hangouts/">Web Hangouts</a>
<ul class='children'>
<li class="page_item page-item-1934"><a href="http://www.purenaturaldiva.com/divas-blogroll/diva-hangouts/diva-round-the-web/">Around the Web</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div id="navbarright">
<form id="searchform" method="get" action="/index.php"><input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" /> <input type="submit" id="searchbutton" value="GO" /></form>
</div>
</div>
<div class="c3"></div>
<div id="subnavbar">
<ul id="subnav">
<li class="cat-item cat-item-853"><a href="http://www.purenaturaldiva.com/category/beauty-fashion/" title="View all posts filed under Beauty">Beauty</a>
<ul class='children'>
<li class="cat-item cat-item-448"><a href="http://www.purenaturaldiva.com/category/beauty-fashion/dude-grooming/" title="View all posts filed under Dude's">Dude's</a></li>
<li class="cat-item cat-item-7"><a href="http://www.purenaturaldiva.com/category/beauty-fashion/personal-care-products/" title="View all posts filed under Personal Care Products">Personal Care Products</a></li>
<li class="cat-item cat-item-18"><a href="http://www.purenaturaldiva.com/category/beauty-fashion/skin-care/" title="View all posts filed under Skin Care">Skin Care</a></li>
</ul>
</li>
<li class="cat-item cat-item-1072"><a href="http://www.purenaturaldiva.com/category/community-2/" title="View all posts filed under Community">Community</a></li>
<li class="cat-item cat-item-5"><a href="http://www.purenaturaldiva.com/category/parenting/" title="View all posts filed under Family & Parenting">Family & Parenting</a>
<ul class='children'>
<li class="cat-item cat-item-278"><a href="http://www.purenaturaldiva.com/category/parenting/back-to-school/" title="View all posts filed under Back To School">Back To School</a></li>
<li class="cat-item cat-item-15"><a href="http://www.purenaturaldiva.com/category/parenting/eco-friendly-green-infant-childcare/" title="View all posts filed under Infant & Childcare">Infant & Childcare</a></li>
<li class="cat-item cat-item-16"><a href="http://www.purenaturaldiva.com/category/parenting/natural-childbirth/" title="View all posts filed under Natural Childbirth">Natural Childbirth</a></li>
</ul>
</li>
<li class="cat-item cat-item-9"><a href="http://www.purenaturaldiva.com/category/food-diet/" title="View all posts filed under Food & Nutrition">Food & Nutrition</a>
<ul class='children'>
<li class="cat-item cat-item-218"><a href="http://www.purenaturaldiva.com/category/food-diet/label-reading-phd/" title="View all posts filed under Label Reading PHD">Label Reading PHD</a></li>
<li class="cat-item cat-item-119"><a href="http://www.purenaturaldiva.com/category/food-diet/my-pantry/" title="View all posts filed under My Pantry">My Pantry</a></li>
<li class="cat-item cat-item-17"><a href="http://www.purenaturaldiva.com/category/food-diet/preservatives-additives/" title="View all posts filed under Preservatives & Additives">Preservatives & Additives</a></li>
<li class="cat-item cat-item-172"><a href="http://www.purenaturaldiva.com/category/food-diet/healthy-recipes-whole-grain/" title="View all posts filed under Recipes">Recipes</a></li>
</ul>
</li>
<li class="cat-item cat-item-663"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/" title="View all posts filed under Pure Natural Living">Pure Natural Living</a>
<ul class='children'>
<li class="cat-item cat-item-1220"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/vlogmom/" title="View all posts filed under #VlogMom">#VlogMom</a></li>
<li class="cat-item cat-item-242"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/ask-tania/" title="View all posts filed under Ask Tania">Ask Tania</a></li>
<li class="cat-item cat-item-6"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/natural-beauty-organic-pure-natural-living/" title="View all posts filed under Better Beauty">Better Beauty</a></li>
<li class="cat-item cat-item-1143"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/savvy-fashion/" title="View all posts filed under Fashion">Fashion</a></li>
<li class="cat-item cat-item-361"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/diva-online/" title="View all posts filed under Find PND Online">Find PND Online</a></li>
<li class="cat-item cat-item-1144"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/fitness/" title="View all posts filed under Fitness">Fitness</a></li>
<li class="cat-item cat-item-11"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/health-wellness-natural-organic-remedies/" title="View all posts filed under Health & Wellness">Health & Wellness</a></li>
<li class="cat-item cat-item-852"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/" title="View all posts filed under Home">Home</a>
<ul class='children'>
<li class="cat-item cat-item-8"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/green-clean-house/" title="View all posts filed under Clean House">Clean House</a></li>
<li class="cat-item cat-item-3"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/green-entertaining-easy/" title="View all posts filed under Entertaining">Entertaining</a></li>
<li class="cat-item cat-item-4"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/garden-home/" title="View all posts filed under Garden">Garden</a></li>
<li class="cat-item cat-item-691"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/gift-guide/" title="View all posts filed under Gift Guide">Gift Guide</a></li>
<li class="cat-item cat-item-10"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/green-living/" title="View all posts filed under Green Living">Green Living</a></li>
<li class="cat-item cat-item-597"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/holidays-eco-green-savvy-holiday/" title="View all posts filed under Holidays">Holidays</a></li>
<li class="cat-item cat-item-12"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/house-garden-eco-green/home/" title="View all posts filed under Home">Home</a></li>
</ul>
</li>
<li class="cat-item cat-item-102"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/news/" title="View all posts filed under In the News">In the News</a></li>
<li class="cat-item cat-item-1221"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/made-in-the-usa/" title="View all posts filed under Made In the USA">Made In the USA</a></li>
<li class="cat-item cat-item-1217"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/mail-organic-pure-natural-living/" title="View all posts filed under Mail!">Mail!</a></li>
<li class="cat-item cat-item-65"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/save-green-natural-food-saving-ecofriendly-organic/" title="View all posts filed under Money Saving Offers">Money Saving Offers</a></li>
<li class="cat-item cat-item-73"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/musings/" title="View all posts filed under Musings">Musings</a></li>
<li class="cat-item cat-item-158"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/nitty-gritty/" title="View all posts filed under Nitty Gritty – the details">Nitty Gritty - the details</a></li>
<li class="cat-item cat-item-146"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/easy-green-living-solutions-information/" title="View all posts filed under Savvy Living Guide">Savvy Living Guide</a></li>
<li class="cat-item cat-item-25"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/green-living-simple-solutions/" title="View all posts filed under Simple Solutions">Simple Solutions</a></li>
<li class="cat-item cat-item-169"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/start-your-own-blog/" title="View all posts filed under Start Your Own Site">Start Your Own Site</a>
<ul class='children'>
<li class="cat-item cat-item-307"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/start-your-own-blog/entrecard-drop-list/" title="View all posts filed under Entrecard">Entrecard</a></li>
</ul>
</li>
<li class="cat-item cat-item-74"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/does-it-really-matter/" title="View all posts filed under Why Bother?">Why Bother?</a></li>
<li class="cat-item cat-item-620"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/wordless-wednesday/" title="View all posts filed under Wordless Wednesday">Wordless Wednesday</a></li>
<li class="cat-item cat-item-209"><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/worth-sharing/" title="View all posts filed under Worth Sharing">Worth Sharing</a></li>
</ul>
</li>
<li class="cat-item cat-item-851"><a href="http://www.purenaturaldiva.com/category/review-giveaways/" title="View all posts filed under Review & Giveaways">Review & Giveaways</a>
<ul class='children'>
<li class="cat-item cat-item-285"><a href="http://www.purenaturaldiva.com/category/review-giveaways/giveaways/" title="View all posts filed under Giveaways">Giveaways</a></li>
<li class="cat-item cat-item-14"><a href="http://www.purenaturaldiva.com/category/review-giveaways/green-beauty-product-reviews/" title="View all posts filed under Reviews">Reviews</a></li>
</ul>
</li>
<li class="cat-item cat-item-296"><a href="http://www.purenaturaldiva.com/category/travel/" title="View all posts filed under Travel">Travel</a>
<ul class='children'>
<li class="cat-item cat-item-1153"><a href="http://www.purenaturaldiva.com/category/travel/hotel-review/" title="View all posts filed under Hotel Review">Hotel Review</a></li>
<li class="cat-item cat-item-1152"><a href="http://www.purenaturaldiva.com/category/travel/restaurant-review/" title="View all posts filed under Restaurant Review">Restaurant Review</a></li>
</ul>
</li>
<li class="cat-item cat-item-1052"><a href="http://www.purenaturaldiva.com/category/unplugged-off-topic/" title="The focus of PND is to inspire you to a greener, healthier life. On occasion I find myself wanting or needed to stray from that focus... this is my place to share those thoughts.">Unplugged & Off Topic</a></li>
</ul>
</div>
<div class="c3"></div>
<div id="content">
<div id="homepage">
<div id="homepagetop">
<div class="featuredtop" id="featured"><script type="text/javascript">
//<![CDATA[
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true
});
}
window.addEvent('domready',startGallery);
//]]>
</script>
<div id="myGallery">
<div class="imageElement">
<h2>An Orange Juice Nation</h2>
<a href="http://www.purenaturaldiva.com/2010/11/the-juice-on-juice/" title="Read More" class="open"></a> <img src="http://www.purenaturaldiva.com/wp-content/uploads/2010/11/Picture-781.png" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
<div class="imageElement">
<h2>Tips for Greener Living</h2>
<p>Simple steps anyone can take to live greener.</p>
<a href="http://www.purenaturaldiva.com/2010/02/diva-tips-for-greener-living/" title="Read More" class="open"></a> <img src="http://www.purenaturaldiva.com/wp-content/uploads/2010/02/main1.jpg" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
<div class="imageElement">
<h2>How to Make Foaming Soap</h2>
<p>Easy and inexpensive - Anyone can do it!</p>
<a href="http://www.purenaturaldiva.com/2009/08/foaming-hand-soap-recipe/" title="Read More" class="open"></a> <img src="http://www.purenaturaldiva.com/wp-content/uploads/2010/02/main2.jpg" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
<div class="imageElement">
<h2>How Much Radiation Does Your Phone Emit? iphone fairs poorly</h2>
<p>Don't Give Up Your Phone - Minimize Your Risk</p>
<a href="http://www.purenaturaldiva.com/2009/09/how-much-radiation-does-your-phone-emit-iphone-fairs-poorly/" title="Read More" class="open"></a> <img src="http://farm5.static.flickr.com/4045/4391883926_5bb56c5594_o.jpg" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
<div class="imageElement">
<h2>Sephora Natural & Organic: How do they Rate?</h2>
<p>Organic and Natural Doesn't Always Mean Safer.</p>
<a href="http://www.purenaturaldiva.com/2011/01/sephora-natural-organic-how-do-they-rate/" title="Read More" class="open"></a> <img src="http://www.purenaturaldiva.com/wp-content/uploads/2010/03/SephoraOrchid.jpg" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
<div class="imageElement">
<h2>More Vegetables Please? Getting Your Kids to Eat Vegetables</h2>
<a href="http://www.purenaturaldiva.com/2010/03/more-vegetables-please/" title="Read More" class="open"></a> <img src="http://www.purenaturaldiva.com/wp-content/uploads/2009/06/dicedvegetables.jpg" alt="" class="full" /> <img src="" alt="" class="thumbnail" /></div>
</div>
</div>
</div>
<div class="hpfeatured" id="homepageleft">
<h3>Food & Nutrition</h3>
<a href="http://www.purenaturaldiva.com/2012/04/pumpkin-pancake-recipe/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/04/photo1.jpg&h=100&w=&zc=1" alt="Pumpkin Pancake Recipe" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/04/pumpkin-pancake-recipe/" rel="bookmark">Pumpkin Pancake Recipe</a></strong>
<p>Amazing 100% Whole Grain Pumpkin Pancake Recipe Not too long ago I was eating at... <a href='http://www.purenaturaldiva.com/2012/04/pumpkin-pancake-recipe/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/03/ceasar-salad-recipe/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/03/photo2.jpg&h=100&w=&zc=1" alt="Ceasar Salad Recipe" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/03/ceasar-salad-recipe/" rel="bookmark">Ceasar Salad Recipe</a></strong>
<p>Try this Fast & Easy Ceasar Salad Recipe for Dinner What I love about this Ceasar... <a href='http://www.purenaturaldiva.com/2012/03/ceasar-salad-recipe/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/03/homemade-facial-mask-for-dry-skin/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/02/photo1.jpg&h=100&w=&zc=1" alt="Homemade Facial Mask for Dry Skin" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/03/homemade-facial-mask-for-dry-skin/" rel="bookmark">Homemade Facial Mask for Dry Skin</a></strong>
<p>Simple Homemade Facial Mask For Dry Skin My skin has been SO dry this winter. ... <a href='http://www.purenaturaldiva.com/2012/03/homemade-facial-mask-for-dry-skin/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/01/8-simple-tips-for-hosting-a-healthier-superbowl-party/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2011/01/IMG_1454.jpg&h=100&w=&zc=1" alt="8 Simple Tips For Hosting a Healthier Superbowl Party" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/01/8-simple-tips-for-hosting-a-healthier-superbowl-party/" rel="bookmark">8 Simple Tips For Hosting a Healthier Superbowl Party</a></strong>
<p>Superbowl… quite possibly THE party of the year in many homes across the country. ... <a href='http://www.purenaturaldiva.com/2012/01/8-simple-tips-for-hosting-a-healthier-superbowl-party/'></a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/category/food-diet/" rel="bookmark">Read More Posts From This Category</a></strong></div>
<div class="hpfeatured" id="homepageright">
<h3>Review & Giveaways</h3>
<!--This is where the thumbnails are found for the homepage bottom section - note the custom field name for this image is "thumbnail". Recommended image size is 70x70, as the stylesheet is written for this size.-->
<a href="http://www.purenaturaldiva.com/2012/05/key-west-images-a-romantic-getaway-to-the-reach-hotel/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/05/photo5.jpg&h=100&w=&zc=1" alt="Key West Images: A Romantic Getaway to the Reach Hotel" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/05/key-west-images-a-romantic-getaway-to-the-reach-hotel/" rel="bookmark">Key West Images: A Romantic Getaway to the Reach Hotel</a></strong>
<p> Key West Images: A Romantic Getaway to the Reach Hotel We recently... <a href='http://www.purenaturaldiva.com/2012/05/key-west-images-a-romantic-getaway-to-the-reach-hotel/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2011/11/doublebounce-review/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2011/11/photo1.jpg&h=100&w=&zc=1" alt="JumpSport DoubleBounce Trampoline Review" /></a> <strong><a href="http://www.purenaturaldiva.com/2011/11/doublebounce-review/" rel="bookmark">JumpSport DoubleBounce Trampoline Review</a></strong>
<p>Yes. I said DoubleBounce! We stalked trampolines for a couple of years…... <a href='http://www.purenaturaldiva.com/2011/11/doublebounce-review/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2011/10/daily-moisturizer-spf/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2011/10/4313733705_3db563386a_b.jpg&h=100&w=&zc=1" alt="PND Approved Daily Moisturizer with SPF" /></a> <strong><a href="http://www.purenaturaldiva.com/2011/10/daily-moisturizer-spf/" rel="bookmark">PND Approved Daily Moisturizer with SPF</a></strong>
<p>Daily Moisturizer with SPF an Essential Element of Every Anti Aging Toolbox Every... <a href='http://www.purenaturaldiva.com/2011/10/daily-moisturizer-spf/'></a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2011/05/zookeeper-movie-trailer-family-friendly-fun/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2010/02/Optimized.41_2_3.jpg&h=100&w=&zc=1" alt="Zookeeper: Fun Movie for the Whole Family" /></a> <strong><a href="http://www.purenaturaldiva.com/2011/05/zookeeper-movie-trailer-family-friendly-fun/" rel="bookmark">Zookeeper: Fun Movie for the Whole Family</a></strong>
<p> Plan For a Little Zookeeper Fun I am excited... <a href='http://www.purenaturaldiva.com/2011/05/zookeeper-movie-trailer-family-friendly-fun/'></a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/category/review-giveaways/" rel="bookmark">Read More Posts From This Category</a></strong></div>
<div class="hpbottom" id="homepagebottom">
<h3>Pure Natural Living</h3>
<strong><a href="http://www.purenaturaldiva.com/2012/05/vlogmom-character-flaws-weakness/" rel="bookmark">#Vlogmom: Character Flaws & Weakness'</a></strong>
<p> This week for vlogmom we are sharing our biggest character flaw or something we struggle with. Next week we are going to be digging into our junk drawer sharing 3 things and tell their stories - thank you Megan Crume! <a href='http://www.purenaturaldiva.com/2012/05/vlogmom-character-flaws-weakness/'>Read More →</a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/05/mineral-make-up-ingredients-to-avoid/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/05/photo2.jpg&h=150&w=&zc=1" alt="Mineral Make Up Ingredients To Avoid" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/05/mineral-make-up-ingredients-to-avoid/" rel="bookmark">Mineral Make Up Ingredients To Avoid</a></strong>
<p>Mineral Make Up Ingredients To Avoid Mineral Make Up is a great option for those looking for natural beauty solutions. Mineral Make Up is even billed as good for your skin - so much so that you can sleep in it… I'm not sure I would go that far, but I do believe they offer a better beauty option to those looking for the purest... <a href='http://www.purenaturaldiva.com/2012/05/mineral-make-up-ingredients-to-avoid/'>[Read more of this review]</a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/05/attachement-parenting-takes-the-cover-of-time-magazine-america-is-talking-about-jamie-lynn/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/05/photo1.jpg&h=150&w=&zc=1" alt="Attachement Parenting Takes the cover of Time Magazine & America IS Talking about Jamie Lynne" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/05/attachement-parenting-takes-the-cover-of-time-magazine-america-is-talking-about-jamie-lynn/" rel="bookmark">Attachement Parenting Takes the cover of Time Magazine & America IS Talking about Jamie Lynne</a></strong>
<p>Attachement Parenting Takes the cover of Time Magazine & America IS Talking about Jamie Lynne A few short days ago, Los Angeles Blogger Jamie Lynne Grumet was invited to be photographed for Time Magazine nursing her soon to be 4 year old son, Time ended up used Jamie's photo for the cover. The picture and the story had been picked up almost... <a href='http://www.purenaturaldiva.com/2012/05/attachement-parenting-takes-the-cover-of-time-magazine-america-is-talking-about-jamie-lynn/'>[Read more of this review]</a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/2012/05/vlogmom-which-tv-show-would-you-want-to-appear-as-a-guest/" rel="bookmark">#VlogMom: Which TV Show Would You Want to Appear as a Guest?</a></strong>
<p> This weeks #vlogmom question comes from Jenn Bullock of Mommy B Knows Best - Share the Television Show Would You Want to be a Guest. I had to think about this one.. Next week our Vlogmom topic will be: What is Your Biggest "Character Flaw" or something you struggle with? <a href='http://www.purenaturaldiva.com/2012/05/vlogmom-which-tv-show-would-you-want-to-appear-as-a-guest/'>Read More →</a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/2012/05/what-we-can-learn-from-the-kashi-cereal-scandal/" rel="bookmark">What We Can Learn From the Kashi Cereal Scandal</a></strong>
<p>A Rhode Island Grocer pulled Kashi Cereal from the shelves after finding the cereal contained genetically modified soy and traces of pesticide residue, feeling misled by this natural brand consumers have flooded the Kashi Facebook page in outrage. My thoughts and what we as consumers can take away from the kashi cereal scandal. <a href='http://www.purenaturaldiva.com/2012/05/what-we-can-learn-from-the-kashi-cereal-scandal/'>Read More →</a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/2012/05/vlogmom-what-keeps-you-sane/" rel="bookmark">#VlogMom: What Keeps You Sane?</a></strong>
<p>What Keeps You Sane? This weeks #VlogMom topic is what keeps you sane brought to you by my good friend Desiree Miller from Stress Free Baby? <a href='http://www.purenaturaldiva.com/2012/05/vlogmom-what-keeps-you-sane/'>Read More →</a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/05/wordless-wedsnesday-dogs-in-motion/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/05/photo.jpg&h=150&w=&zc=1" alt="Wordless Wedsnesday: Dogs in Motion" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/05/wordless-wedsnesday-dogs-in-motion/" rel="bookmark">Wordless Wedsnesday: Dogs in Motion</a></strong>
<p> My husband captured this incredible moment between our new foster Disney (the blue Pitt Bull) and Diva! Disney is a Blue Pitt Bull who was rescued out of Baldwin Park in Los Angeles. He arrived in horrible condition, he almost didn't survive - his sister who came in with him didn't make it. We are busy teaching Disney his manners,... <a href='http://www.purenaturaldiva.com/2012/05/wordless-wedsnesday-dogs-in-motion/'>[Read more of this review]</a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/2012/05/what-is-mineral-make-up/" rel="bookmark">What is Mineral Make Up?</a></strong>
<p>What is Mineral Make Up? PND is working on a series that will share our favorite Mineral Make Up products with you, but first we wanted to answer a question we get asked a lot - What is Mineral Make Up? What is you favorite Mineral Make Up? <a href='http://www.purenaturaldiva.com/2012/05/what-is-mineral-make-up/'>Read More →</a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/04/bubble-rollers-vlogmom/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/04/photo6.jpg&h=150&w=&zc=1" alt="Bubble Rollers: Good for a Giggle" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/04/bubble-rollers-vlogmom/" rel="bookmark">Bubble Rollers: Good for a Giggle</a></strong>
<p>#VLOGMOM: Share One Thing You've Done Recently that Scared You This week for #vlogmom we were asked to share one thing that we have done recently that scared us…It just happened that I have footage of a recent bubble roller experience. Only a handful of adults gave it a spin… and of course the children left each of us in... <a href='http://www.purenaturaldiva.com/2012/04/bubble-rollers-vlogmom/'>[Read more of this review]</a></p>
<div class="c5"></div>
<a href="http://www.purenaturaldiva.com/2012/04/new-spring-fashion/" rel="bookmark"><img class="c4" src="http://www.purenaturaldiva.com/wp-content/themes/lifestyle_31/tools/timthumb.php?src=http://www.purenaturaldiva.com/wp-content/uploads/2012/04/photo3.jpg&h=150&w=&zc=1" alt="New Spring Fashion: Dinner with the Girls" /></a> <strong><a href="http://www.purenaturaldiva.com/2012/04/new-spring-fashion/" rel="bookmark">New Spring Fashion: Dinner with the Girls</a></strong>
<p>New Spring Fashion Trend - Stripes I was hanging around in Polyvore & created this spring outfit that would be perfect for dinner with the girls. The set was actually inspired by an outfit I just wore out for diner with the girls! New Spring Fashion: Perfectly Striped Perfect For Dinner Out with the Girls Striped By DayStriped Denim... <a href='http://www.purenaturaldiva.com/2012/04/new-spring-fashion/'>[Read more of this review]</a></p>
<div class="c5"></div>
<strong><a href="http://www.purenaturaldiva.com/category/organic-pure-natural-living/" rel="bookmark">Read More Posts From This Category</a></strong></div>
</div>
<!-- begin sidebar -->
<div id="sidebar">
<ul id="sidebarwidgeted">
<li id="text-461539656" class="widget widget_text">
<h2 class="widgettitle">Diva Love</h2>
<div class="textwidget c6"><a href="http://www.purenaturaldiva.com/about-2/subscribe-to-pure-natural-diva/"><img src="http://www.purenaturaldiva.com/wp-content/uploads/2011/01/pndemail2.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a> <a href="http://facebook.com/purenaturaldiva"><img src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/facebook.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a> <a href="http://pinterest.com/purenaturaldiva/"><img src="http://www.purenaturaldiva.com/wp-content/uploads/2012/02/pinterest_red.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a> <a href="http://twitter.com/purenaturaldiva"><img src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/twitter.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a> <a href="http://www.linkedin.com/in/purenaturaldiva"><img src="http://www.purenaturaldiva.com/wp-content/uploads/2009/08/linkedin.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a></div>
</li>
<li id="text-461539674" class="widget widget_text">
<h2 class="widgettitle">Categories</h2>
<div class="textwidget"><a href="http://www.purenaturaldiva.com/category/parenting/"><img src="http://www.nwdesignsit.com/designimages/pndfamily.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor:</span> <a href="http://www.ewg.org/kid-safe-chemicals-act-blog/kid-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva">Safe Chemicals Act</a> <a href="http://www.purenaturaldiva.com/category/beauty-fashion/better-beauty/"><img src="http://www.nwdesignsit.com/designimages/pndbeauty.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor:</span> <a href="http://www.facefactsbylori.com/">Face Facts</a> <a href="http://www.purenaturaldiva.com/category/beauty-fashion/better-beauty/"><img src="http://www.nwdesignsit.com/designimages/pndfitness.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor:</span> <a href="http://www.purenaturaldiva.com/media-services/diva-social-media-consulting-services/">PND Media Services</a> <a href="http://www.purenaturaldiva.com/category/food-diet/"><img src="http://www.nwdesignsit.com/designimages/pndfood.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor:</span> <a href="http://www.pelleve.com/">Pelleve</a> <a href="http://www.purenaturaldiva.com/category/beauty-fashion/eco-fashion-organic/"><img src="http://www.nwdesignsit.com/designimages/pndfashion.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor:</span> <a href="http://us.hessnatur.com/shop/showCmsContent.action?contentID=home">Hessnatur</a> <a href="http://www.purenaturaldiva.com/category/health-wellness/"><img src="http://www.nwdesignsit.com/designimages/pndhealth.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsorship</span> <a href="http://www.purenaturaldiva.com/media-services/diva-facts-figures-proof/">Available</a> <a href="http://www.purenaturaldiva.com/category/house-garden/"><img src="http://www.nwdesignsit.com/designimages/pndhome.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor</span> <a href="http://www.kiva.org/">Kiva</a> <a href="http://www.purenaturaldiva.com/"><img src="http://www.nwdesignsit.com/designimages/pndinthenews.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor</span> <a href="http://www.cosmeticsdatabase.com/index.php">Cosmetics Database</a> <a href="http://www.purenaturaldiva.com/"><img src="http://www.nwdesignsit.com/designimages/pndtechnology.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsorship</span> <a href="http://www.purenaturaldiva.com/media-services/diva-facts-figures-proof/">Available</a> <a href="http://www.purenaturaldiva.com/category/travel/"><img src="http://www.nwdesignsit.com/designimages/pndtravel.png" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a><span class="c7">Sponsor</span> <a href="http://www.fessparker.com/html/inn2.html">Fess Parker Winery</a></div>
</li>
<li id="text-461539678" class="widget widget_text">
<div class="textwidget"><object width="298" height="198"><param name="movie" value="http://d.yimg.com/nl/shine/shine/player.swf" />
<param name="flashVars" value="vid=21390524&" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />
<embed width="576" height="324" allowfullscreen="true" src="http://d.yimg.com/nl/shine/shine/player.swf" type="application/x-shockwave-flash" flashvars="vid=21390524&" /></object></div>
</li>
<li id="text-461539665" class="widget widget_text">
<div class="textwidget"><script type="text/javascript">
//<![CDATA[
<!--
amazon_ad_tag = "wwwpurenatura-20"; amazon_ad_width = "300"; amazon_ad_height = "250"; amazon_ad_link_target = "new"; amazon_ad_border = "hide"; amazon_color_link = "388D14";//-->
//]]>
</script> <script type="text/javascript" src="http://www.assoc-amazon.com/s/ads.js">
</script></div>
</li>
<li id="text-461539676" class="widget widget_text">
<div class="textwidget"><iframe title="YouTube video player" width="298" height="198" src="http://www.youtube.com/embed/O4DKyemG8aA" frameborder="0"></iframe></div>
</li>
</ul>
<!-- begin l_sidebar -->
<div id="l_sidebar">
<ul id="l_sidebarwidgeted">
<li id="text-461539669" class="widget widget_text">
<div class="textwidget c6"><a href="http://www.ewg.org/kid-safe-chemicals-act-blog/kid-safe-chemicals-act/?utm_source=Blog&utm_medium=Badge&utm_campaign=Kid-Safe-Pure-Natural-Diva"><img alt="Kid-safe Chemicals Campaign" src="http://www.ewg.org/files/KSCAbadge.jpg" width="120" height="130" border="0" /></a></div>
</li>
<li id="tag_cloud-4" class="widget widget_tag_cloud">
<h2 class="widgettitle">Tags</h2>
<div class="tagcloud"><a href='http://www.purenaturaldiva.com/tag/baby/' class='tag-link-389 c8' title='6 topics'>baby</a> <a href='http://www.purenaturaldiva.com/tag/beauty/' class='tag-link-513 c9' title='11 topics'>beauty</a> <a href='http://www.purenaturaldiva.com/tag/bpa/' class='tag-link-179 c8' title='6 topics'>BPA</a> <a href='http://www.purenaturaldiva.com/tag/cancer/' class='tag-link-401 c10' title='4 topics'>cancer</a> <a href='http://www.purenaturaldiva.com/tag/children/' class='tag-link-471 c11' title='9 topics'>children</a> <a href='http://www.purenaturaldiva.com/tag/cleaner/' class='tag-link-412 c10' title='4 topics'>cleaner</a> <a href='http://www.purenaturaldiva.com/tag/dangers/' class='tag-link-457 c10' title='4 topics'>Dangers</a> <a href='http://www.purenaturaldiva.com/tag/easy/' class='tag-link-523 c11' title='9 topics'>easy</a> <a href='http://www.purenaturaldiva.com/tag/eco/' class='tag-link-518 c12' title='28 topics'>eco</a> <a href='http://www.purenaturaldiva.com/tag/eco-friendly/' class='tag-link-375 c10' title='4 topics'>Eco Friendly</a> <a href='http://www.purenaturaldiva.com/tag/family/' class='tag-link-838 c8' title='6 topics'>family</a> <a href='http://www.purenaturaldiva.com/tag/flax/' class='tag-link-558 c13' title='8 topics'>flax</a> <a href='http://www.purenaturaldiva.com/tag/food/' class='tag-link-244 c9' title='11 topics'>food</a> <a href='http://www.purenaturaldiva.com/tag/free/' class='tag-link-550 c8' title='6 topics'>free</a> <a href='http://www.purenaturaldiva.com/tag/friendly/' class='tag-link-581 c9' title='11 topics'>friendly</a> <a href='http://www.purenaturaldiva.com/tag/giveaway/' class='tag-link-289 c14' title='12 topics'>Giveaway</a> <a href='http://www.purenaturaldiva.com/tag/grain/' class='tag-link-612 c8' title='6 topics'>Grain</a> <a href='http://www.purenaturaldiva.com/tag/green/' class='tag-link-373 c15' title='39 topics'>Green</a> <a href='http://www.purenaturaldiva.com/tag/healthier/' class='tag-link-555 c16' title='5 topics'>healthier</a> <a href='http://www.purenaturaldiva.com/tag/healthy/' class='tag-link-599 c9' title='11 topics'>healthy</a> <a href='http://www.purenaturaldiva.com/tag/hypnobirthing/' class='tag-link-232 c16' title='5 topics'>Hypnobirthing</a> <a href='http://www.purenaturaldiva.com/tag/make/' class='tag-link-521 c17' title='10 topics'>make</a> <a href='http://www.purenaturaldiva.com/tag/make-up/' class='tag-link-349 c10' title='4 topics'>make up</a> <a href='http://www.purenaturaldiva.com/tag/money/' class='tag-link-386 c16' title='5 topics'>money</a> <a href='http://www.purenaturaldiva.com/tag/natural/' class='tag-link-295 c18' title='32 topics'>Natural</a> <a href='http://www.purenaturaldiva.com/tag/new/' class='tag-link-726 c16' title='5 topics'>new</a> <a href='http://www.purenaturaldiva.com/tag/non/' class='tag-link-618 c11' title='9 topics'>non</a> <a href='http://www.purenaturaldiva.com/tag/non-toxic/' class='tag-link-410 c8' title='6 topics'>non-toxic</a> <a href='http://www.purenaturaldiva.com/tag/organic/' class='tag-link-132 c19' title='36 topics'>Organic</a> <a href='http://www.purenaturaldiva.com/tag/own/' class='tag-link-616 c20' title='7 topics'>own</a> <a href='http://www.purenaturaldiva.com/tag/plastic/' class='tag-link-247 c16' title='5 topics'>plastic</a> <a href='http://www.purenaturaldiva.com/tag/pure/' class='tag-link-628 c16' title='5 topics'>pure</a> <a href='http://www.purenaturaldiva.com/tag/organic-pure-natural-living/' class='tag-link-663 c8' title='6 topics'>Pure Natural Living</a> <a href='http://www.purenaturaldiva.com/tag/recipe/' class='tag-link-230 c21' title='22 topics'>Recipe</a> <a href='http://www.purenaturaldiva.com/tag/review/' class='tag-link-164 c22' title='34 topics'>review</a> <a href='http://www.purenaturaldiva.com/tag/safe/' class='tag-link-392 c23' title='14 topics'>safe</a> <a href='http://www.purenaturaldiva.com/tag/safety/' class='tag-link-245 c20' title='7 topics'>safety</a> <a href='http://www.purenaturaldiva.com/tag/save/' class='tag-link-385 c8' title='6 topics'>save</a> <a href='http://www.purenaturaldiva.com/tag/tips/' class='tag-link-460 c13' title='8 topics'>Tips</a> <a href='http://www.purenaturaldiva.com/tag/top/' class='tag-link-608 c16' title='5 topics'>top</a> <a href='http://www.purenaturaldiva.com/tag/toxic/' class='tag-link-478 c14' title='12 topics'>toxic</a> <a href='http://www.purenaturaldiva.com/tag/vegetables/' class='tag-link-524 c13' title='8 topics'>vegetables</a> <a href='http://www.purenaturaldiva.com/tag/water/' class='tag-link-387 c8' title='6 topics'>water</a> <a href='http://www.purenaturaldiva.com/tag/whole/' class='tag-link-611 c20' title='7 topics'>Whole</a> <a href='http://www.purenaturaldiva.com/tag/your/' class='tag-link-615 c8' title='6 topics'>your</a></div>
</li>
<li id="text-461539672" class="widget widget_text">
<div class="textwidget c6"><a href="http://www.mamavation.com/2010/10/top-50-most-inspirational-healthy-tweeps.html" title="Mamavation"><img src="http://i688.photobucket.com/albums/vv248/bookieboo78/top30.png" alt="Mamavation" class="c24" /></a></div>
</li>
<li id="text-461539668" class="widget widget_text">
<div class="textwidget"><a href="http://www.onlinenursingprograms.net/top_organic/"><img src="http://www.onlinenursingprograms.net/top_organic/images/Badges/circlebadge1.png" alt="Top Organic Blog" border="0" /></a><br /></div>
</li>
<li id="archives-2" class="widget widget_archive">
<h2 class="widgettitle c25">Archives</h2>
<span class="c26"><select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
<option value="">Select Month</option>
<option value='http://www.purenaturaldiva.com/2012/05/'>May 2012</option>
<option value='http://www.purenaturaldiva.com/2012/04/'>April 2012</option>
<option value='http://www.purenaturaldiva.com/2012/03/'>March 2012</option>
<option value='http://www.purenaturaldiva.com/2012/02/'>February 2012</option>
<option value='http://www.purenaturaldiva.com/2012/01/'>January 2012</option>
<option value='http://www.purenaturaldiva.com/2011/12/'>December 2011</option>
<option value='http://www.purenaturaldiva.com/2011/11/'>November 2011</option>
<option value='http://www.purenaturaldiva.com/2011/10/'>October 2011</option>
<option value='http://www.purenaturaldiva.com/2011/09/'>September 2011</option>
<option value='http://www.purenaturaldiva.com/2011/08/'>August 2011</option>
<option value='http://www.purenaturaldiva.com/2011/07/'>July 2011</option>
<option value='http://www.purenaturaldiva.com/2011/06/'>June 2011</option>
<option value='http://www.purenaturaldiva.com/2011/05/'>May 2011</option>
<option value='http://www.purenaturaldiva.com/2011/04/'>April 2011</option>
<option value='http://www.purenaturaldiva.com/2011/03/'>March 2011</option>
<option value='http://www.purenaturaldiva.com/2011/02/'>February 2011</option>
<option value='http://www.purenaturaldiva.com/2011/01/'>January 2011</option>
<option value='http://www.purenaturaldiva.com/2010/12/'>December 2010</option>
<option value='http://www.purenaturaldiva.com/2010/11/'>November 2010</option>
<option value='http://www.purenaturaldiva.com/2010/10/'>October 2010</option>
<option value='http://www.purenaturaldiva.com/2010/09/'>September 2010</option>
<option value='http://www.purenaturaldiva.com/2010/08/'>August 2010</option>
<option value='http://www.purenaturaldiva.com/2010/07/'>July 2010</option>
<option value='http://www.purenaturaldiva.com/2010/06/'>June 2010</option>
<option value='http://www.purenaturaldiva.com/2010/05/'>May 2010</option>
<option value='http://www.purenaturaldiva.com/2010/04/'>April 2010</option>
<option value='http://www.purenaturaldiva.com/2010/03/'>March 2010</option>
<option value='http://www.purenaturaldiva.com/2010/02/'>February 2010</option>
<option value='http://www.purenaturaldiva.com/2010/01/'>January 2010</option>
<option value='http://www.purenaturaldiva.com/2009/12/'>December 2009</option>
<option value='http://www.purenaturaldiva.com/2009/11/'>November 2009</option>
<option value='http://www.purenaturaldiva.com/2009/10/'>October 2009</option>
<option value='http://www.purenaturaldiva.com/2009/09/'>September 2009</option>
<option value='http://www.purenaturaldiva.com/2009/08/'>August 2009</option>
<option value='http://www.purenaturaldiva.com/2009/07/'>July 2009</option>
<option value='http://www.purenaturaldiva.com/2009/06/'>June 2009</option>
<option value='http://www.purenaturaldiva.com/2009/05/'>May 2009</option>
<option value='http://www.purenaturaldiva.com/2009/04/'>April 2009</option>
</select></span></li>
<li id="text-461539652" class="widget widget_text">
<div class="textwidget c27"><a href='http://www.myfreecopyright.com/registered_mcn/B880C_55662_A0074' title='MyFreeCopyright.com Registered & Protected'><img src='http://storage.myfreecopyright.com/mfc_protected.png' alt='MyFreeCopyright.com Registered & Protected' title='MyFreeCopyright.com Registered & Protected' width='145px' height='38px' border='0' /></a></div>
</li>
<li id="text-461539675" class="widget widget_text">
<div class="textwidget"></div>
</li>
<li id="twitter-3" class="widget widget_twitter">
<h2 class="widgettitle c25"><a href='http://twitter.com/purenaturaldiva'>TWEETING LIVE</a></h2>
<ul class="tweets">
<li><span class="c26">I was about to wish everyone a happy Monday - then I realized it was Tuesday! <a href="http://twitter.com/purenaturaldiva/statuses/207493360309645312" class="timesince">2 hours ago</a></span></li>
<li><span class="c26">These are the pictures my son asks me to take! <a href="http://t.co/bT2bEdlT" rel="nofollow">http://t.co/bT2bEdlT</a> <a href="http://twitter.com/purenaturaldiva/statuses/207489138474233858" class="timesince">2 hours ago</a></span></li>
<li><span class="c26">My first attempt at making eggs! <a href="http://t.co/hXUcmeTk" rel="nofollow">http://t.co/hXUcmeTk</a> <a href="http://twitter.com/purenaturaldiva/statuses/207209432587841537" class="timesince">21 hours ago</a></span></li>
<li><span class="c26">Posts from Pure Natural Diva for 05/28/2012 - <a href="http://t.co/uWT4RcZB" rel="nofollow">http://t.co/uWT4RcZB</a> <a href="http://twitter.com/purenaturaldiva/statuses/207079191936643072" class="timesince">1 day ago</a></span></li>
</ul>
</li>
</ul>
</div>
<!-- end l_sidebar --><!-- begin r_sidebar -->
<div id="r_sidebar">
<ul id="r_sidebarwidgeted">
<li id="text-461539660" class="widget widget_text">
<div class="textwidget c27"><a href="http://www.uptake.com/" title="UpTake thinks I'm a Gem"><img src="http://uptake-assets.s3.amazonaws.com/images/badges/travelgems/tgem_125_b_3.gif" alt="UpTake thinks I'm a Gem" /></a></div>
</li>
<li id="text-461539679" class="widget widget_text">
<div class="textwidget c28"><script type="text/javascript" src="http://www.hostmonster.com/src/js/purenaturaldiva/CODE70/120x120/hm_120x120_01.gif">
</script></div>
</li>
<li id="text-461539654" class="widget widget_text">
<div class="textwidget">
<div id='networkedblogs_nwidget_container' class='c35'>
<div id='networkedblogs_nwidget_above'></div>
<div id='networkedblogs_nwidget_widget' class="c34">
<div id="networkedblogs_nwidget_logo" class="c30"><a href="http://networkedblogs.com/" target="_blank" title="NetworkedBlogs"><img class="c29" src="http://static.networkedblogs.com/static/images/logo_small.png" title="NetworkedBlogs" alt="** PLEASE DESCRIBE THIS IMAGE **" /></a></div>
<div id="networkedblogs_nwidget_body" class="c31"></div>
<div id="networkedblogs_nwidget_follow" class="c33"><a class="c32" href="http://networkedblogs.com/blog/pure_natural_diva/?ahash=7e70731f2b21c146b93c598a4ee9500c">Follow this blog</a></div>
</div>
<div id='networkedblogs_nwidget_below'></div>
</div>
<span class="c26"><script type="text/javascript">
//<![CDATA[
<!--
if(typeof(networkedblogs)=="undefined"){networkedblogs = {};networkedblogs.blogId=203225;networkedblogs.shortName="pure_natural_diva";}
-->
//]]>
</script><script src="http://nwidget.networkedblogs.com/getnetworkwidget?bid=203225" type="text/javascript">
</script> </span></div>
</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>