function Random()

{

var ran = Math.random();

var num = 3;

if (num*ran <  1)  

{

document.write("<a href=\"../about/about_history.html\" onmouseover=\"status=\'Philip Williams Restoration Projects!\'; return true\" onmouseout=\"status=\'Welcome to PWA - Philip Williams and Associates\'; return true\" onFocus=\"if(this.blur)this.blur()\"><img src=\"./images\/index_01.jpg\"\ alt=\"Crissy Field Lagoon - Photograph by Brad Evans\" width=\"1000\" height=\"343\" border=\"0\"></a>");return; 

}

if (num*ran <  2) 

{

document.write("<a href=\"../about/about_history.html\" onmouseover=\"status=\'Philip Williams Flood Management Projects!\'; return true\" onmouseout=\"status=\'Welcome to PWA - Philip Williams and Associates\'; return true\" onFocus=\"if(this.blur)this.blur()\"><img src=\".\/images\/index_02.jpg\"\ alt=\"Bolinas Lagoon with Birds and PWA Field Manager at Sonoma Baylands photos by Steve Crooks\" width=\"1000\" height=\"343\" border=\"0\"></a>");return; 

}

if (num*ran <  3) 

{

document.write("<a href=\"../about/about_history.html\" onmouseover=\"status=\'Philip Williams Restoration Projects!\'; return true\" onmouseout=\"status=\'Welcome to PWA - Philip Williams and Associates\'; return true\" onFocus=\"if(this.blur)this.blur()\"><img src=\".\/images\/index_03.jpg\"\ alt=\"Laguna de Santa Rosa photograph by Betty Andrews\" width=\"1000\" height=\"343\" border=\"0\"></a>");return; 

}

}

Random();

