<!--

function random_image() {
	
	// DO NOT EDIT THIS, LOOK BELOW 
	var image = new Array();
	var image_caption = new Array ();
	var image_copyright = new Array ();
	// END 
	
	
	
	// EDIT HERE
	// EDIT HERE
	// EDIT HERE
	
	/*
	
		Instructions:
		
		The number in the brackets indiciates the file name of image without the .jpg.  
		For a new image in the rotation you must add both a
			image_caption[nextnumber]
			image_copyright[newnumber]
		At the end of each respective list below.
		
		If an image has no copyright you must still make the variable, just set it blank like this: = ""
		
		If you encounter difficulty, the default list for these variables is located at the bottom of this page.
		
		WARNING:		
		Do not use a number out of order.  Do not skip numbers.
	
	*/
	
	image_caption[0] = "Surfing";
	image_caption[1] = "Palm Trees";
	image_caption[2] = "Marina Del Rey";
	image_caption[3] = "Encounter at LAX";
	image_caption[4] = "LAX at night";
	image_caption[5] = "Hollywood Sign";
	image_caption[6] = "Hollywood Bowl";
	image_caption[7] = "LA Convention Center";
	image_caption[8] = "LA Coliseum";
	image_caption[9] = "Bel Air";
	image_caption[10] = "Palm Trees";
	image_caption[11] = "Port of Long Beach";
	image_caption[12] = "Port of Long Beach";
	image_caption[13] = "Griffith Observatory";
	image_caption[14] = "Disney Concert Hall";
	image_caption[15] = "View from Santa Monica Pier";
	image_caption[16] = "Westin Bonaventure Hotel";
	image_caption[17] = "Santa Monica Pier";
	image_caption[18] = "The Queen Mary";
	image_caption[19] = "Plaza Las Fuentes in Pasadena";
	image_caption[20] = "Malibu at sunset";
	image_caption[21] = "Santa Monica";
	image_caption[22] = "Malibu";
	image_caption[23] = "Los Angeles coastline";
	image_caption[24] = "Kodak Theater";
	image_caption[25] = "Huntington Gardens in Pasadena";
	image_caption[26] = "The Getty Center";
	image_caption[27] = "The Grove";
	image_caption[28] = "The Grove";
	image_caption[29] = "Hermosa Beach";
	image_caption[30] = "Hermosa Beach";
	image_caption[31] = "Downtown LA from the Hollywood Bowl";
	image_caption[32] = "Downtown Los Angeles";
	image_caption[33] = "Long Beach Grand Prix";
	image_caption[34] = "The Getty Center";
	image_caption[35] = "Huntington Gardens in Pasadena";
	image_caption[36] = "Santa Monica beach homes";
	image_caption[37] = "Art installation at Santa Monica Pier";
	image_caption[38] = "City of Long Beach";
	image_caption[39] = "Shoreline Village";
	image_caption[40] = "Long Beach Convention Center";
	image_caption[41] = "Catalina Island";
	image_caption[42] = "Aquarium of the Pacific";
	image_caption[43] = "Pine Avenue in Long Beach";
	image_caption[44] = "Long Beach Skyline";
	image_caption[45] = "Long Beach Skyline at night";


	image_copyright[0] = "LA Inc";
	image_copyright[1] = "LA Inc";
	image_copyright[2] = "LA Inc";
	image_copyright[3] = "LA Inc";
	image_copyright[4] = "LA Inc";
	image_copyright[5] = "LA Inc";
	image_copyright[6] = "LA Inc";
	image_copyright[7] = "LA Inc";
	image_copyright[8] = "LA Inc";
	image_copyright[9] = "LA Inc";
	image_copyright[10] = "LA Inc";
	image_copyright[11] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[12] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[13] = "Aaron Logan";
	image_copyright[14] = "Aaron Logan";
	image_copyright[15] = "Nhien Barros";
	image_copyright[16] = "Nhien Barros";
	image_copyright[17] = "Nhien Barros";
	image_copyright[18] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[19] = "Faria Chowdhury";
	image_copyright[20] = "Faria Chowdhury";
	image_copyright[21] = "Faria Chowdhury";
	image_copyright[22] = "Nhien Barros";
	image_copyright[23] = "Nhien Barros";
	image_copyright[24] = "Nhien Barros";
	image_copyright[25] = "Nhien Barros";
	image_copyright[26] = "Nhien Barros";
	image_copyright[27] = "Nhien Barros";
	image_copyright[28] = "Nhien Barros";
	image_copyright[29] = "Caruso Affiliated";
	image_copyright[30] = "Caruso Affiliated";
	image_copyright[31] = "Chris Holland";
	image_copyright[32] = "Chris Holland";
	image_copyright[33] = "Bill Allen";
	image_copyright[34] = "Oakley Boren";
	image_copyright[35] = "Michael Montoya";
	image_copyright[36] = "Elan Tanzer";
	image_copyright[37] = "Elan Tanzer";
	image_copyright[38] = "Elan Tanzer";
	image_copyright[39] = "Elan Tanzer";
	image_copyright[40] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[41] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[42] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[43] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[44] = "Long Beach Area Convention and Visitors Bureau";
	image_copyright[45] = "Long Beach Area Convention and Visitors Bureau";
	
	
// DO NOT EDIT BELOW THIS LINE
	// DO NOT EDIT BELOW THIS LINE
	// DO NOT EDIT BELOW THIS LINE

	for(i=0;i<image_caption.length;i++) {
		image[i]=i;
	}
	var number = Math.floor(Math.random()*image.length);
	
	document.write("<" + "img" + " " + "src='/images/random/" + image[number] + ".jpg' alt='" + image_caption[number] + "'><br/>");
	if (image_caption[number]!=""){
		document.write(image_caption[number]);
	}
	else{
		document.write("");
	}
	if (image_copyright[number]!=""){
		document.write(" &copy; " + image_copyright[number]);
	}
	else{
		document.write("");
	}
}





