// 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 = 2 // Set this value to reflect the number of items in the Array (starting from 0)
	
	var adNo
	
	var myAd1 = new Array()
	
	// To add more text items, continue with the pattern below, adding to the array.	
	myAd1[0] = '<ul class="randomlist"><li> National Dance Institute of New Mexico </li><li> National Parks Foundation </li><li> Native Arts and Cultures Foundation </li><li> Natural History Museum of Los Angeles </li><li> Nextbook </li><li> Nurse Family Partnership </li><li> Orange County Performing Arts Center </li><li> Peabody Essex Museum </li></ul>'
	
	myAd1[1] = '<ul class="randomlist"><li> Progressive Jewish Alliance </li> <li> San Antonio Museum of Art </li> <li> San Francisco AIDS Foundation </li><li> San Francisco Ballet </li><li> Scrum Alliance </li><li> San Francisco Symphony </li><li> Save the Redwoods League </li><li> SFJAZZ </li><li> Stupski Foundation </li><li> Tenderloin Health </li><li> University of Alberta </li><li> University of California Berkeley </li> <br> </ul>'
	
	myAd1[2] = '<ul class="randomlist"><li> University of Texas Blanton Museum </li><li> Virginia G Piper Charitable Trust</li><li>WaterAid America </li><li> Wikimedia Foundation </li><li> WildAid </li><li> William and Flora Hewlett Foundation </li><li> Wonder of Reading </li><li> X Prize Foundation </li><li> Youth and Family Enrichment Services </li></ul>'

