function randomtip()
{
	var tip=Math.random()
	tip=tip*24
	if(tip<=1)
	{
		document.write("Use foundation on your eyelids before applying eyeshadow. It helps the eyeshadow stay on longer.")
	}
	if(tip<=2 && tip>1)
	{
		document.write("Mix a few drops of oil of rosemary with 30ml/2tbsp of olive oil and rub well into scalp at bedtime. Shampoo and rinse thoroughly in the morning. Natural ingredient such as herbs and essential oils can help you achieve beautifully conditioned hair.")
	}
	if(tip<=3 && tip>2)
	{
		document.write("Protect yourself with a parasol whenever you are out in the sun. Remember, you are exposed to ultraviolet radiation even on a cloudy day.")
	}
	if(tip<=4 && tip>3)
	{
		document.write("Lips are susceptible to sunburn since they lack melanin, the pigment that helps shield skin from the sun. Apply a layer of a sun-block lip balm.")
	}
	if(tip<=5 && tip>4)
	{
		document.write("Oil massage have many benefits and properties. It help to loosen dandruff flakes and facilitate their removal.")
	}
	if(tip<=6 && tip>5)
	{
		document.write("Choose a foundation to match your skin tone. Using the right foundation makes your skin look flawless and smooth.")
	}
	if(tip<=7 && tip>6)
	{
		document.write("If your face is wide or flat, your foundation may be used for contouring. In contouring use a tone that is three shades darker than your natural shade.")
	}
	if(tip<=8 && tip>7)
	{
		document.write("To create fuller lashes, first apply a light brush of loose powder on clean lashes with an eye shadow brush..then apply a coat of mascara, and if needed, repeat the loose powder and another coat of mascara.")
	}
	if(tip<=9 && tip>8)
	{
		document.write("Put your lip and eye pencils in the refrigerator before sharpening, as this means they are less likely to break and you wont waste so much.")
	}
	if(tip<=10 && tip>9)
	{
		document.write("Use a pink eyeshadow on the whole eye area and a brown eyeshadow on the lid. Brush a darker pink along the socket line and blend.")
	}
	if(tip<=11 && tip>10)
	{
		document.write("Wash your face twice a day in warm salty water. This should leave your face oil free without aggravating the acne.")
	}
	if(tip<=12 && tip>11)
	{
		document.write("Warm a little honey and apply on the trouble spots. Wash off after 10-15 minutes.This is an efective method of blackhead removal.")
	}
	if(tip<=13 && tip>12)
	{
		document.write("Before you go to bed, lavish on the Vaseline and then pop on a pair of cotton gloves. Your hands will be incredibly soft by morning.")
	}
	if(tip<=14 && tip>13)
	{
		document.write("If you have combination skin, take this tip from the beauty salons and use two masks - one suitable for oily skin and one for dry skin. Just apply each one to the relevant area that needs it.")
	}
	if(tip<=15 && tip>14)
	{
		document.write("Don't rub eyes frequently as this can cause an eye infection as few of us bother to wash our hands before touching our eyes.")
	}
	if(tip<=16 && tip>15)
	{
		document.write("If you want your skin smooth this winter, all it involves is mixing equal parts of olive, mustard oil and sesame oil and then massage it all over the body. This oil is very good for the skin and leaves it smooth and free from blemishes.")
	}
	if(tip<=17 && tip>16)
	{
		document.write("A cheap way to boost the shine of dark hair is to rinse it with diluted vinegar. Blonde hair benefits from lemon juice. Both act by sealing down the outer cuticles of the hair, helping your hair reflect the light more effectively.")
	}
	if(tip<=18 && tip>17)
	{
		document.write("Use a good moisturizer to hydrate and plump up your skin cells. Make sure it is mineral oil free so it doesn't clog your pores and cause breakouts.")
	}
	if(tip<=19 && tip>18)
	{
		document.write("Aloe vera has an astringent action and tightens the skin, thus protecting it from early aging.")
	}
	if(tip<=20 && tip>19)
	{
		document.write("Avoid very dark colours with bluish tones. They tend to drain the face of coloue. Try rich reds, plum, russet, coral, amber.")
	}
	if(tip<=21 && tip>20)
	{
		document.write("Apply concealer with high levels of pigment to the scarred area with an eyeliner brush on top of your foundation.")
	}
	if(tip<=22 && tip>21)
	{
		document.write("Set concealer with loose powder applied to a cotton ball-even the softest of brushes will remove all of your hard work.")
	}
	if(tip<=23 && tip>22)
	{
		document.write("Rub a generous layer of Vaseline onto your lips and around them for a lasting lip shine; also prevents chapping and cold sores.")
	}
	if(tip<=24 && tip>23)
	{
		document.write("Add lip brushing to your morning ritual using a soft toothbrush or terry washcloth. Now add some lip balm to smooth the way for lipstick-worthy lips!")
	}
}