// JavaScript Documentfunction randomtip() function randomtip() { var tip=Math.random() tip=tip*20 if(tip<=1) { document.write("Cummin seeds have a high sodium and potassium content, yet have blood pressure lowering properties.") } if(tip<=2 && tip>1) { document.write("If you like lots of salt with your fries, use low sodium salt to boost your potassium intake.") } if(tip<=3 && tip>2) { document.write("Don't jump right into exercise. Warm up and stretch first to get your blood circulation flowing.") } if(tip<=4 && tip>3) { document.write("If you already have a nasty case of acne, see your dermatologist immediately for treatment. Home remedies take longer and may result in scarring if you procrastinate.") } if(tip<=5 && tip>4) { document.write("Eat nuts when freshly shelled, as the shells are nature's way of preserving the B-vitamins.") } if(tip<=6 && tip>5) { document.write("A lot of people think vitamins can replace food. They cannot. In fact, vitamins cannot be assimilated without ingesting food. That is why we suggest taking them with a meal. Vitamins help regulate metabolism, help convert fat and carbohydrates into energy, and assist in forming bone and tissue.") } if(tip<=7 && tip>6) { document.write("Fresh juice extracted from the outer leaves of a full grown cabbage is good for obesity as well as diabetes. It cuts down on the total insulin requirement. In some way it regulates the pancreas, thyroid and adrenal functions.") } if(tip<=8 && tip>7) { document.write("Half a teaspoon of fenugreek seeds, boiled with a cupful of water, cooled, and flavored with a teaspoon of lemon juice with honey/sugar added to taste, removes the foul sour taste in the mouth and the unpleasant body odour associated with some fevers. Lemon-grass tea, with honey to taste, is a refreshing remedy for fever.") } if(tip<=9 && tip>8) { document.write("Olive may be applied to dry, scaly patches. This will be sufficient to keep the rash under control.") } if(tip<=10 && tip>9) { document.write("Avoid spicy and fried food - both eating and smelling it can increase your nausea.") } if(tip<=11 && tip>10) { document.write("Don’t be tempted to take slimming pills, diuretics or laxatives to speed up weight loss, they upset the bodys natural equilibrium – something that can take considerable time to rebalance.") } if(tip<=12 && tip>11) { document.write("Nutritious raw tomatoes can be used in a wide selection of meals and salads to suit all tastes.") } if(tip<=13 && tip>12) { document.write("Dairy products such as egg yolks, hard cheeses, and full fat milk contain high level of fat. Choose low fat milk, cheeses and yogurts. Eat monounsaturated fats such as olive oil and polyunsaturated such as sunflower oil, in preference to butter and other saturated fats.") } if(tip<=14 && tip>13) { document.write("Crush 2-3 cloves and fry them in a spoonful of coconut oil. Remove them before they are burnt. Powder and apply them on the tooth. This will helps to get rid of toothache.") } if(tip<=15 && tip>14) { document.write("Jam made with the semi-ripe or unripe bael fruit-a teaspoonful on an empty stomach every morning keeps the digestive system healthy.") } if(tip<=16 && tip>15) { document.write("Take Vitamin A and carotenoid needed to keep healthy eyes and to improve night vision.") } if(tip<=17 && tip>16) { document.write("Seeds are a rich and valuable source of calcium if you do not drink milk or eat many dairy produce.") } if(tip<=18 && tip>17) { document.write("Use pounded acacia bark to make a decoction. Add a pinch of salt and gargle, for enlarged tonsils.") } if(tip<=19 && tip>18) { document.write("Eat green vegetables, such as broccoli, everyday to ensure that your body has an ample supply of folic acid.") } if(tip<=20 && tip>19) { document.write("Ground beef is an excellent source of protein and iron. It's especially a good buy when you add vegetables and grains as extenders. When using ground beef in meatloaf, use extra lean. The fat is absorbed by the filler and can't be drained after cooking.") } }