// Edit or add text below and modify the "var maxAdNo" value to match the number of text messages but starting from "0"

/*
 * This script and many more are available free online at
 * The JavaScript Source!! http://javascript.internet.com
*/

	var maxAdNo = 3 // Set this value to reflect the number of items in the Array (starting from 0)
	
	var adNo
	
	var myAd = new Array()
	
	// To add more text items, continue with the pattern below, adding to the array.	
	myAd[0] = '<ul class="randomlist"><li> Alaska Conservation Foundation </li><li> ALS (Lou Gehrig&#8217;s Disease) Association </li><li> Anchorage Museum </li><li> Arizona State University </li><li> Asian Art Museum </li><li> Brentwood School </li><li> Burndy Library at MIT </li><li> Center for Natural Lands Management </li><li> Children&#8217;s Health Council </li></ul>'
	
	myAd[1] = '<ul class="randomlist"><li> City of San Jose </li><li> College Track </li><li>Congregation Emanu-El </li><li> Corporation for Supportive Housing </li><li> Daniel Pearl Foundation </li><li> Doris Duke Charitable Foundation </li><li> Edgewood Center </li><li> EHC LifeBuilders </li><li> Environmental Defense </li><li> Evelyn & Walter Haas, Jr. Fund </li><li> Experience Music Project/Science Fiction Museum (EMPSFM) </li></ul>'
	
	myAd[2] = '<ul class="randomlist"><li> Exploratorium </li><li>Fine Arts Museums of San Francisco </li><li> First Place for Youth </li><li> Foresight Institute </li><li> Freedom from Hunger </li><li> Gill Foundation </li><li> Glide Foundation </li><li> Greenbelt Alliance </li><li> Helios Education Foundation </li><li> Intrax/AYUSA </li><li> James Irvine Foundation </li></ul>'
	
	myAd[3] = '<ul class="randomlist"><li> Jewish Community High School of the Bay </li><li>Kauffman Center for the Performing Arts </li><li> KickStart </li><li> Lemelson Foundation </li><li> Los Angeles Philharmonic </li><li> Marilyn and Henry Taub Foundation </li><li> Mills College </li><li> MLA Partner Schools </li></ul>'
	
