function frontpage()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<img border="1" src="http://www.mygreenthumb.org/mygrthfront.jpg" width="226" height="340" align="left">'); } // pic1
if (ranNum == 1){document.write('<img border="1" src="http://www.mygreenthumb.org/jenny1.jpg" width="226" height="301" align="left">'); } // pic3
if (ranNum == 2){document.write('<img border="1" src="http://www.mygreenthumb.org/shelly1.jpg" width="226" height="301" align="left">'); } // pic4
if (ranNum == 3){document.write('<img border="1" src="http://www.mygreenthumb.org/farmer1.jpg" width="226" height="301" align="left">'); } // pic5
if (ranNum == 4){document.write('<img border="1" src="http://www.mygreenthumb.org/grandpa1.jpg" width="226" height="339" align="left">'); } // pic6
}

