/* --------------------------------------------------
	Created:	March 6, 2007
	Purpose:	Functions to create and print logos. 
				Used primarily on:
				- displaySimpleEventList
				- displayGroupList 
-------------------------------------------------- */
	function makeLogo(name, logo) {
		this.oname = name;
		this.ologo = logo;
	}

/* --------------------------------------------------
	LOGO LIST
-------------------------------------------------- */
	logoList = new Array;
	var i = 0;
//	logoList[i++] = new makeLogo("Florida Int&#39;l", "fiu");
//	logoList[i++] = new makeLogo("Rutgers Student Test", "StudentShirt");
//	logoList[i++] = new makeLogo("UCLA - Homecoming 2", new Array("ucla","berkeley"));
	logoList[i++] = new makeLogo("USC", "usc");
	logoList[i++] = new makeLogo("UCLA", "ucla");
	logoList[i++] = new makeLogo("Cal", "berkeley");
	logoList[i++] = new makeLogo("Oregon", "uoregon");
	logoList[i++] = new makeLogo("Oregon State", "oregonstate");
	logoList[i++] = new makeLogo("Washington", "washington");
	logoList[i++] = new makeLogo("Motley Crue", "motley");
	logoList[i++] = new makeLogo("Larry the Cable Guy", "larrythecableguy");
	logoList[i++] = new makeLogo("BULLS AND BRONCS", "dodge");
	logoList[i++] = new makeLogo("Paul McCartney", "paulMcCartney");
	logoList[i++] = new makeLogo("American Idol", "americanIdol");
	logoList[i++] = new makeLogo("Tom Petty and the Heartbreakers", "tomPetty");
	logoList[i++] = new makeLogo("Green Day", "greenDay");
	logoList[i++] = new makeLogo("WWE Smackdown", "smackdown");
	logoList[i++] = new makeLogo("Tony Hawk&#39;s Boom Boom HuckJam", "hawk");
	logoList[i++] = new makeLogo("Ringling Bros, Barnum & Bailey Circus", "ringling");
	logoList[i++] = new makeLogo("Ringling Bros Circus", "ringling");
	logoList[i++] = new makeLogo("Alison Krauss & Union Station", "alisonkrauss");
	logoList[i++] = new makeLogo("Rascal Flatts", "rascalFlatts");
	logoList[i++] = new makeLogo("Rascal Flatts Tickets & Parking Package", "rascalFlatts");
	logoList[i++] = new makeLogo("Mannheim Steamroller Christmas Celebration", "mannheim");
	logoList[i++] = new makeLogo("Mediacom Cyclone Capital Classic", "mediacomCyclone");
	logoList[i++] = new makeLogo("Steven Curtis Chapman/MercyMe", "stevenCurtis");
	logoList[i++] = new makeLogo("Disney on Ice - 3 Jungle Adventures", "disneyOnIce");
	logoList[i++] = new makeLogo("Arenacross Group Package(Friday)", "arenacross");
	logoList[i++] = new makeLogo("Arenacross Group Package(Saturday)", "arenacross");
	logoList[i++] = new makeLogo("Arenacross Group Package(Sunday)", "arenacross");
	logoList[i++] = new makeLogo("Drake/UNI Basketball", "drakeUni");
	logoList[i++] = new makeLogo("Monster Truck Jam 1-6-2006 8pm", "monsterTruckJam");
	logoList[i++] = new makeLogo("Monster Truck Jam 1-7-2006 8pm", "monsterTruckJam");
	logoList[i++] = new makeLogo("Monster Truck Jam 1-7-2006 2pm", "monsterTruckJam");
	logoList[i++] = new makeLogo("Monster Jam 1-6-2006 8pm", "monsterJam");
	logoList[i++] = new makeLogo("Monster Jam 1-7-2006 8pm", "monsterJam");
	logoList[i++] = new makeLogo("Monster Jam 1-7-2006 2pm", "monsterJam");
	logoList[i++] = new makeLogo("Smucker&#39;s Stars on Ice", "starsOnIce");
	logoList[i++] = new makeLogo("The &quot;World Famous&quot; Lipizzaner Stallions", "lipizzaner");
	logoList[i++] = new makeLogo("Champions On Ice", "championsOnIce");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 1", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 2", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 3", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 4", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 5", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 6", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 7", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 8", "wrestling");
	logoList[i++] = new makeLogo("State Wrestling Tournament Session 9", "wrestling");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #1", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #2", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #3", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #4", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #5", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #6", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #7", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #8", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #9", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #10", "girlsStateBasketball");
	logoList[i++] = new makeLogo("Girl&#39;s State Basketball Session #11", "girlsStateBasketball");
	logoList[i++] = new makeLogo("George Strait", "georgeStrait");
	logoList[i++] = new makeLogo("Nickelback", "nickelback");
	logoList[i++] = new makeLogo("Nine Inch Nails", "nin");
	logoList[i++] = new makeLogo("Gretchen Wilson", "gretchenWilson");
	logoList[i++] = new makeLogo("Andre Rieu", "andreRieu");
	logoList[i++] = new makeLogo("Aerosmith", "aerosmith");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 1", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 2", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 3", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 4", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 5", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 6", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 7", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 8", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 9", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 10", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 11", "boysBballWrestling");
	logoList[i++] = new makeLogo("Boy&#39;s BBall Session 12", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 1", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 2", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 3", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 4", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 5", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 6", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 7", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 8", "boysBballWrestling");
	logoList[i++] = new makeLogo("Wrestling Session 9", "boysBballWrestling");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 1", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 2", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 3", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 4", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 5", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 6", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 7", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 8", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 9", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 10 Finals", "girlsStateBball");
	logoList[i++] = new makeLogo("Girl&#39;s BBall Session 11 Finals", "girlsStateBball");
	logoList[i++] = new makeLogo("Sesame Street Live Performance #1", "sesameStreet");
	logoList[i++] = new makeLogo("Sesame Street Live Performance #2", "sesameStreet");
	logoList[i++] = new makeLogo("Sesame Street Live Performance #3", "sesameStreet");
	logoList[i++] = new makeLogo("Sesame Street Live Performance #4", "sesameStreet");
	logoList[i++] = new makeLogo("Cirque Du Soleil - Friday May 19, 2006", "cirqueDuSoleil");
	logoList[i++] = new makeLogo("Cirque Du Soleil - Saturday May 20, 2006", "cirqueDuSoleil");
	logoList[i++] = new makeLogo("WWE", "wwe");
	logoList[i++] = new makeLogo("Dixie Chicks", "dcx");
	logoList[i++] = new makeLogo("Martina McBride", "martinaMcbride");
	logoList[i++] = new makeLogo("Tim McGraw & Faith Hill", "timFaith");
	logoList[i++] = new makeLogo("Bruce Springsteen", "springsteen");
	logoList[i++] = new makeLogo("Bill Gaither and Homecoming Friends", "gaither");
	logoList[i++] = new makeLogo("The Who", "thewho");
	logoList[i++] = new makeLogo("Rock Star Supernova", "supernova");
	logoList[i++] = new makeLogo("Arena Cross Friday", "arenacross06");
	logoList[i++] = new makeLogo("Arena Cross Saturday", "arenacross06");
	logoList[i++] = new makeLogo("Arena Cross Sunday", "arenacross06");
	logoList[i++] = new makeLogo("The Cheetah Girls", "cheetahgirls");
	logoList[i++] = new makeLogo("WWE Raw Live!", "wweraw");
	logoList[i++] = new makeLogo("Disney on Ice - Mickey and Minnie&#39;s Magical Journey", "disneymagic");
	logoList[i++] = new makeLogo("Toby Keith", "toby");
	logoList[i++] = new makeLogo("Toby Keith 4 Ticket Special", "toby");
	logoList[i++] = new makeLogo("US Hot Rod Monster Truck Jam", "monsterjam");
	logoList[i++] = new makeLogo("Red Hot Chili Peppers", "redhot");
	logoList[i++] = new makeLogo("Professional Championship Bull Riders", "bull");
	logoList[i++] = new makeLogo("Larry the Cable Guy", "larrythecableguy");
	logoList[i++] = new makeLogo("Rod Stewart", "rod");
	logoList[i++] = new makeLogo("Larry the Cable Guy", "larry");
	logoList[i++] = new makeLogo("Keith Urban", "keith");
	logoList[i++] = new makeLogo("Bill Gaither Homecoming Tour 2007", "gaither2");
	logoList[i++] = new makeLogo("Monster Jam - Friday 1-4-2008 7:30pm", "jam");
	logoList[i++] = new makeLogo("Sesame Street Live", "grover");
	logoList[i++] = new makeLogo("Glory Fight Championships", "glory");
	logoList[i++] = new makeLogo("Disney&#39;s High School Musical - The Ice Tour", "hsmice");
	logoList[i++] = new makeLogo("Monster Jam - Saturday 1-5-2008 2:00pm", "jam");
	logoList[i++] = new makeLogo("Monster Jam - Saturday 1-5-2008 7:30pm", "jam");
	logoList[i++] = new makeLogo("John Mayer", "johnmayer");
	logoList[i++] = new makeLogo("WWE Smackdown & ECW", "ecw");
	logoList[i++] = new makeLogo("Andre Rieu and his Johann Strauss Orchestra", "andre");
	logoList[i++] = new makeLogo("Castle Concrete Presents Bad Moon Rising", "fight");
	logoList[i++] = new makeLogo("Ringling Bros. and Barnum & Bailey presents Circus Of Dreams", "circus");
	logoList[i++] = new makeLogo("Keith Urban - 4 ticket Car Pool Special", "keith");
	logoList[i++] = new makeLogo("Keith Urban - 2 ticket Car Pool Special", "keith");
	logoList[i++] = new makeLogo("Arenacross Ticket & Parking Combo - Friday", "arena");
	logoList[i++] = new makeLogo("Arenacross Ticket & Parking Combo - Saturday", "arena");
	logoList[i++] = new makeLogo("Arenacross Ticket & Parking Combo - Sunday", "arena");
	logoList[i++] = new makeLogo("Blue Man Group - How to be a Megastar Tour 2.1", "bmg");
	logoList[i++] = new makeLogo("Arenacross - Friday", "arena");
	logoList[i++] = new makeLogo("Arenacross - Sunday", "arena");
	logoList[i++] = new makeLogo("Arenacross - Saturday", "arena");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Friday 9-28-2007 7:00pm", "circus");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Saturday 9-29-2007 11:00am", "circus");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Saturday 9-29-2007 3:00pm", "circus");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Saturday 9-29-2007 3:00pm", "circus");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Sunday 9-30-2007 1:00pm", "circus");
	logoList[i++] = new makeLogo("Circus of Dreams Tickets & Parking Package Sunday 9-30-2007 5:00pm", "circus");
	logoList[i++] = new makeLogo("Kidz Bop World Tour", "kidbop");
	logoList[i++] = new makeLogo("Celtic Woman Tickets & Parking Package", "celtic");
	logoList[i++] = new makeLogo("Celtic Woman", "celtic");
	logoList[i++] = new makeLogo("John Mellencamp Tickets & Parking Package", "mellencamp");
	logoList[i++] = new makeLogo("John Mellencamp", "mellencamp");
	logoList[i++] = new makeLogo("Blue Man Group Tickets & Parking Package", "bmg");
	logoList[i++] = new makeLogo("Kidz Bop Tickets & Parking Package", "kidbop");
	logoList[i++] = new makeLogo("Lipizzaner Stallions", "stalions");
	logoList[i++] = new makeLogo("Michael Buble&#39;", "buble");
	logoList[i++] = new makeLogo("Michael Buble&#39; Tickets & Parking Package", "buble");
	logoList[i++] = new makeLogo("Sesame Street Live - Elmo Makes Music", "elmo");
	logoList[i++] = new makeLogo("Monster Jam", "monster_jam");
	logoList[i++] = new makeLogo("Monster Jam Pit Pass", "monster_jam");
	logoList[i++] = new makeLogo("DoodleBops Live!", "doodlebops");
	logoList[i++] = new makeLogo("Cirque Du Soleil - Saltimbanco", "cirque");
	logoList[i++] = new makeLogo("Cirque Du Soleil - Family Package", "cirque");
	logoList[i++] = new makeLogo("Billy Joel", "billy_joel");
	logoList[i++] = new makeLogo("Billy Joel VIP Package", "billy_joel");
	logoList[i++] = new makeLogo("Billy Joel Tickets & Parking Package", "billy_joel");
	logoList[i++] = new makeLogo("2008 Arenacross - Saturday", "arenacross");
	logoList[i++] = new makeLogo("2008 Arenacross - Friday", "arenacross");
	logoList[i++] = new makeLogo("2008 Arenacross - Sunday", "arenacross");
	logoList[i++] = new makeLogo("Bon Jovi VIP Package", "bon_jovi");
	logoList[i++] = new makeLogo("Bon Jovi", "bon_jovi");
	logoList[i++] = new makeLogo("Bon Jovi VIP Package", "bon_jovi");
	logoList[i++] = new makeLogo("Celtic Thunder", "celtic");
	logoList[i++] = new makeLogo("Celtic Thunder Tickets and Event Parking", "celtic");
	logoList[i++] = new makeLogo("Iowa Stars vs. Quad City Flames", "stars");
	logoList[i++] = new makeLogo("Iowa Stars vs. San Antonio Rampage", "stars");
	logoList[i++] = new makeLogo("Iowa Stars vs. Lake Erie Monsters", "stars");
	logoList[i++] = new makeLogo("Iowa Stars vs. Peoria Rivermen", "stars");
	logoList[i++] = new makeLogo("Iowa Stars vs. Rockford Ice Hogs", "stars");
	logoList[i++] = new makeLogo("Iowa Stars vs. Quad City Flames Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Stars vs. Rockford Ice Hogs Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Stars vs. Peoria Rivermen Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Stars vs. San Antonio Rampage Event Parking", "park");
	logoList[i++] = new makeLogo("CAGEFEST 4-RISE ABOVE", "cage_fest");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Lexington Horsemen", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Stockton Lightning", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Louisville Fire", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Quad City Steamwheelers", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Green Bay Blizzard", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Peoria Pirates", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Tulsa Talons", "barnstormers");	
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Tulsa Talons", "barnstormers");	
	logoList[i++] = new makeLogo("WWE presents Smackdown and ECW", "wwe");	
	logoList[i++] = new makeLogo("WWE Tickets & Parking Package", "wwe");
	logoList[i++] = new makeLogo("Za Ga Zig Shriners Circus", "shrine_circus");
	logoList[i++] = new makeLogo("Acrobatic Gymnastics National Championships", "acrobatic");
	logoList[i++] = new makeLogo("World Xtreme Boxing Challenge", "xbc");
	logoList[i++] = new makeLogo("2008 World Tour of Gymnastic Superstars", "gymnastic_superstars");
	logoList[i++] = new makeLogo("Walking with Dinosaurs", "wwd");
	logoList[i++] = new makeLogo("Conquest Fighting Championship", "conquest");
	logoList[i++] = new makeLogo("Metallica", "metallica");
	logoList[i++] = new makeLogo("Disney on Ice - 100 Years of Magic", "disney");
	logoList[i++] = new makeLogo("Jeff Dunham", "jeff_dunham");
	logoList[i++] = new makeLogo("Slipknot", "slipknot");
	logoList[i++] = new makeLogo("Mötley Crüe", "motley");
	logoList[i++] = new makeLogo("Mötley Crüe 4 Ticket Special", "motley");
	logoList[i++] = new makeLogo("Sesame Street Live - When Elmo Grows Up", "elmo");
	logoList[i++] = new makeLogo("Bill Gaither and the Homecoming Friends", "gaither");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Peoria Pirates Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Amarillo Dusters Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Green Bay Blizzard Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Oklahoma City Yard Dawgz Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Milwaukee Iron Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Tulsa Talons Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Quad City Steemwheelers Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Spokane Shock Event Parking", "park");
	logoList[i++] = new makeLogo("Iowa Barnstromers vs. Tulsa Talons", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Amarillo Dusters", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Spokane Shock", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Milwaukee Iron", "barnstormers");
	logoList[i++] = new makeLogo("Iowa Barnstormers vs. Oklahoma City Yard Dawgs", "barnstormers");
	logoList[i++] = new makeLogo("Mormon Tabernacle Choir", "mtc");
	logoList[i++] = new makeLogo("Coldplay", "coldplay");
	logoList[i++] = new makeLogo("Kenny Chesney", "kenny");
	logoList[i++] = new makeLogo("New Kids on the Block", "nkotb");
	logoList[i++] = new makeLogo("New Kids on the Block 4 Ticket Special", "nkotb");
	logoList[i++] = new makeLogo("Transforming Business: Ray Anderson", "ray");
	logoList[i++] = new makeLogo("Transforming Business: Bob Willard", "bob");
	logoList[i++] = new makeLogo("Transforming Business: Bill Witherspoon", "bill");
	logoList[i++] = new makeLogo("Transforming Business Speaker Series Package", "tns");
	logoList[i++] = new makeLogo("Disney Live!", "disney-live");
	logoList[i++] = new makeLogo("Midwest Cage Championship 21", "mcc");
	logoList[i++] = new makeLogo("Miley Cyrus", "miley_cyrus");
	logoList[i++] = new makeLogo("Britney Spears", "britney");
	logoList[i++] = new makeLogo("BRITNEY SPEARS - The &quot;Ringmaster&quot; VIP Experience", "britney");
	logoList[i++] = new makeLogo("BRITNEY SPEARS - &quot;In the Zone&quot; VIP Experience", "britney");
	logoList[i++] = new makeLogo("BRITNEY SPEARS - &quot;Kill the Lights&quot; VIP Package", "britney");
	logoList[i++] = new makeLogo("Shawn Johnson and Friends", "shawn");
	logoList[i++] = new makeLogo("Disney Live!", "disney");
	logoList[i++] = new makeLogo("AC/DC", "acdc");
	logoList[i++] = new makeLogo("BE Inspired", "be");
	logoList[i++] = new makeLogo("Midwest Cage Championship 23", "mcc");
	logoList[i++] = new makeLogo("Bruce Springsteen and the E Street Band", "bruce");
	logoList[i++] = new makeLogo("USA National Team vs Great Britain National Team International Dual 2009", "usa_boxing");
	logoList[i++] = new makeLogo("Trans-Siberian Orchestra", "tso");
	logoList[i++] = new makeLogo("Disney On Ice: Princess Classics", "princess");
	logoList[i++] = new makeLogo("The Pink Affair", "pink");
	logoList[i++] = new makeLogo("HBO presents &quot;By the People: The Election of Barack Obama&quot;", "obama");
	logoList[i++] = new makeLogo("Taylor Swift", "swift");
	logoList[i++] = new makeLogo("Brad Paisley", "brad_paisley");
	logoList[i++] = new makeLogo("Harlem Globetrotters", "globies");
	logoList[i++] = new makeLogo("Harlem Globetrotters Magic Pass", "globies");
	logoList[i++] = new makeLogo("Tim McGraw", "tin_mcgraw");
	logoList[i++] = new makeLogo("Black Eyed Peas", "bep");
	logoList[i++] = new makeLogo("Boom Boom Pow Package - Black Eyed Peas", "bep");
	logoList[i++] = new makeLogo("I Gotta Feeling Package - Black Eyed Peas", "bep");
	logoList[i++] = new makeLogo("Meet Me Halfway Package - Black Eyed Peas", "bep");
	logoList[i++] = new makeLogo("Imma Be Package - Black Eyed Peas", "bep");
	logoList[i++] = new makeLogo("Ovations Gift Card $10.00", "ovations");
	logoList[i++] = new makeLogo("Ovations Gift Card $20.00", "ovations");
	logoList[i++] = new makeLogo("Bacon Elegance Dinner", "bacon_fest");
	logoList[i++] = new makeLogo("Blue Ribbon Bacon Festival", "bacon_fest");
	logoList[i++] = new makeLogo("Hillsong United", "united");
	logoList[i++] = new makeLogo("Justin Bieber", "justin_b");
	logoList[i++] = new makeLogo("Justin Bieber My World VIP Package", "justin_b");
	logoList[i++] = new makeLogo("Justin Bieber Love Me VIP Package", "justin_b");
	logoList[i++] = new makeLogo("Justin Bieber Fan Club", "justin_b");
	logoList[i++] = new makeLogo("Midwest Cage Championship 26: Triple Crown", "mcc");
	logoList[i++] = new makeLogo("Sesame Street Live - Elmo&#39;s Green Thumb", "elmo");
	logoList[i++] = new makeLogo("Mid-Iowa Rollers vs Muddy Water Nightmares", "rollers");
	logoList[i++] = new makeLogo("Miracle Match Tennis", "mm");
	logoList[i++] = new makeLogo("Elton John", "elton");
	logoList[i++] = new makeLogo("Za Ga Zig Shrine Circus", "shrine");
	logoList[i++] = new makeLogo("Carrie Underwood", "carrie_u");
	logoList[i++] = new makeLogo("American Idol Live!", "ai_live");
	logoList[i++] = new makeLogo("Radio City Christmas Spectacular", "rockettes");
	logoList[i++] = new makeLogo("Disney Live! - Mickey's Magic Show", "disney2010");
	logoList[i++] = new makeLogo("Disney on Ice - Mickey and Minnie's Magical Journey", "disney_mickey_minnie");
	logoList[i++] = new makeLogo("Eagles", "eagles");
	logoList[i++] = new makeLogo("Trans Siberian Orchestra", "tso2010");
	logoList[i++] = new makeLogo("Iowa State vs Creighton", "isu-cu");
	logoList[i++] = new makeLogo("MCC29: Champion vs Champion", "mcc29");
	logoList[i++] = new makeLogo("Xtreme Ice Racing", "iceracing");
	logoList[i++] = new makeLogo("World Championship ICE Racing", "iceracing");
	logoList[i++] = new makeLogo("Music as a Weapon", "maw");
	logoList[i++] = new makeLogo("Cirque Du Soleil - Dralion", "cirque-dralion");
	logoList[i++] = new makeLogo("Harlem Globetrotters", "globetrotters");
	logoList[i++] = new makeLogo("Harlem Globetrotters - Magic Pass", "globetrotters");
	logoList[i++] = new makeLogo("This is our House - The Ultimate Bon Jovi VIP Experience", "bon_jovi");
	logoList[i++] = new makeLogo("Make a Memory - The Bon Jovi VIP Experience", "bon_jovi");
	logoList[i++] = new makeLogo("One Wild Night - The Bon Jovi VIP Experience", "bon_jovi");
	logoList[i++] = new makeLogo("Let it Rock- The Bon Jovi VIP Experience", "bon_jovi");
	logoList[i++] = new makeLogo("The Gold VIP Package", "bon_jovi");
	logoList[i++] = new makeLogo("The Silver VIP Package", "bon_jovi");
	logoList[i++] = new makeLogo("MCC33: Lund vs Roberts", "mcc_33");
	logoList[i++] = new makeLogo("Boys Basketball 3A and 4A First Round", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 4A First Round", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 1A and 2A Semifinals", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 3A Semifinals", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 4A Semi 1A,2A Consolation", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 1A, 2A Championships", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 3A, 4A Consolations", "boys_b");
	logoList[i++] = new makeLogo("Boys Basketball 3A, 4A Championships", "boys_b");
	logoList[i++] = new makeLogo("Josh Groban", "josh_groban");
	logoList[i++] = new makeLogo("Josh Groban FRONT ROW PACKAGE", "josh_groban");
	logoList[i++] = new makeLogo("Josh Groban GOLD HOT TICKET PACKAGE", "josh_groban");
	logoList[i++] = new makeLogo("Josh Groban SILVER HOT TICKET PACKAGE", "josh_groban");
	logoList[i++] = new makeLogo("Sesame St Live 1-2-3 Imagine", "ssl");
	logoList[i++] = new makeLogo("Sesame St Live 1-2-3 Imagine!", "ssl");
	logoList[i++] = new makeLogo("Lipizzaner Stallions", "lipizzaner");
	logoList[i++] = new makeLogo("Michael Bublé", "mbuble");
	logoList[i++] = new makeLogo("Michael Buble", "mbuble");
	logoList[i++] = new makeLogo("THE WALTZ PACKAGE - Andre Rieu and his Johann Strauss Orchestra", "andre");
	logoList[i++] = new makeLogo("Disney&#39;s Phineas and Ferb: The Best LIVE Tour Ever!", "disney_phineas");
	logoList[i++] = new makeLogo("Disney Live Family Four Pack", "disney_phineas");
	logoList[i++] = new makeLogo("Disney on Ice - Treasure Trove", "doi");
	logoList[i++] = new makeLogo("Disney on Ice Family Four Pack", "doi");
	logoList[i++] = new makeLogo("Arenacross Saturday", "cross");
	logoList[i++] = new makeLogo("Arenacross Track Party", "cross");
	logoList[i++] = new makeLogo("Arenacross Family Four Pack ", "cross");
	logoList[i++] = new makeLogo("Arenacross Family Four Pack", "cross");
	logoList[i++] = new makeLogo("Arenacross ", "cross");
	logoList[i++] = new makeLogo("Arenacross", "cross");
	logoList[i++] = new makeLogo("Iowa Hawkeyes vs Creighton Blue Jays", "iucu");
	logoList[i++] = new makeLogo("Jeff Dunham: Controlled Chaos", "dunham");
	logoList[i++] = new makeLogo("Zac Brown Band", "zbb");
	logoList[i++] = new makeLogo("Bob Seger and the Silver Bullet Band", "bs");
	logoList[i++] = new makeLogo("World&#39;s Toughest Rodeo", "wtr");
	logoList[i++] = new makeLogo("Lady Antebellum", "lady");
	logoList[i++] = new makeLogo("Professional Bull Riders", "pbr-se");
	logoList[i++] = new makeLogo("Professional Bull Riders Saturday All aXXess", "pbr-package");
	logoList[i++] = new makeLogo("Professional Bull Riders Sunday All aXXess", "pbr-package");
	
		




/* --------------------------------------------------
	EXTRA LIST
-------------------------------------------------- */
	extraList = new Array;
	var i = 0;
	extraList[i++] = ""; // DO NOT remove
	extraList[i++] = "The ";
	extraList[i++] = "at ";
	extraList[i++] = "@ ";
	extraList[i++] = "vs ";
	extraList[i++] = "vs. ";
	extraList[i++] = " FAMILY 4 PACK";
	extraList[i++] = " - Family Four Packs";
	extraList[i++] = " - Group Tickets";
	extraList[i++] = " - Student Matinee";
	extraList[i++] = " Time TBA";
	
	// sort extraList, greatest length first
	extraList.sort(function(a,b) {
		return (a.length > b.length) ? -1 : 1;
	});

/* --------------------------------------------------
	FULL-SIZED IMAGES LIST
-------------------------------------------------- */
	fullsizeList = new Array;
	var i = 0;
//	fullsizeList[i++] = new makeLogo("Rutgers Student Test", "StudentShirt");

/* --------------------------------------------------
	GROUP LIST
-------------------------------------------------- */
	logoGroupList = new Array;
	var i = 0;
	logoGroupList[i++] = new makeLogo(new Array("BTMAR","BPMAR","BTAPR","BPAPR","BASEBALL"), "energy");
	logoGroupList[i++] = new makeLogo(new Array("AG"), "acrobatic");
	logoGroupList[i++] = new makeLogo(new Array("HOCKEY","HTOCT","HTNOV","HTDEC","HTJAN","HTFEB","HTMAR","HTAPR","HPOCT","HPNOV","HPDEC","HPJAN","HPFEB","HPMAR","HPAPR"), "stars");
	logoGroupList[i++] = new makeLogo(new Array("CLD"), "calendar");
	logoGroupList[i++] = new makeLogo(new Array("FS"), "fw");
	logoGroupList[i++] = new makeLogo(new Array("GYM"), "covergirl");
	logoGroupList[i++] = new makeLogo(new Array("DATE"), "rib");
	logoGroupList[i++] = new makeLogo(new Array("CG"), "curious_george");
	logoGroupList[i++] = new makeLogo(new Array("AC"), "arenacross");
	logoGroupList[i++] = new makeLogo(new Array("LAX"), "swarm");
	logoGroupList[i++] = new makeLogo(new Array("SW"), "star_wars");
	logoGroupList[i++] = new makeLogo(new Array("AF2"), "barn");
	logoGroupList[i++] = new makeLogo(new Array("SC5"), "shrine");


/* --------------------------------------------------
	MAIN LOGO FUNCTIONS
-------------------------------------------------- */
	function printLogo(name, group) {
		var logo = "";
		name = cleaner(name.toUpperCase());
		
		// remove appending dates/times (ie: "TITLE - Wed., Sept. 17 - 2pm")
		name = name.replace(/(( |,|-|\(|\bon\b|\bat\b){0,2} ?\b(mon|tue(s)?|wed(nes)?|thu(r(s)?)?|fri|sat(ur)?|sun)(day)?\b\.?( morning| afternoon| eve| evening| mat)?\)?)?(( |,|-|\(|\bon\b|\bat\b){0,2} ?(\b(jan(uary)?|feb(ruary)?|mar(ch)?|apr(il)?|may|jun(e)?|jul(y)?|aug(ust)?|sep(t(ember)?)?|oct(ober)?|nov(ember)?|dec(ember)?)\b\.? \d{1,2}(th)?(,? ?(20)?\d{2})?\)?|\d{1,2}[/\- ]\d{1,2}([/\- ](20)?\d{2})?\)?))?(( |,|-|\(|\bon\b|\bat\b|@){0,2} ?\d{1,2}(:\d{2})? ?(a.?m.?|p.?m.?)\)?)?$/ig, "");
		
		
		// process extralist
		var extraName = name;
		for(var i=0; i<extraList.length; i++) {
			if(extraName.indexOf(extraList[i].toUpperCase())==0) {
				extraName = extraName.slice(extraList[i].length, extraName.length);
				break;
			}
		}
		for(var i=0; i<extraList.length; i++) {
			if(extraName.length - extraList[i].length>0 && extraName.indexOf(extraList[i].toUpperCase())==extraName.length - extraList[i].length) {
				extraName = extraName.slice(0, extraName.length - extraList[i].length);
				break;
			}
		}
		extraName = extraName.replace(/(( |,|-|\(|\bon\b|\bat\b){0,2} ?\b(mon|tue(s)?|wed(nes)?|thu(r(s)?)?|fri|sat(ur)?|sun)(day)?\b\.?( morning| afternoon| eve| evening| mat)?\)?)?(( |,|-|\(|\bon\b|\bat\b){0,2} ?(\b(jan(uary)?|feb(ruary)?|mar(ch)?|apr(il)?|may|jun(e)?|jul(y)?|aug(ust)?|sep(t(ember)?)?|oct(ober)?|nov(ember)?|dec(ember)?)\b\.? \d{1,2}(th)?(,? ?(20)?\d{2})?\)?|\d{1,2}[/\- ]\d{1,2}([/\- ](20)?\d{2})?\)?))?(( |,|-|\(|\bon\b|\bat\b|@){0,2} ?\d{1,2}(:\d{2})? ?(a.?m.?|p.?m.?)\)?)?$/ig, "");
		// custom code new era - display opponent team logo automatically
		// based on string match
		if(logo=="") {
			if(name != "") {
				if(name.match("IOWA CHOPS"))
					logo = "chops";
				if(name.match("IOWA ENERGY"))
					logo = "energy";
				if(name.match("BARRY MANILOW"))
					logo = "manilow";
				
			}
		}
		// end custom code new era - display opponent team logo automatically
		
		// find logo match (start from end for most recently added logos)
		// Custom Code New Era - adding check to see if logo exists because of above custom code
		if(logo=="") {
		for(var i=logoList.length-1; i>=0; i--) {
			var listName = logoList[i].oname.toUpperCase();
			if(name==cleaner(listName) || extraName==cleaner(listName)) {
				logo = logoList[i].ologo;
				break;
				}
			}
		}
		
		// find logo based on group
		if(logo=="") {
			if(typeof(fullGroupList)!="undefined" && group!="") {
				while(logo=="" && group!="") {
					for(var k=0; k<logoGroupList.length; k++) {
						for(var l=0; l<logoGroupList[k].oname.length; l++) {
							if(logoGroupList[k].oname[l]==group) {
								logo = logoGroupList[k].ologo;
								break;
							}
						}
						if(logo!="") break;
					}
					if(logo!="") break;
					var parent = "";
					for(var i=0; i<fullGroupList.length; i++) {
						if(fullGroupList[i].code==group) {
							parent = fullGroupList[i].parent;
						}
					}
					group = parent;
				}
			} else {
				for(var k=0; k<logoGroupList.length; k++) {
					for(var l=0; l<logoGroupList[k].oname.length; l++) {
						if(logoGroupList[k].oname[l]==group) {
							logo = logoGroupList[k].ologo;
							break;
						}
					}
				}
			}
		}
		
		// set DEFAULT LOGO if still not assigned	
		//template enhancement, no default logo for renewals
		if(group!="renewals") {
			if(logo=="") logo = "na";
		} else {
			if(logo=="") logo = "na";  //change to different default renewal logo, or comment out to remove default logo function on Renewal Process	
		}	
		
		// determine if full sized image exists
		var fullSize = "";
		for(var i=0; i < fullsizeList.length; i++) {
			var listName = fullsizeList[i].oname.toUpperCase();
			if(name==cleaner(listName) || extraName==cleaner(listName)) {
				fullSize = fullsizeList[i].ologo;
				break;
			}
		}
		
		var imgSrc = "";
		
		// create and return logo source
		if(logo!="") {
			if(typeof(logo)=="string") {
				imgSrc = '<img src="'+imageWWWPath+'/logos/'+logo+'.gif" border="0" width="75" height="75" alt="'+extraName+'" align="absmiddle">';
			} else {
				for(var k=0; k<logo.length; k++) {
					imgSrc += '<img src="'+imageWWWPath+'/logos/'+logo[k]+'.gif" border="0" width="75" height="75" alt="'+extraName+'" align="absmiddle"> ';
				}
			}
			if(fullSize!="" && group!="ticketTransfers") {
				imgSrc = '<a href="#" onclick="toggleFullSize(this); return false;" class="thumbHide">' + imgSrc + '<br><small style="white-space:nowrap"><img src="'+imageWWWPath+'/fullsize/mag.gif" border="0" width="11" height="11" align="absmiddle"> view large</small><span><img src="'+imageWWWPath+'/fullsize/'+fullSize+'.gif" border="0" alt="'+name+'"><br><small style="white-space:nowrap"><img src="'+imageWWWPath+'/fullsize/close.gif" border="0" width="11" height="11" align="absmiddle"> click to close</small></span></a>';
			}
		}
		return(imgSrc);
	}
	
	function toggleFullSize(thumb) {
		if(thumb.className=="thumbHide") {
			thumb.className = 'thumbShow';
		} else if(thumb.className=="thumbShow") {
			thumb.className = 'thumbHide';
		}
	}
	
	// print smaller logo for calendar
	function printCalLogo(name, group) {
		var imgSrc = printLogo(name, group);
		if(imgSrc!="") {
			imgSrc = imgSrc.replace(/width="75" height="75"/ig, 'width="40" height="40"');
			
			//remove full size code
			imgSrc = imgSrc.replace(/((<a href[^>]+>){1}|(<br>(<([^>]+)>)+ view large(<([^>]+)>)+ click to close(<([^>]+)>)+))/ig, "");
		}
		return(imgSrc);
	}
	
	// print very small logo
	function printSmallLogo(name, group) {
		var imgSrc = printLogo(name, group);
		if(imgSrc!="") {
			imgSrc = imgSrc.replace(/width="75" height="75"/ig, 'width="30" height="30" align="absmiddle"');
			
			//remove full size code
			imgSrc = imgSrc.replace(/((<a href[^>]+>){1}|(<br>(<([^>]+)>)+ view large(<([^>]+)>)+ click to close(<([^>]+)>)+))/ig, "");
		}
		return(imgSrc);
	}
	
