var txtList = new Array()
txtList[txtList.length]="<img src='img_launch/header_garden.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header2.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header_girls.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header_litter.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header_fair.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header_key.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";
txtList[txtList.length]="<img src='img_launch/header_mural.jpg' width='742' height='200' border='0' alt='Students learn from community member about the keyhole garden they are constructing.'/></a>";


j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));