function featured_member_random(){
	
	var image = new Array();
	var image_caption = new Array ();
	var a_link = new Array();
	
	// Partners
	// Partners
	// Partners
	
	image[0]="port-of-la.gif";
	image[1]="citd.gif";
	image[2]="lax.gif";
	image[3]="cityofla.gif";
	image[4]="lbchamber.gif";
	image[5]="lbito.gif";
	image[6]="port-of-lb.gif";
	
	image_caption[0]="Port of Los Angeles";
	image_caption[1]="Centers for Int'l Trade Development";
	image_caption[2]="LAX";
	image_caption[3]="City of Los Angeles";
	image_caption[4]="Long Beach Area Chamber of Commerce";
	image_caption[5]="Long Beach International Trade Office";
	image_caption[6]="Port of Long Beach";
		
	a_link[0]="http://www.portoflosangeles.org/";
	a_link[1]="http://www.citd.org/";
	a_link[2]="http://www.lawa.org/lax/welcomeLAX.cfm#";
	a_link[3]="http://www.lacity.org";
	a_link[4]="http://www.lbchamber.com/";
	a_link[5]="http://www.lbito.org/";
	a_link[6]="http://www.polb.com/";
	
	// END Partners
	// END Partners
	// END Partners
	
	var number = Math.floor(Math.random()*image.length);
	
	document.write("<a href='" + a_link[number] + "' target='_blank'><" + "img" + " " + "src='/images/banners/partner/" + image[number] + "' alt='" + image_caption[number] + "' border='0'></a><br/>Partner");
}

