tag when the banner is visible
createCookie(window.cookieName,window.cookieValue, window.cookieDuration); // Create the cookie
}
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
if(window.dropCookie) {
document.cookie = name+"="+value+expires+"; path=/";
}
}
function checkCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function eraseCookie(name) {
createCookie(name,"",-1);
}
window.onload = function(){
if(checkCookie(window.cookieName) != window.cookieValue){
createDiv();
}
}
function removeMe(){
var element = document.getElementById('cookie-law');
element.parentNode.removeChild(element);
}
Don't drink too much alcohol before eating. It may dull your senses, and you might not chew food properly or might try to swallow too large a portion of food.
Take small bites. Cut meat into small pieces. Chew your food thoroughly.
Do not give popcorn, nuts, or hard candy to children younger than 4, and supervise older children when they eat these foods. Cut hot dogs and grapes lengthwise.
Do not give young children small objects that may cause choking, such as marbles or jacks.
Look for age guidelines when selecting toys for children.
Do not let your child play with a toy if he or she is younger than the recommended age for the toy.
The safest toys for small children are at least 1.25 in. (3 cm) around or 2.25 in. (6 cm) in length.
Keep balloons and plastic bags away from any child who may put them in his or her mouth.
Author: All Healthwise education is reviewed by a team that includes physicians, nurses, advanced practitioners, registered dieticians, and other healthcare professionals.
Current as of: October 24, 2023
Author:
All Healthwise education is reviewed by a team that includes physicians, nurses, advanced practitioners, registered dieticians, and other healthcare professionals.
This information does not replace the advice of a doctor. Healthwise, Incorporated, disclaims any warranty or liability for your use of this information. Your use of this information means that you agree to the . Learn .