You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
3.2 KiB

let posts = [
{
id: "394",
title: "Eat your veggies",
content: "<h2><img class=\"alignright size-fullwp-image-379\" src=\"https://hplussport.com/wp-content/uploads/2016/05/eat-your-vegetables-466545605.jpg\" alt=\"Woman wearing apron slicing a variety of colorful vegetables\" width=\"500\" height=\"333\" />Eat your veggies</h2>\r\nWith all the vitamin supplements and nutrition products on the market, it can be difficult to make nutrition choices. However, the truth is, eating five or more servings of fruit and vegetables a day is still your best bet for getting optimal nutrition. In addition, eating your veggies won\u0092t break the bank, like so many vitamin products can. If after eating real food for optimum nutrition, you still want to take a supplement, know that all supplements are not created equal. Select only vitamins that have been evaluated by a third party laboratory to ensure the contents in the bottle match the claims on the label.",
date: "2021-05-08 14:46:20"
},
{
id: "378",
title: "Every step counts",
content: "<h2><img class=\"alignright wp-image-380 size-full\" src=\"https://hplussport.com/wp-content/uploads/2016/05/every-step-counts-82636724.jpg\" alt=\"Two business women walking up staircase in office building, elevated view\" width=\"500\" height=\"332\" />Every step counts</h2>\r\nMany of us spend a good deal of our waking hours sitting at desks \u0096 often for longer than a normal 40-hour week. It may even seem like work has become a major obstacle to getting regular exercise. However, there are always ways to squeeze in fitness time, and every little bit really does count. For instance, instead of emailing, calling, or chatting a coworker, take the \u0093old-fashioned\u0094 approach and actually walk to their location. And, we\u0092ve all heard this before, but take the stairs instead of the elevator. The resulting calories burned and the muscle strength built, are well worth the effort.",
date: "2021-05-09 14:26:53"
}
];
const postsStringt = JSON.stringify(posts);
let article = {
id: "386",
title: "Prioritize your health",
content: "<h2><img class=\"alignright wp-image-382 size-full\" src=\"https://hplussport.com/wp-content/uploads/2016/05/prioritize- your-health-152143703.jpg\" alt=\"Doctor Checking Blood Pressure of a Woman\" width=\"500\" height=\"500\" />Prioritize your health</h2>\r\nAs with many others, you may find it difficult to prioritize your health amongst the many competing demands of a busy lifestyle. That\u0092s why it\u0092s up to you to make the conscious choice to slow down, take inventory on your health, and find ways to make improvements. The first place to start is with your annual physical. One simple visit to your doctor each year can be the most important thing you do for your health, and in most cases, it\u0092s completely covered by insurance. The annual exam can catch health issues, such as diabetes and cancer, in the early stages, giving you a much better chance at beating them down. Make a point of calling your doctor today and putting a wellness visit on your calendar. It\u0092s a great first step to prioritizing your health.",
date: "2021-12-09 00:53:59"
};
const articleString = JSON.stringify(article);