<!--function random_content(){var mycontent=new Array()//specify random content below.mycontent[1]='<img src="images/itsnot.jpg" width="160" height="160"  alt ="Its not what I do its the way that I do it" />'mycontent[2]='<img src="images/atruediva.jpg" width="160" height="160"  alt ="A true diva stays with you" />'mycontent[3]='<img src="images/housewife.jpg" width="160" height="160"  alt ="I don’t pretend to be an ordinary housewife" />'mycontent[4]='<img src="images/noone.jpg" width="160" height="160"  alt ="No one can tell me what to do. It’s my life and I live it the way I want to" />'mycontent[5]='<img src="images/perfume.jpg" width="160" height="160"  alt ="Don’t wear perfume in the garden unless you want to be pollinated by bees" />'mycontent[6]='<img src="images/therapy.jpg" width="160" height="160"  alt ="A garden is the best alternative therapy" />'mycontent[7]='<img src="images/therefore.jpg" width="160" height="160"  alt ="I garden, therefore I am" />'mycontent[8]='<img src="images/mirror.jpg" width="160" height="160"  alt ="The garden is a mirror of the heart" />'mycontent[9]='<img src="images/friend.jpg" width="160" height="160"  alt ="A garden is a friend you can visit any time" />'mycontent[10]='<img src="images/career.jpg" width="160" height="160"  alt ="Im not really a career person, Im a gardener basically" />'mycontent[11]='<img src="images/earth.jpg" width="160" height="160"  alt ="We come from the earth, we return to the earth, and in between we garden" />'mycontent[12]='<img src="images/seedis.jpg" width="160" height="160"  alt ="The seed is hope, the flower is joy" />'mycontent[13]='<img src="images/friendsareflowers.jpg" width="160" height="160"  alt ="Friends are flowers in the garden of life" />'mycontent[14]='<img src="images/whoeverplants.jpg" width="160" height="160"  alt ="Whoever plants a garden, plants happiness" />'mycontent[15]='<img src="images/escape.jpg" width="160" height="160"  alt ="My Garden Is My Escape" />'mycontent[16]='<img src="images/digging.jpg" width="160" height="160"  alt ="You can bury a lot of troubles, digging in the dirt" />'var ry=Math.floor(Math.random()*mycontent.length)if (ry==0)ry=1document.write(mycontent[ry])}random_content()//-->