function patterns()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<img src="http://www.fruitfullhands.com/FH-84tn.jpg" alt="Pattern Gallery - Click HERE to Search Available Patterns!" width="150" height="230" border="0" class="photoframe">'); } // americanangel
if (ranNum == 1){document.write('<img src="http://www.fruitfullhands.com/fh53tn.jpg" alt="Pattern Gallery - Click HERE to Search Available Patterns!" width="150" height="229" border="0" class="photoframe">'); } // letitsnow
if (ranNum == 2){document.write('<img src="http://www.fruitfullhands.com/fh-16tn.jpg" alt="Pattern Gallery - Click HERE to Search Available Patterns!" width="150" height="228" border="0" class="photoframe">'); } // crow
}