function sponsor_member_random(){
	
	
	var image = new Array();
	var image_caption = new Array ();
	var a_link = new Array();
	
	//SPONSORS
	//SPONSORS
	//SPONSORS
	
	image[0]="port-of-lb.gif";
	image[1]="longbeach.gif";
	image[2]="lbito.gif";
	image[3]="cityofla.gif";
	image[4]="seyfarth.gif";
	image[5]="hsbc.gif";
	image[6]="cathay.gif";
	image[7]="unionbank.gif";
	image[8]="msk.gif";
	image[9]="airchina.gif";

	image_caption[0]="Port of Long Beach";
	image_caption[1]="City of Long Beach";
	image_caption[2]="Long Beach International Trade Office";
	image_caption[3]="City of Los Angeles";
	image_caption[4]="Seyfarth Shaw";
	image_caption[5]="HSBC";
	image_caption[6]="Cathay Pacific";
	image_caption[7]="Union Bank";
	image_caption[8]="Mitchell Silberberg and Knupp LLP";
	image_caption[9]="Air China";

	a_link[0]="http://www.polb.com/";
	a_link[1]="http://www.bankofamerica.com";
	a_link[2]="http://www.ci.long-beach.ca.us/";
	a_link[3]="http://www.lacity.org/";
	a_link[4]="http://www.seyfarth.com/";
	a_link[5]="http://us.hsbc.com/";	
	a_link[6]="http://www.cathaypacific.com/cpa/en_INTL/homepage";	
	a_link[7]="http://www.unionbank.com";	
	a_link[8]="http://www.msk.com/";	
	a_link[9]="http://www.airchina.us/en/index.html";	

	// END SPONSORS
	// END SPONSORS
	// END SPONSORS
	
	var number = Math.floor(Math.random()*image.length);
	
	document.write("<a href='" + a_link[number] + "' target='_blank'><" + "img" + " " + "src='/images/banners/sponsor/" + image[number] + "' alt='" + image_caption[number] + "' border='0'></a><br/>Sponsor");
	
}


/*
	
	DEFAULT LIST: 
	
	If you make an error in the above that you cannot resolve, copy this list 
	and replace the list above, minus the slash star above this line and the slash star
	at the end of this list.


	image_caption[0] = "Universal City Walk";
	image_caption[1] = "Surfing";
	image_caption[2] = "Santa Monica Pier";
	image_caption[3] = "Palm Trees";
	image_caption[4] = "Music Center";	
	image_caption[5] = "Marina Del Rey";
	image_caption[6] = "Manns Chinese Theatre";
	image_caption[7] = "Encounter at LAX";
	image_caption[8] = "LAX at night";
	image_caption[9] = "Hollywood Sign";
	image_caption[10] = "Hollywood Bowl";
	image_caption[11] = "Downtown LA at night";
	image_caption[12] = "Downtown LA at night";
	image_caption[13] = "Downtown LA";
	image_caption[14] = "Downtown LA";
	image_caption[15] = "Convention Center";
	image_caption[16] = "Convention Center";
	image_caption[17] = "Coliseum";
	image_caption[18] = "Central Library";
	image_caption[19] = "Burbank";
	image_caption[20] = "Bel Air";
	image_caption[21] = "Palm Trees";
	image_caption[22] = "Long Beach";
	image_caption[23] = "A container ship arrives in Long Beach";
	image_caption[24] = "Griffith Observatory";
	image_caption[25] = "Disney Concert Hall";
	
	
	image_copyright[0] = "LA Inc";
	image_copyright[1] = "LA Inc";
	image_copyright[2] = "LA Inc";
	image_copyright[3] = "LA Inc";
	image_copyright[4] = "LA Inc";
	image_copyright[5] = "LA Inc";
	image_copyright[6] = "LA Inc";
	image_copyright[7] = "";
	image_copyright[8] = "LA Inc";
	image_copyright[9] = "LA Inc";
	image_copyright[10] = "LA Inc";
	image_copyright[11] = "LA Inc";
	image_copyright[12] = "LA Inc";
	image_copyright[13] = "LA Inc";
	image_copyright[14] = "LA Inc";
	image_copyright[15] = "LA Inc";
	image_copyright[16] = "LA Inc";
	image_copyright[17] = "LA Inc";
	image_copyright[18] = "LA Inc";
	image_copyright[19] = "LA Inc";
	image_copyright[20] = "LA Inc";
	image_copyright[21] = "LA Inc";
	image_copyright[22] = "LA Inc";
	image_copyright[23] = "LA Inc";
	image_copyright[24] = "Aaron Logan";
	image_copyright[25] = "Aaron Logan";
	
	*/



//-->