// JavaScript Document
function randomtip()
{
var tip=Math.random()
tip=tip*20
if(tip<=1)
{
document.write("Brighten grey elbows by rubbing them with half a fresh lemon - it has a natural bleaching effect. Moisturize the skin afterwards to counteract the drying effects of the juice.")
}
if(tip<=2 && tip>1)
{
document.write("Use foundation on your eyelids before applying eyeshadow. It helps the eyeshadow stay on longer.")
}
if(tip<=3 && tip>2)
{
document.write("Turn foundation into a tinted moisturizer by mixing a few drops of it with a little moisturizer on the back of your h& before applying. Its a perfect blend for summer.")
}
if(tip<=4 && tip>3)
{
document.write("If you dont have a specialized contouring product for your cheeks, simply use an ordinary face powder a couple of shades darker than usual one to slim round cheeks.")
}
if(tip<=5 && tip>4)
{
document.write("Add a drop of witch hazel - available from all good pharmacists - to turn ordinary foundation into a medicated one - it will wonders on oily or blemish prone skin.")
}
if(tip<=6 && tip>5)
{
document.write("If you have not got time for a full make up, but want to look great, paint on a bright red lipstick - its a happy, glamorous color which immediately brightens your face. ")
}
if(tip<=7 && tip>6)
{
document.write("Keep lashes smooth & supple by brushing them with petroleum jelly before going to bed at night. Its also a good way to emphasize natural looking lashes in daytime.")
}
if(tip<=8 && tip>7)
{
document.write("For a long lasting blush on a sunny days or hot nights, apply both cream & powder blusher. Apply the cream foundation first, set with translucent powder then dust witha little powder blush.")
}
if(tip<=9 && tip>8)
{
document.write("If you use hypo allergenic disguise for your sensitive skin, remember to use hypo allergenic nail polish, too - you constantly touch your face with your hands & can easily trigger a reaction.")
}
if(tip<=10 && tip>9)
{
document.write("Keep new soaps from getting too soft by putting them in a warm cupboard until you need them. This will helps dry the moisture out, which makes them harder & longer lasting.")
}
if(tip<=11 && tip>10)
{
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<=12 && tip>11)
{
document.write("Prise eyeshadow out of their cases, & stick into old paint box or lid to create a disguise artists color palette. Its sure way to ensure you use the products you have got because you can see them all at a glance.")
}
if(tip<=13 && tip>12)
{
document.write("If you are choosing a new fragrance, buy the weaker & cheaper eau de toilette first before splashing out on the stronger & nore expensive perfume strength.")
}
if(tip<=14 && tip>13)
{
document.write("Make powder eyeshadows last longer & stay crease free by dusting eyelids with translucent powder first. It will absorb the oils from your skin & keep your disguise looking fresh.")
}
if(tip<=15 && tip>14)
{
document.write("Put your lip & eye pencils in the refrigerator before sharpening, as this means they are less likely to break & you wont waste so much.")
}
if(tip<=16 && tip>15)
{
document.write("If you have combination skin, take this tip from the cameleer salons & use two masks - one suitable for oily skin & one for dry skin. Just apply each one to the relevant area that needs it.")
}
if(tip<=17 && tip>16)
{
document.write("If you have got freckles, don not fall into the trap of trying to cover them with a dark toned foundation. Instead, match your foundation to your skin tone to avoid a mask like effect.")
}
if(tip<=18 && tip>17)
{
document.write("When choosing a concealer look for the color nearest to your own skin tone rather than a lighter one. Covering a problem area with a paler shade will simply accentuate it.")
}
if(tip<=19 && tip>18)
{
document.write("For super soft skin fast, you should massage your body with oil first before getting into the bath or shower. Then follow the exfoliating method you prefer.")
}
if(tip<=20 && tip>19)
{
document.write("Mix a few drops of oil of rosemary with 30ml/2tbsp of olive oil & rub well into scalp at bedtime. Shampoo & rinse thoroughly in the morning. Natural ingredient such as herbs & essential oils can help you achieve beautifully conditioned hair.")
}
}
