
/****************************************************************
* PROPRIETARY INFO
* The content contained in this JavaScript file is the property 
* of The Fashion Institute of Design & Merchandising. 
* You may not, in any way, shape, or form, copy or reproduce 
* any portion of this code without express written consent.  
****************************************************************/

/****************************************************************
* LINK SORTER
* The purpose of this link sorter is to take a series of links, 
* store them in a JavaScript array, and give the user the ability 
* to sort the links by date, last name, grad year or major. 
* 
* The basic concept is that all information that we want to write, 
* including the sort buttons and the actual links, gets stored 
* into one large string. And this info has to be in a separate 
* frame just for continuity. Also because the page has to be 
* reloaded or refreshed each time we want to show a new page. 
* Then the page that gets reloaded just writes out the string!
****************************************************************/















/****************************************************************
* THE CONTENT
* 0 = date
* 1 = image width
* 2 = image height
* 3 = firstname
* 4 = lastname
* 5 = grad year
* 6 = major
* 7 http://www.mountainandcloud.com/alumni/links/mem_links.shtml= link
* 8 = image type
* 9 = flag for extra person (says that we have multiple authors)
* 10 = first name
* 11 = last name
* 12 = grad year
* 13 = major
****************************************************************/
var ar = new Array();

ar[ar.length] = new Array(20091001, 138, 87, 'Lindsay', 'Albanese', 2001, 'Fashion Design', 'http://www.LindsayAlbanese.com', 'jpg');
ar[ar.length] = new Array(20090903, 138, 87, 'Michelle', 'Affronti', 2003, 'Visual Communications', 'http://www.affrontimakeup.com', 'jpg');
ar[ar.length] = new Array(20090902, 138, 87, 'Pamela', 'Crawford', 2004, 'Product Development', 'http://www.pamelacrawfordinc.com', 'jpg');
ar[ar.length] = new Array(20090901, 138, 87, 'Meaghan', 'Walker', 2007, 'Fashion Design', 'http://www.privateartsla.com', 'jpg');

ar[ar.length] = new Array(20090810, 138, 87, 'Michelle Yoon', 'Min Choi', 1996, 'Fashion Design', 'http://www.sealitforever.com', 'jpg');
ar[ar.length] = new Array(20090809, 138, 87, 'Sandra', 'Cardona', 2007, 'Merchandise Marketing', 'http://www.barerebel.com', 'jpg');
ar[ar.length] = new Array(20090808, 138, 87, 'Lucas', 'Switzer', 2007, 'Interior Design', 'http://www.lucaschristianinteriors.com', 'jpg');
ar[ar.length] = new Array(20090807, 138, 87, 'Maria', 'Ewing-Estrada', 2004, 'Product Development', 'http://www.locketship.com', 'jpg');
ar[ar.length] = new Array(20090806, 138, 87, 'Shannon', 'Kitchen-Juarez', 1988, 'Merchandise Marketing', 'http://www.flipsalonsf.com', 'jpg');
ar[ar.length] = new Array(20090805, 138, 87, 'Kimberly', 'Davis', 1997, 'Merchandise Marketing', 'http://www.chanceartworks.com', 'jpg');
ar[ar.length] = new Array(20090804, 138, 87, 'Sangita', 'Upreti', 2007, 'Jewelry Design', 'http://www.wegotrings.com', 'jpg');
ar[ar.length] = new Array(20090803, 138, 87, 'Paloma', 'Belara', 2000, 'Merchandise Marketing', 'http://www.papalodown.com', 'jpg');
ar[ar.length] = new Array(20090802, 138, 87, 'Amanda', 'Collins', 2000, 'Apparel Manufacturing', 'http://www.poochieofbeverlyhills.com', 'jpg');
ar[ar.length] = new Array(20090801, 138, 87, 'Johnna', 'Ho', 1995, 'Merchandise Marketing', 'http://www.johnnaho.com', 'jpg');

ar[ar.length] = new Array(20090606, 138, 87, 'Jessica', 'Dooley', 2009, 'Merchandise Marketing', 'http://www.TheSewingLoungeBurbank.com', 'jpg');
ar[ar.length] = new Array(20090605, 138, 87, 'Kristen', 'Evenson', 2003, 'Film and TV Costume Design', 'http://www.trunkettes.com', 'jpg');
ar[ar.length] = new Array(20090604, 138, 87, 'Lorne', 'Wellington', 2007, 'Merchandise Marketing', 'http://www.sculptedsilhouette.com', 'jpg');
ar[ar.length] = new Array(20090603, 138, 87, 'Elena', 'Kotchetova', 2005, 'Fashion Design', 'http://www.ELENAKOTCHETOVA.com', 'jpg');
ar[ar.length] = new Array(20090602, 138, 87, 'Amy', 'Gan', 2006, 'Merchandise Marketing', 'http://www.LAPretty.com', 'jpg');
ar[ar.length] = new Array(20090601, 138, 87, 'Tracy Delaney', 'Odle', 1982, 'Merchandise Marketing', 'http://www.augustinaleathers.com', 'jpg');

ar[ar.length] = new Array(20090510, 138, 87, 'Karissa von', 'Esch', 1999, 'Product Development', 'http://www.milkandhoneysd.com', 'jpg');
ar[ar.length] = new Array(20090509, 138, 87, 'Jasmine', 'Oganesyan', 1998, 'Fashion Design', 'http://www.pepperandtanky.com', 'jpg');
ar[ar.length] = new Array(20090508, 138, 87, 'Lizzette', 'Brodsky', 2006, 'Fashion Design', 'http://www.dresscodeformal.com', 'jpg');
ar[ar.length] = new Array(20090507, 138, 87, 'Mahealani', 'Gambill', 2008, 'Graphic Design', 'http://www.chachabikini.com', 'jpg');
ar[ar.length] = new Array(20090506, 138, 87, 'Michelle Oribello', 'Brown', 2001, 'Merchandise Marketing', 'http://www.oribello.etsy.com ', 'gif');
ar[ar.length] = new Array(20090505, 138, 87, 'Kim', 'Dingman', 2006, 'Footwear Design', 'http://www.jenandkimshoes.com', 'jpg');
ar[ar.length] = new Array(20090504, 138, 87, 'Nick', 'Coman', 1995, 'Fashion Design', 'http://www.dragonflythreads.com', 'jpg');
ar[ar.length] = new Array(20090503, 138, 87, 'Kelly K. ', 'Wilcox', 2006, 'Product Development', 'http://www.kellybydesign.com', 'gif');
ar[ar.length] = new Array(20090502, 138, 87, 'Nazy', 'Meknat', 2004, 'Visual Communications', 'http://www.stylebynaz.com', 'gif');


ar[ar.length] = new Array(20090402, 138, 87, 'Tanya ', 'Smith', 2004, 'Graphic Design', 'http://www.wimzieprints.com', 'jpg');
ar[ar.length] = new Array(20090401, 138, 87, 'Cheryl', 'Lipton', 2004, 'Product Development', 'http://www.creamsodausa.com', 'jpg');

ar[ar.length] = new Array(20090305, 138, 87, 'Lauryn', 'Chun', 2008, 'Merchandise Marketing', 'http://www.wishingbridgejewelry.com', 'jpg');
ar[ar.length] = new Array(20090304, 138, 87, 'Sassa', 'Jimenez', 2007, 'Fashion Design', 'http://www.dressform.com.ph', 'jpg');
ar[ar.length] = new Array(20090303, 138, 87, 'Kathie', 'Armstrong', 1998, 'Fashion Design', 'http://www.paperbagclothing.com', 'jpg');
ar[ar.length] = new Array(20090302, 138, 87, 'Mihaela', 'Zhekova', 2003, 'Fashion Design', 'http://www.divnamoma.com', 'jpg');
ar[ar.length] = new Array(20090301, 138, 87, 'Dinesh', 'Chandrasena', 1995, 'Fashion Design', 'http://www.dineshc.com', 'jpg');

ar[ar.length] = new Array(20090106, 138, 87, 'Lorraine Padilla', 'Palermo', 1984, 'Fashion Design', 'http://www.pwstylefile.com', 'jpg');
ar[ar.length] = new Array(20090105, 138, 87, 'Greta', 'Jacobs', 2001, 'Fashion Design', 'http://www.gretajacobs.com/index2.php', 'jpg');
ar[ar.length] = new Array(20090104, 138, 87, 'Tosha', 'Clemens', 2006, 'Product Development', 'http://www.labosh.com', 'jpg');
ar[ar.length] = new Array(20090103, 138, 87, 'Archna', 'Patel', 2001, 'Fashion Design', 'http://www.parasolsboutique.com', 'jpg');
ar[ar.length] = new Array(20090102, 138, 87, 'Rafael', 'Sainz', 1991, 'Visual Communications', 'http://www.xdsainz.com', 'jpg');
ar[ar.length] = new Array(20090101, 138, 87, 'Allie', 'Huber', 2007, 'Merchandise Marketing', 'http://www.jaraccessories.com', 'jpg');


ar[ar.length] = new Array(20081213, 138, 87, 'Sherra', 'Swailes', 1985, 'Fashion Design', 'http://www.rubyandbee.com ', 'jpg');
ar[ar.length] = new Array(20081212, 138, 87, 'Andrea', 'Roady', 2008, 'Fashion Design', 'http://www.andrearoady.com', 'jpg');
ar[ar.length] = new Array(20081210, 138, 87, 'Staci', 'Rutherford', 2005, 'Apparel Manufacturing Management', 'http://www.HandbagReport.com', 'jpg');
ar[ar.length] = new Array(20081208, 138, 87, 'Rebecca Eliason \'82 &amp;', '\r\nDebra Weaver', 1982, 'Fashion Design', 'http://www.redewin.com', 'jpg');
ar[ar.length] = new Array(20081207, 138, 87, 'Emily', 'Factor', 2003, 'Fashion Design', 'http://www.emilyfactor.com', 'jpg');
ar[ar.length] = new Array(20081206, 138, 87, 'Desanka', 'Fasiska', 1997, 'Visual Communications', 'http://www.raredove.com', 'jpg');
ar[ar.length] = new Array(20081205, 138, 87, 'Maxine', 'Dillon', 1998, 'Fashion Design', 'http://www.maxinedillon.com', 'jpg');
ar[ar.length] = new Array(20081204, 138, 87, 'Alan', 'Yiu', 2001, 'Apparel Manufacturing Management', 'http://www.westcomb.com', 'jpg');
ar[ar.length] = new Array(20081203, 138, 87, 'Linda', 'Orellana', 1997, 'Fashion Design', 'http://www.ljoembroidery.com', 'jpg');
ar[ar.length] = new Array(20081202, 138, 87, 'Holly', 'Jacobs', 2003, 'Interior Design', 'http://www.deckedoutholidays.com', 'jpg');
ar[ar.length] = new Array(20081201, 138, 87, 'Jennifer', 'Williams', 2006, 'Merchandise Marketing', 'http://www.fashionrules.com', 'jpg');

ar[ar.length] = new Array(20081102, 138, 87, 'Toni', 'Tierney', 1998, 'Fashion Design', 'http://www.tonitierney.net', 'jpg');
ar[ar.length] = new Array(20081101, 138, 87, 'Haven', 'Howell', 2007, 'Fashion Design', 'http://www.rojo-group.com', 'jpg');

ar[ar.length] = new Array(20080905, 138, 87, 'Hillary', 'Metz', 2008, 'Merchandise Marketing', 'http://www.blytheprojects.net', 'jpg');
ar[ar.length] = new Array(20080904, 138, 87, 'Jacci', 'Fredenburg', 2003, 'Theater Costume Design', 'http://www.JacciFredenburg.net', 'jpg');
ar[ar.length] = new Array(20080903, 138, 87, 'Shannon', 'McRae', 1989, 'Merchandise Marketing', 'http://www.luxlabel.biz', 'jpg');
ar[ar.length] = new Array(20080902, 138, 87, 'Joie', 'Rucker', 1991, 'Fashion Design', 'http://www.richandskinnyjeans.com', 'jpg');
ar[ar.length] = new Array(20080901, 138, 87, 'Paula', 'Favela', 2003, 'Merchandise Marketing', 'http://www.sterlingpublicrelationsoc.com', 'jpg');

ar[ar.length] = new Array(20080801, 138, 87, 'Meg', 'Lewis', 2007, 'Visual Communications', 'http://www.1918vintage.com', 'jpg');

ar[ar.length] = new Array(20080705, 138, 87, 'Mile', 'Boban', 2000, 'Merchandise Marketing', 'http://www.mytrickpony.com', 'jpg');
ar[ar.length] = new Array(20080704, 138, 87, 'Gene', 'Brown', 1981, 'Textile Design', 'http://textiledesign.genebrown.net', 'jpg');
ar[ar.length] = new Array(20080703, 138, 87, 'Sara', 'Holmes', 2001, 'Visual Communications', 'http://www.piccolinaresale.com', 'jpg');
ar[ar.length] = new Array(20080702, 138, 87, 'Victoria', 'Hunter', 2002, 'Fashion Design', 'http://www.hpcwww.com', 'jpg');
ar[ar.length] = new Array(20080701, 138, 87, 'Lauren', 'Farnham', 2006, 'Merchandise Marketing', 'http://www.selawear.com', 'jpg');

ar[ar.length] = new Array(20080603, 138, 87, 'Kimberly', 'Lawson', 2007, 'Product Development', 'http://www.oohlaluxe.com', 'jpg');
ar[ar.length] = new Array(20080602, 138, 87, 'Yanira', 'Bugarin', 1982, 'Merchandise Marketing', 'http://www.mapetiteairelle.com', 'jpg');
ar[ar.length] = new Array(20080601, 138, 87, 'Odile', 'Corso', 1984, 'Merchandise Marketing', 'http://www.jamonbaby.com', 'jpg');

ar[ar.length] = new Array(20080406, 138, 87, 'Nicole LaFave \'07 &amp;', '\r\nCherise Angelle', 2007, 'Footwear Design', 'http://www.omelle.com', 'gif');
ar[ar.length] = new Array(20080405, 138, 87, 'Cristy', 'Guy', 1991, 'Fashion Design', 'http://www.cristyguy.com', 'jpg');
ar[ar.length] = new Array(20080404, 138, 87, 'Holly', 'Morgan', 1992, 'Fashion Design', 'http://www.hollymorgandesigns.com', 'gif');
ar[ar.length] = new Array(20080403, 138, 87, 'Laura', 'Stang', 2000, 'Merchandise Marketing', 'http://www.porridgeclothing.com', 'jpg');
ar[ar.length] = new Array(20080402, 138, 87, 'Laura', 'Stang', 2000, 'Merchandise Marketing', 'http://www.porridgehome.com/', 'jpg');
ar[ar.length] = new Array(20080401, 138, 87, 'Simeon', 'Dacumosr', 2006, 'Fashion Design', 'http://www.simeondacumos.com', 'jpg');

ar[ar.length] = new Array(20080304, 138, 87, 'Cathy J', 'Hunziker', 1992, 'Fashion Design', 'http://www.AbsTracTKniTs.com', 'jpg');
ar[ar.length] = new Array(20080303, 138, 87, 'Jessica', 'Marks', 2002, 'Apparel Manufacturing Management', 'http://www.jlmarks.com', 'jpg');
ar[ar.length] = new Array(20080302, 138, 87, 'Renee', 'Patton', 1993, 'Fashion Design', 'http://www.dreamweaverstudio.com/renee.htm', 'jpg');
ar[ar.length] = new Array(20080301, 138, 87, 'Sandra Martinez', 'Herranen', 1995, 'Merchandise Marketing', 'http://www.quitecontraryclothing.com', 'jpg');

ar[ar.length] = new Array(20080205, 138, 87, 'Lucija', 'Kordic', 1983, 'Fashion Design', 'http://www.carouselno3.com', 'jpg');
ar[ar.length] = new Array(20080204, 138, 87, 'Lisa', 'Brodsky', 2006, 'Fashion Design', 'http://www.barijay.com', 'jpg');
ar[ar.length] = new Array(20080203, 138, 87, 'Lennore', 'Merz', 1990, 'Merchandise Marketing', 'http://www.violetspeapod.com', 'jpg');
ar[ar.length] = new Array(20080202, 138, 87, 'Anna Selena', 'Cho', 2005, 'Apparel Manufacturing Management', 'http://www.annaselena.com', 'jpg');
ar[ar.length] = new Array(20080201, 138, 87, 'Fernanda', 'Carneiro', 2003, 'Product Development', 'http://www.fernandacarneiro.com', 'jpg');


ar[ar.length] = new Array(20080104, 138, 87, 'Bryna Nicole', 'Hubbs', 2005, 'Product Development', 'http://www.brynanicole.com', 'jpg');
ar[ar.length] = new Array(20080103, 138, 87, 'Anna Maria', 'Davis', 1984, 'Merchandise Marketing', 'http://www.regeena.com', 'jpg');
ar[ar.length] = new Array(20081209, 138, 87, 'Tanya', 'Smith', 2004, 'Graphic Design', 'http://www.tgsdesign.com', 'jpg');
ar[ar.length] = new Array(20080101, 138, 87, 'Nicole', 'Dale', 2000, 'Merchandise Marketing', 'http://www.hannahbean.com', 'jpg');

ar[ar.length] = new Array(20071203, 138, 87, 'Lorne S.', 'Wellington', 2007, 'Merchandise Marketing', 'http://www.sculptedsilhouette.com', 'jpg');
ar[ar.length] = new Array(20071202, 138, 87, 'Saremy', 'Duffy', 1991, 'Fashion Design', 'http://www.patterndrafter.com', 'jpg');
ar[ar.length] = new Array(20071201, 138, 87, 'Laura Marie', 'Fama', 2006, 'Product Development', 'http://www.dimepiecedesigns.com', 'jpg');

ar[ar.length] = new Array(20071106, 138, 87, 'Carlos', 'Jones', 1998, 'Graphic Design', 'http://www.cj2graphics.com', 'jpg');
ar[ar.length] = new Array(20071105, 138, 87, 'Elysabeth', 'Cherniak', 1987, 'Merchandise Marketing', 'http://www.jewelsbyelysabeth.com', 'jpg');
ar[ar.length] = new Array(20071104, 138, 87, 'Sonya', 'Finley', 1991, 'Fashion Design', 'http://www.sa-creatives.com', 'jpg');
//ar[ar.length] = new Array(20071103, 138, 87, 'Kerrie', 'Kordowski', 2005, 'Theatre Costume', 'http://www.opalmoondesigns.net', 'jpg');
//ar[ar.length] = new Array(20071102, 138, 87, 'Kim', 'McAtee', 2006, 'Merchandise Marketing', 'http://www.thisisponyattack.com', 'jpg');
ar[ar.length] = new Array(20071101, 138, 87, 'Yotam', 'Solomon', 2007, 'Fashion Design', 'http://www.yotamsolomon.com', 'gif');

//ar[ar.length] = new Array(20071008, 138, 87, 'John Tapia', 'Urquiza', 1988, 'Graphic Design', 'fidm.com/alumni/perdidoencalifas-photography/index.html', 'jpg');

ar[ar.length] = new Array(20071007, 138, 87, 'Shannon', 'Svensrud', 1996, 'Fashion Design', 'http://www.pixelorganics.com', 'jpg');
ar[ar.length] = new Array(20071006, 138, 87, 'Tania', 'Bambridge', 1990, 'Fashion Design', 'http://www.thechroniclesoftania.com', 'jpg');
ar[ar.length] = new Array(20071005, 138, 87, 'Michaela', 'Scherrer', 1979, 'Interior Design', 'http://www.michaelascherrer.com ', 'jpg');
ar[ar.length] = new Array(20071004, 138, 87, 'Michelle', 'Rodriguez', 2005, 'Apparel Manufacturing Management', 'http://www.en-day.com', 'jpg');
ar[ar.length] = new Array(20071002, 138, 87, 'Shirry', 'Dolgin', 2004, 'Interior Design', 'http://www.asdinteriors.com', 'jpg');
ar[ar.length] = new Array(20071003, 138, 87, 'Kichael', 'Miller', 2004, 'Apparel Manufacturing Management', 'http://www.tease.thesociety.net', 'jpg');

ar[ar.length] = new Array(20070811, 138, 87, 'Roxanne', 'Packham', 1991, 'Interior Design', 'http://www.roxannepackhamdesign.com', 'jpg');
ar[ar.length] = new Array(20070810, 138, 87, 'Lianne La', 'Reine', 1986, 'Merchandise Marketing', 'http://www.starsellinginc.com', 'jpg');
ar[ar.length] = new Array(20070809, 138, 87, 'Tristan', 'Benz', 1994, 'Fashion Design', 'http://www.maidenus.com', 'jpg');
ar[ar.length] = new Array(20070808, 138, 87, 'Clare J.', 'Hefferren', 2003, 'Product Development', 'http://www.CallosumCreative.com', 'jpg');
ar[ar.length] = new Array(20070807, 138, 87, 'Nicole', 'Lipski', 2004, 'Merchandise Marketing', 'http://www.perfectazweddings.com', 'jpg');
ar[ar.length] = new Array(20070806, 138, 87, 'Debbie', 'LaFranchi', 1981, 'Fashion Design', 'http://www.debbiescostumes.com', 'jpg');

ar[ar.length] = new Array(20070805, 138, 87, 'Ebony', 'McIntosh', 2005, 'Apparel Manufacturing Management', 'http://www.greenteaandgumbo.com', 'jpg');
ar[ar.length] = new Array(20070804, 138, 87, 'Ana Lydia', 'Ochoa', 1996, 'Merchandise Marketing', 'http://www.padma-media-marketing.com', 'jpg');
ar[ar.length] = new Array(20070803, 138, 87, 'Rochelle', 'Rodriguez', 2005, 'Fashion Design', 'http://rochellerodriguez.com', 'jpg');
ar[ar.length] = new Array(20070802, 138, 87, 'Julie', 'Sniegoski-Magbag', 1995, 'Merchandise Marketing', 'http://www.inretrospective.com', 'gif');
ar[ar.length] = new Array(20070801, 138, 87, 'Virginia', 'Tse', 2002, 'Fashion Design', 'http://www.ourpinkmeadow.com', 'gif');
ar[ar.length] = new Array(20061204, 138, 87, 'Wendell', 'Sakiestewa', 1996, 'Fashion Design', 'http://wensaksdesigns.com', 'gif');
ar[ar.length] = new Array(20061203, 138, 87, 'Maya', 'Fernandez', 1993, 'Merchandise Marketing', 'http://www.designxid.com', 'gif');
ar[ar.length] = new Array(20061202, 138, 87, 'Monica', 'Poulsen', 1999, 'Apparel Manufacturing Management', 'http://www.mycustomstories.com', 'gif');
ar[ar.length] = new Array(20061201, 138, 87, 'Kristin', 'Decesare', 2006, 'Merchandise Marketing', 'http://www.uptownfashionservices.com', 'jpg');

ar[ar.length] = new Array(20061103, 138, 87, 'Lori Marie', 'Johnson', 1998, 'Fashion Design', 'http://www.lorimarie.com', 'jpg');
ar[ar.length] = new Array(20061102, 138, 87, 'Gili', 'Rashal', 2000, 'Merchandise Marketing', 'http://www.thetipjar.com', 'jpg');
ar[ar.length] = new Array(20061025, 138, 87, 'Alex', 'Vaz', 2001, 'Fashion Design', 'http://www.trueloveandfalseidols.com', 'jpg');
ar[ar.length] = new Array(20061024, 138, 87, 'Ellen', 'Jantzen', 1992, 'Fashion Design', 'http://www.ellenjantzen.com', 'jpg');
ar[ar.length] = new Array(20061023, 138, 87, 'Kara', 'Vande Hoef', 2003, 'Fashion Design', 'http://www.vande-k.com', 'jpg');
ar[ar.length] = new Array(20061022, 138, 87, 'Lisa', 'Hunter', 2004, 'Fashion Design', 'http://www.vianhunter.com', 'jpg');

ar[ar.length] = new Array(20061017, 138, 87, 'Kari', 'Bacon', 1999, 'Visual Communications', 'http://www.designswithkari.com', 'jpg');
ar[ar.length] = new Array(20060918, 138, 87, 'Cheyenne', 'Grimes', 2005, 'Fashion Design', 'http://www.cheylines.com', 'jpg');
ar[ar.length] = new Array(20060917, 138, 87, 'Kristi', 'Reeves', 1987, 'Apparel Manufacturing Management', 'http://www.vinestreetapparel.com', 'jpg');
ar[ar.length] = new Array(20060831, 138, 87, 'Danielle', 'Thomas', 2003, 'Apparel Manufacturing Management', 'http://www.curtsybella.com', 'jpg');
//ar[ar.length] = new Array(20060818, 138, 87, 'Corrie', 'Osuna', 1993, 'Fashion Design', 'http://www.ubuofficialsite.com', 'jpg');
ar[ar.length] = new Array(20060817, 138, 87, 'Jessica', 'Halim', 2004, 'Merchandise Marketing', 'http://www.notsored.com', 'jpg');
ar[ar.length] = new Array(20060807, 138, 87, 'Amanda ', 'Stratt', 2000, 'Fashion Design', 'http://www.amandastratt.com', 'jpg');
ar[ar.length] = new Array(20060729, 138, 87, 'Lauren ', 'Tammariello', 2005, 'Merchandise Marketing', 'http://www.bdbfashions.com', 'jpg');
ar[ar.length] = new Array(20060726, 138, 87, 'Mary Ann ', 'Parker', 1982, 'Fashion Design', 'http://www.markerxpress.com', 'jpg');
ar[ar.length] = new Array(20060725, 138, 87, 'Yukie ', 'Teramachi', 2004, 'Merchandise Marketing', 'http://www.saikanlabel.com', 'jpg');
ar[ar.length] = new Array(20060724, 138, 87, 'Maren ', 'Nymo', 2004, 'Fashion Design', 'http://www.becauseatom.com', 'jpg');
ar[ar.length] = new Array(20060619, 138, 87, 'Veronica ', 'Granado', 2005, 'Graphic Design', 'http://www.hobobugstudios.com', 'jpg');
ar[ar.length] = new Array(20060616, 138, 87, 'Nicole ', 'Flowers', 1990, 'Merchandise Marketing', 'http://www.uptothemoon.com', 'jpg');
ar[ar.length] = new Array(20060615, 138, 87, 'Heather', 'Kirk', 1998, 'Interior Design', 'http://www.kirkrileydesign.com', 'jpg');
ar[ar.length] = new Array(20060614, 138, 87, 'David', 'Sofro', 2003, 'Apparel Manufacturing Management', 'http://www.dm13.net', 'jpg');
ar[ar.length] = new Array(20060613, 138, 87, 'Reese', 'De Luca', 2003, 'Product Development', 'http://www.fallenpryde.com', 'jpg');
ar[ar.length] = new Array(20060612, 138, 87, 'Judy', 'Hanson', 2003, 'Fashion Design', 'http://www.macuworld.com', 'jpg');
ar[ar.length] = new Array(20060516, 138, 87, 'Sarani', 'Gaines', 2001, 'Merchandise Marketing', 'http://www.onceinalifetimeaffair.com', 'jpg');

ar[ar.length] = new Array(20060501, 138, 87, 'Phillip', 'Trusela', 2004, 'Visual Communications', 'http://www.truselaprds.com/', 'jpg');
ar[ar.length] = new Array(20060428, 138, 87, 'Jacqueline', 'Lavaun', 2004, 'Fashion Design', 'http://www.thrivela.com/', 'jpg');
ar[ar.length] = new Array(20060425, 138, 87, 'Annie', 'Lewis', 1990, 'Fashion Design', 'http://www.lewischo.com/', 'jpg');
ar[ar.length] = new Array(20060418, 138, 87, 'Stephanie', 'Edge', 1994, 'Fashion Design', 'http://www.stephanieedge.com/', 'jpg');
ar[ar.length] = new Array(20060417, 138, 87, 'Raquel', 'Buck', 2003, 'Product Development', 'http://www.littlelaboutique.com/', 'gif');
ar[ar.length] = new Array(20060417, 138, 87, 'Michael', 'Ryan', 2002, 'Product Development', 'http://www.designsbymichaelryan.com/', 'jpg');
ar[ar.length] = new Array(20060414, 138, 87, 'David', 'Hwang', 1984, 'Apparel Manufacturing Management', 'http://www.piercejeans.com/', 'jpg');
ar[ar.length] = new Array(20060413, 138, 87, 'Catherine', 'Macfee', 1982, 'Interior Design', 'http://www.macfeedesign.com/', 'jpg');
ar[ar.length] = new Array(20060412, 138, 87, 'Leslie', 'Christen', 2002, 'Merchandise Marketing', 'http://www.cleanboxclothing.com/', 'jpg');
ar[ar.length] = new Array(20060321, 138, 87, 'Santino', 'Rice', 1994, 'Fashion Design', 'http://www.santinorice.com/', 'jpg');
ar[ar.length] = new Array(20060320, 138, 87, 'Camilla', 'Eckersley', 2002, 'Fashion Design', 'http://www.prairieunderground.com/', 'gif');
ar[ar.length] = new Array(20060319, 138, 87, 'Joen', 'Garnica', 1980, 'Interior Design', 'http://www.garnicainteriors.com/', 'jpg');
ar[ar.length] = new Array(20060318, 138, 87, 'Sylvia', 'Tedford', 1980, 'Fashion Design', 'http://www.sylviasdesignstudio.com/', 'gif');
ar[ar.length] = new Array(20060317, 138, 87, 'Sandra', 'Alsina-Kasler', 1983, 'Merchandise Marketing', 'http://www.kvinc.net/', 'jpg');
ar[ar.length] = new Array(20060316, 138, 87, 'Sherri', 'Scott', 1994, 'Merchandise Marketing', 'http://www.sherriscottdesigns.com/', 'jpg');
ar[ar.length] = new Array(20060315, 138, 87, 'Jo', 'Viboonviriyawong', 1999, 'Visual Communications', 'http://www.vilaiwan.com/', 'jpg');
ar[ar.length] = new Array(20060301, 138, 87, 'Daniel', 'Franco', 1991, 'Fashion Design', 'http://www.danielfranco.comm', 'jpg');
ar[ar.length] = new Array(20060228, 138, 87, 'Chidimma', 'Abuka', 2000, 'Merchandise Marketing', 'http://www.essentiallyevents.com', 'jpg');
ar[ar.length] = new Array(20060227, 138, 87, 'Pamela', 'Wigglesworth', 1985, 'Fashion Design', 'http://www.kids-tee-off.com', 'jpg');
ar[ar.length] = new Array(20060216, 138, 87, 'Nicole', 'Jaffe', 2005, 'Beauty Industry Merchandising & Marketing', 'http://www.yellowboxbeauty.com', 'gif');
ar[ar.length] = new Array(20060215, 138, 87, 'Vanessa', 'Diaz', 2004, 'Product Development', 'http://www.shopisabelladee.com', 'jpg');
ar[ar.length] = new Array(20060124, 138, 87, 'Allie', 'Hennessy', 1987, 'Merchandise Marketing', 'http://www.maxoutswimwear.com', 'gif');
ar[ar.length] = new Array(20060123, 138, 87, 'Lili', 'Yian', 1992, 'Fashion Design', 'http://www.legavenue.com', 'gif');
ar[ar.length] = new Array(20060110, 138, 87, 'Deirdre Brett', 'Shaver', 1997, 'Fashion Design', 'http://www.deirdrebrett.com', 'jpg');
ar[ar.length] = new Array(20051228, 138, 87, 'Shaney Jo', 'Darden', 1992, 'Fashion Design', 'http://www.keep-a-breast.org/', 'gif');
ar[ar.length] = new Array(20051227, 138, 87, 'Rebecca', 'Edwards', 2001, 'Fashion Design', 'http://www.poisoncandyfashion.com', 'jpg');
ar[ar.length] = new Array(20051226, 138, 87, 'Alexandra', 'Miloucheva-Dimitrova ', 2004, 'Product Development', 'http://www.astellaatelier.com', 'gif');
ar[ar.length] = new Array(20051225, 138, 87, 'Sheila', 'Moon', 1989, 'Fashion Design', 'http://www.sheilamoon.com', 'jpg');
ar[ar.length] = new Array(20051215, 138, 87, 'Amy', 'Gu', 2004, 'Fashion Design', 'http://www.amygu.com', 'gif');
ar[ar.length] = new Array(20051214, 138, 87, 'Mary', 'Buchanan', 2004, 'Fashion Design', 'http://www.mcbfanclub.com', 'gif');
ar[ar.length] = new Array(20051213, 138, 87, 'Olga', 'Isarevich', 2002, 'Merchandise Marketing', 'http://www.justmarriedgifts.com', 'gif');
ar[ar.length] = new Array(20051212, 138, 87, 'Sandra', 'Garratt', 1975, 'Fashion Design', 'http://homepage.mac.com/sandragarrattdesign/', 'jpg');
ar[ar.length] = new Array(20051122, 138, 87, 'Sheri', 'Luke', 2001, 'Merchandise Marketing', 'http://www.bamboocurtainonline.com', 'gif');
ar[ar.length] = new Array(20051121, 138, 87, 'Pei', 'Ng', 2004, 'Fashion Design', 'http://www.dragontailbaby.com', 'gif');
ar[ar.length] = new Array(20051109, 138, 87, 'Ludmila', 'Adams', 2003, 'Fashion Design', 'http://www.fashionchalkboard.com', 'jpg');
ar[ar.length] = new Array(20051102, 138, 87, 'Kaushie', 'Adiseshan', 2000, 'Fashion Design', 'http://www.pinkelf.net', 'gif');
ar[ar.length] = new Array(20051005, 138, 87, 'Penelope', 'Warsham', 1987, 'Interior Design', 'http://www.penelopeworshaminteriors.com', 'gif');
ar[ar.length] = new Array(20051004, 138, 87, 'Aleta', 'La Vender-Kelley ', 1972, 'Interior Design', 'http://www.aklkconsulting.com', 'jpg');
ar[ar.length] = new Array(20051003, 138, 87, 'Josette', 'Bowman', 2000, 'Merchandise Marketing', 'http://www.tangerineclothing.com', 'gif');
ar[ar.length] = new Array(20051002, 138, 87, 'Patricia', 'Holmsen', 1984, 'Merchandise Marketing', 'http://www.luxurysweetsonline.com', 'gif');
ar[ar.length] = new Array(20051001, 138, 87, 'Daniel', 'Chang', 2000, 'Fashion Design', 'http://www.surroundingart.com', 'gif');
ar[ar.length] = new Array(20050930, 138, 87, 'Rebecca', 'Arnn', 2001, 'Visual Communications', 'http://www.arnndesign.com', 'gif');
ar[ar.length] = new Array(20050929, 138, 87, 'Fatima', 'Khan', 1999, 'Visual Communications', 'http://www.agile21.com', 'gif');

ar[ar.length] = new Array(20050927, 138, 87, 'Mary', 'Walbridge', 1986, 'Merchandise Marketing', 'http://www.yourownpersonalshopper.com', 'gif');
ar[ar.length] = new Array(20050926, 138, 87, 'MaryJane', 'Mitchell', 1981, 'Fashion Design', 'http://www.maryjanedesigns.com', 'gif');
ar[ar.length] = new Array(20050907, 138, 87, 'Tika', 'Shenghur', 2004, 'Product Development', 'http://www.4evercolorful.com', 'gif');
ar[ar.length] = new Array(20050831, 138, 87, 'Francisco', 'Valencia', 2001, 'Fashion Design', 'http://www.francisco-valencia.com', 'gif');
ar[ar.length] = new Array(20050830, 138, 87, 'Marybelle', 'Nguyen', 2002, 'Product Development', 'http://www.80spurple.com', 'jpg');
ar[ar.length] = new Array(20050811, 138, 87, 'Lalaine', 'Solomon', 1990, 'Merchandise Marketing', 'http://www.thefunkydeco.com', 'jpg');
ar[ar.length] = new Array(20050713, 138, 87, 'Noelle', 'Knapp', 1992, 'Fashion Design', 'http://www.boutiqueoverstock.com', 'jpg');
ar[ar.length] = new Array(20050706, 138, 87, 'Tracy', 'Beckman', 1992, 'Interior Design', 'http://www.tracybeckman.com', 'jpg');
ar[ar.length] = new Array(20050601, 138, 87, 'Lindsay', 'Nakamura', 2003, 'Graphic Design', 'http://www.scribblescrabblestudio.com', 'gif');
ar[ar.length] = new Array(20050519, 138, 87, 'Karan', 'Feder', 1985, 'Fashion Design', 'http://www.ILoveLiberace.com', 'jpg');
ar[ar.length] = new Array(20050518, 138, 87, 'Shannon', 'Miller', 2003, 'Footwear Design', 'http://www.shannonbrittshoes.com', 'gif');
ar[ar.length] = new Array(20050517, 138, 87, 'Mchel', 'Bauxal', 1996, 'Fashion Design', 'http://www.bauxal.net', 'gif');
ar[ar.length] = new Array(20050505, 138, 87, 'Louise', 'Wannier', 2004, 'Textile Design', 'http://www.myshape.org', 'gif');
ar[ar.length] = new Array(20050502, 138, 87, 'Ruth', 'Cadalbert ', 2004, 'Fashion Design', 'http://www.ruthariane.com', 'gif');
ar[ar.length] = new Array(20050428, 138, 87, 'Stephanie', 'Hite', 2004, 'Apparel Manufacturing Management', 'http://www.celebrity-knockoffs.com', 'gif');
//ar[ar.length] = new Array(20050425, 138, 87, 'Deirdre', 'Shaver', 1997, 'Fashion Design', 'http://www.deirdrebrett.com', 'jpg');
ar[ar.length] = new Array(20050304, 138, 87, 'Kristina', 'Tatta', 2001, 'Fashion Design', 'http://www.kristinatatta.com', 'gif');
ar[ar.length] = new Array(20050303, 138, 87, 'Hawiza', 'Sharpe', 1999, 'Fashion Design', 'http://www.makeupbyhawiza.com', 'gif');
ar[ar.length] = new Array(20050302, 138, 87, 'Nathiya', 'Himathongkham', 2003, 'Merchandise Marketing', 'http://www.pineappleseed.com', 'jpg');
ar[ar.length] = new Array(20050301, 138, 87, 'Nathiya', 'Himathongkham', 2003, 'Merchandise Marketing', 'http://www.nathiya.com', 'jpg');
//ar[ar.length] = new Array(20050212, 138, 87, 'Emily', 'Dominguez', 2004, 'Visual Communications', 'http://www.emguez.com', 'jpg');
ar[ar.length] = new Array(20050211, 138, 87, 'Indelisa', 'Montoro', 1999, 'Visual Communications', 'http://www.bellejour.com', 'jpg');
ar[ar.length] = new Array(20050210, 138, 87, 'Lori', 'Sacks', 1983, 'Fashion Design', 'http://www.acmenotions.com', 'jpg');
ar[ar.length] = new Array(20050209, 138, 87, 'Tiffany April', 'Carter', 2002, 'Product Development', 'http://www.aprilandmae.com', 'jpg');
ar[ar.length] = new Array(20050208, 138, 87, 'Felicity', 'Chapman', 2003, 'Interior Design', 'http://www.ispacesinc.com', 'jpg');
ar[ar.length] = new Array(20050207, 138, 87, 'Alison', 'Kilmer', 1988, 'Merchandise Marketing', 'http://www.vertebrae.us', 'jpg');
ar[ar.length] = new Array(20050206, 138, 87, 'Laura', 'Luu', 2004, 'Apparel Manufacturing Management', 'http://www.salsadancewear.com', 'gif');
ar[ar.length] = new Array(20050205, 138, 87, 'Alison', 'Pollack', 1992, 'Interior Design', 'http://www.earthfriendlyinteriordesign.com', 'gif');
ar[ar.length] = new Array(20050204, 138, 87, 'Liz', 'Cordova', 1991, 'Merchandise Marketing', 'http://www.boriquadesigns.com', 'gif');
ar[ar.length] = new Array(20050203, 138, 87, 'Holly', 'Greenhagen', 1996, 'Fashion Design', 'http://www.damecouture.com', 'gif');
ar[ar.length] = new Array(20050202, 138, 87, 'Michelle', 'Brown', 2002, 'Fashion Design', 'http://www.oribello.net', 'gif');
//ar[ar.length] = new Array(20041120, 138, 87, 'Sandra', 'Garratt', 1975, 'Fashion Design', 'http://homepage.mac.com/sandragarrattdesign', 'gif');
ar[ar.length] = new Array(20041119, 138, 87, 'Karan', 'Feder', 1985, 'Fashion Design', 'http://www.KaranFeder.com', 'gif');
ar[ar.length] = new Array(20041118, 138, 87, 'Lela', 'Thompson', 1987, 'Fashion Design', 'http://www.itsallaboutyoupr.com', 'jpg');
//ar[ar.length] = new Array(20041117, 138, 87, 'Amanda', 'Wasvary', 2003, 'Fashion Design', 'http://awasvary.homestead.com', 'jpg');
ar[ar.length] = new Array(20041109, 138, 87, 'Rebecca', 'Quinn', 1995, 'Merchandise Marketing', 'http://www.hotfashionpicks.com', 'gif');
//ar[ar.length] = new Array(20041004, 138, 87, 'Emily', 'Heintz', 2004, 'Merchandise Marketing', 'http://www.labellosangeles.com', 'jpg');
//ar[ar.length] = new Array(20041004, 138, 87, 'Katie', 'Bogue', 2004, 'Merchandise Marketing', 'http://www.labellosangeles.com', 'jpg');
ar[ar.length] = new Array(20041003, 138, 87, 'Dena', 'Burton', 2000, 'Fashion Design', 'http://www.denaburton.com', 'jpg');
ar[ar.length] = new Array(20041002, 138, 87, 'Michele Loren', 'Donat', 1987, 'Fashion Design', 'http://www.functiondesign.us', 'gif');
ar[ar.length] = new Array(20041001, 138, 87, 'Michele Loren', 'Donat', 1987, 'Fashion Design', 'http://www.lunaaccessories.com', 'gif');
ar[ar.length] = new Array(20040903, 138, 87, 'Danielle', 'Malconian', 1989, 'Visual Communications', 'http://www.plusbydesign.com', 'jpg');
ar[ar.length] = new Array(20040902, 138, 87, 'Rachel', 'Braver', 2003, 'Visual Communications', 'http://www.braverdesigns.com', 'jpg');
ar[ar.length] = new Array(20040901, 138, 87, 'Isabell', 'Mosikian', 1991, 'Merchandise Marketing', 'http://www.goodtimescharms.com', 'gif');
ar[ar.length] = new Array(20040807, 138, 87, 'Summer', 'Hogan', 2004, 'Fashion Design', 'http://www.viciousstyle.com', 'jpg');
ar[ar.length] = new Array(20040806, 138, 87, 'Aimee', 'McArdle', 2002, 'Product Development', 'http://www.adeletwig.com', 'gif');
ar[ar.length] = new Array(20040805, 138, 87, 'Stephanie', 'Montero', 2004, 'Fashion Design', 'http://www.customfashiondesign.com', 'gif');
//ar[ar.length] = new Array(20040805, 138, 87, 'Lisa', 'Hunter', 2004, 'Fashion Design', 'http://www.customfashiondesign.com', 'gif');
ar[ar.length] = new Array(20040804, 138, 87, 'Lisa', 'Paik', 1991, 'Merchandise Marketing', 'http://www.lisapaik.com', 'gif');
ar[ar.length] = new Array(20040803, 138, 87, 'Julie', 'Fox', 1982, 'Fashion Design', 'http://www.fromtyme.com', 'gif');
ar[ar.length] = new Array(20040802, 138, 87, 'Shannon', 'Koszyk', 1993, 'Merchandise Marketing', 'http://www.testaduraclothing.com', 'gif');
ar[ar.length] = new Array(20040801, 138, 87, 'Moua', 'Lo',  2001, 'Fashion Design', 'http://www.moualo.com', 'jpg');
ar[ar.length] = new Array(20040703, 138, 87, 'Alison', 'Epstein',  2003, 'Merchandise Marketing', 'http://www.stylechronicle.com', 'gif');
ar[ar.length] = new Array(20040701, 138, 87, 'Christina', 'Worms',  2003, 'Apparel Manufacturing Management', 'http://www.sweetstuffbycw.com', 'jpg');
ar[ar.length] = new Array(20040604, 138, 87, 'Meg', 'Kalhammer',  1988, 'Interior Design', 'http://www.mlkstudio.com', 'jpg');
ar[ar.length] = new Array(20040603, 138, 87, 'Desa', 'Fasiska',  1997, 'Visual Communications', 'http://www.desanka.com', 'gif');
ar[ar.length] = new Array(20040602, 138, 87, 'Pamella', 'Protzel',  1997, 'Fashion Design', 'http://www.ellamoss.com', 'jpg');
ar[ar.length] = new Array(20040601, 138, 87, 'Michael', 'Streit',  1993, 'Merchandise Marketing', 'http://www.californiastyle.com', 'jpg');
ar[ar.length] = new Array(20040504, 138, 87, 'Peggy', 'Stamp',  1997, 'Interior Design', 'http://www.plsinteriors.net', 'jpg');
//ar[ar.length] = new Array(20040503, 138, 87, 'Emily', 'Kersman',  2001, 'Beauty Industry & Merchandise Marketing', 'http://www.primp.us', 'gif');
//ar[ar.length] = new Array(20040503, 138, 87, 'Wells', 'Butler',  2001, 'Apparel Manufacturing Management', 'http://www.primp.us', 'gif');
ar[ar.length] = new Array(20040502, 138, 87, 'Lili', 'Clever',  1981, 'Merchandise Marketing', 'http://www.liliclever.com', 'gif');
ar[ar.length] = new Array(20040501, 138, 87, 'Dharmesh', 'Pardiwala',  1992, 'Fashion Design', 'http://www.influenzaonline.net', 'jpg');
ar[ar.length] = new Array(20040415, 138, 87, 'Drue', 'Lawlor',  1977, 'Interior Design', 'http://www.education-works.com', 'gif');
ar[ar.length] = new Array(20040414, 138, 87, 'Christina', 'Rodriguez',  2001, 'Graphic Design', 'http://www.pyrominds.com', 'gif');
ar[ar.length] = new Array(20040407, 138, 87, 'Damien', 'Lux',  2003, 'Merchandise Marketing', 'http://www.damienlux.com', 'gif');
//ar[ar.length] = new Array(20040318, 138, 87, 'Shannon', 'McFadden',  2000, 'Visual Communications', 'http://www.leludesigns.com', 'gif');
ar[ar.length] = new Array(20040317, 138, 87, 'Merete Norskov', 'Wimmer',  1986, 'Fashion Design', 'http://www.retecalifornia.com', 'jpg');
ar[ar.length] = new Array(20040316, 138, 87, 'Anh', 'Tran',  1995, 'Fashion Design', 'http://www.weareluciddreaming.com', 'jpg');
ar[ar.length] = new Array(20040224, 138, 87, 'Michelle', 'Moquin',  1984, 'Fashion Design', 'http://www.michellemoquin.com', 'gif');
ar[ar.length] = new Array(20040220, 138, 87, 'Sandra', 'Manouchehri',  2002, 'Merchandise Marketing', 'http://www.littlefaces.net', 'jpg');
ar[ar.length] = new Array(20040219, 138, 87, 'Karl', 'Ozinga',  2002, 'Textile Design', 'http://www.californialeashco.com', 'jpg');
ar[ar.length] = new Array(20040209, 138, 87, 'Fabiola', 'Murillo', 1998, 'Merchandise Marketing', 'http://www.lilrags.net', 'jpg');
ar[ar.length] = new Array(20040208, 138, 87, 'Meredith', 'Elliot', 2001, 'Apparel Manufacturing Management', 'http://www.materialclothing.com', 'gif');
ar[ar.length] = new Array(20040207, 138, 87, 'Justin', 'Avery', 2000, 'Fashion Design', 'http://www.jrahouseofdesign.com', 'jpg');
//ar[ar.length] = new Array(20040206, 138, 87, 'Bear', 'Brandegee', 1997, 'Product Development', 'http://www.bearbrandegee.com', 'jpg');
ar[ar.length] = new Array(20040205, 138, 87, 'Rita', 'Scott', 2002, 'Fashion Design', 'http://www.doubleoccupancymaternity.com', 'jpg');
ar[ar.length] = new Array(20040204, 138, 87, 'Quinccie', 'Lee-Do', 1989, 'Merchandise Marketing', 'http://www.nailforum.com', 'jpg');
ar[ar.length] = new Array(20040203, 138, 87, 'Shaney Jo', 'Darden', 1992, 'Fashion Design', 'http://www.modart.com', 'gif');
ar[ar.length] = new Array(20040202, 138, 87, 'Angela', 'Downey (Esmino)', 1987, 'Fashion Design', 'http://www.angelbabyboutique.com ', 'jpg');
ar[ar.length] = new Array(20040201, 138, 87, 'Inga Nataya', 'Bogomolny', 1993, 'Fashion Design', 'http://www.nataya.com', 'jpg');
ar[ar.length] = new Array(20040131, 138, 87, 'Shannon', 'Koszyk', 1993, 'Merchandise Marketing', 'http://www.enexile.com', 'jpg');
ar[ar.length] = new Array(20040130, 138, 87, 'Debra', 'Goldwater', 1976, 'Fashion Design', 'http://www.dorianneveils.com', 'jpg');
ar[ar.length] = new Array(20040129, 138, 87, 'Glenda', 'Harrison', 1986, 'Merchandise Marketing', 'http://www.cydninicole.com', 'gif');
ar[ar.length] = new Array(20040128, 138, 87, 'Lucija', 'Kordic', 1983, 'Fashion Design', 'http://www.lucyland.com', 'jpg');
ar[ar.length] = new Array(20040127, 138, 87, 'Catherine', 'McCullough', 1992, 'Merchandise Marketing', 'http://www.mlasd.com', 'jpg');
ar[ar.length] = new Array(20040126, 138, 87, 'David', 'Manning', 1993, 'Fashion Design', 'http://www.houseofbianca.com', 'jpg');
ar[ar.length] = new Array(20040125, 138, 87, 'Elli', 'Lee', 2002, 'Fashion Design', 'http://www.esulee.com', 'jpg');
ar[ar.length] = new Array(20040124, 138, 87, 'Jayaraj', 'Subramaniam', 2002, 'Apparel Manufacturing Management', 'http://www.vccindia.com', 'jpg');
ar[ar.length] = new Array(20040123, 138, 87, 'Jayaraj', 'Subramaniam', 2002, 'Apparel Manufacturing Management', 'http://www.jrajexports.com', 'jpg');
ar[ar.length] = new Array(20040122, 138, 87, 'Chidimma', 'Abuka', 2000, 'Merchandise Marketing', 'http://www.bellepaquet.com', 'jpg');
ar[ar.length] = new Array(20040121, 138, 87, 'Jennifer', 'Mique', 1990, 'Merchandise Marketing', 'http://www.nanigirl.net', 'jpg');
ar[ar.length] = new Array(20040120, 138, 87, 'Michelle', 'Brown', 1994, 'Fashion Design', 'http://www.pinkspike.net', 'gif');
ar[ar.length] = new Array(20040119, 138, 87, 'Ronda', 'Hawara', 1996, 'Merchandise Marketing', 'http://www.experienceblue.com', 'gif');
ar[ar.length] = new Array(20040118, 138, 87, 'Eunice', 'Moyle', 2002, 'Fashion Design', 'http://www.hellolucky.com', 'gif');
ar[ar.length] = new Array(20040117, 138, 87, 'Patrik', 'Kusek', 1985, 'Merchandise Marketing', 'http://www.wallopdesign.com', 'gif');
ar[ar.length] = new Array(20040116, 138, 87, 'John', 'Sencion', 1988, 'Fashion Design', 'http://www.flight001.com', 'gif');
ar[ar.length] = new Array(20040115, 138, 87, 'Jessica', 'Roumila', 2000, 'Fashion Design', 'http://www.jesarae.com', 'jpg');
ar[ar.length] = new Array(20040114, 138, 87, 'Michael', 'Herrera', 1997, 'Fashion Design', 'http://www.mthemovement.com', 'jpg');
ar[ar.length] = new Array(20040113, 138, 87, 'Gerard', 'Onley', 1981, 'Fashion Design', 'http://www.onleymakebelieve.com', 'jpg');
ar[ar.length] = new Array(20040112, 138, 87, 'Monique', 'Lhuillier', 1992, 'Fashion Design', 'http://www.moniquelhuillier.com', 'jpg');
ar[ar.length] = new Array(20040111, 138, 87, 'Karina Marie', 'Diaz', 1997, 'Visual Communications', 'http://www.KarinaMarieDiaz.com', 'gif');
ar[ar.length] = new Array(20040110, 138, 87, 'Courtney Ann', 'Rovira', 1992, 'Merchandise Marketing', 'http://www.gal-pal.com', 'gif');
ar[ar.length] = new Array(20040109, 138, 87, 'Lynne', 'Carter', 1986, 'Fashion Design', 'http://www.lynnecarter.com', 'jpg');
ar[ar.length] = new Array(20040108, 138, 87, 'Melissa', 'Varon', 2000, 'Merchandise Marketing', 'http://www.mulletheadtoys.com', 'gif');
ar[ar.length] = new Array(20040107, 138, 87, 'Charlene', 'Aspray', 1989, 'Interior Design', 'http://www.gossamerbijou.com', 'jpg');
ar[ar.length] = new Array(20040106, 138, 87, 'Kim', 'Data', 1976, 'Fashion Design', 'http://www.anjoma.com', 'jpg');
ar[ar.length] = new Array(20040105, 138, 87, 'Patty', 'Nevil', 1995, 'Fashion Design', 'http://www.lezu.com', 'jpg');
ar[ar.length] = new Array(20040104, 138, 87, 'Corina', 'Lewinzon', 1995, 'Fashion Design', 'http://www.lezu.com', 'jpg');
ar[ar.length] = new Array(20040103, 138, 87, 'Angela', 'Johnson', 1995, 'Fashion Design', 'http://www.angelajohnsondesigns.com', 'jpg');
ar[ar.length] = new Array(20040102, 138, 87, 'Jeanine', 'Lovett', 1990, 'Fashion Design', 'http://www.jeaninelovett.com', 'gif');
ar[ar.length] = new Array(20040101, 138, 87, 'Pat', 'Billing', 1981, 'Fashion Design', 'http://www.beachqueenclothing.com', 'jpg');
ar[ar.length] = new Array(20031231, 138, 87, 'Rose', 'Nichols', 1993, 'Merchandise Marketing', 'http://www.lipink.com', 'gif');
ar[ar.length] = new Array(20031230, 138, 87, 'Alyson', 'Dutch', 1985, 'Merchandise Marketing', 'http://www.bdpr.com', 'gif');






/****************************************************************
* VARIABLES
****************************************************************/
var whichsort = 1; // determines which type of sort we will perform
var itemsperpage = 10; // sets number of items to display per page.
var maxURLlength = 40; // maximum possible length for a URL before we strip the 'www'
var thepage = 'links.shtml'; // where to refresh the bottom page. 
var thememberpage = 'mem_links.shtml'; // where to refresh the bottom page if you're already logged in
var thepublicpage = 'links.shtml'; // where to refresh the bottom page if you're not logged in yet
var currentpage = 1; // current page

var thecontent = ''; // store all content here before it is printed out
var totalpages = ar.length/itemsperpage; // number of complete pages
var remainder = totalpages % 1; // number of leftover items that didn't fit on complete pages
if (remainder > 0) {totalpages = totalpages - remainder + 1;} // new number of pages, total.
var majorslist = ''; // stores all the content for writing the majors dropdown list
var thelist = new Array(); // used to check for duplicates when building the majors dropdown menu
var x, y, holder; // variables used for sorting
var whichmajor; // stores the current major - only used for the sort by major
var majorflag = 0; // 1 = sort by major;  0 = sort by anything else;
var gradyear = 0; // placeholder to convert 4-digit year into 2-digit year (i.e. 1998 -> '98)
var showall = 0; // 1 = show all records; 0 = break up into pages like normal


/****************************************************************
* WHICH REFRESH PAGE?
* Determines which page to refresh on the bottom, 
* the public or the member version, based on whether you're 
* logged in or not. 
****************************************************************/
function whichRefreshPage() {
  thepage = (window.location.href.indexOf('login')!=-1) ? thememberpage : thepublicpage;
}






/****************************************************************
* ALPHABETICAL SORT
* Take an array and sort it into alphabetical order
* Sorts to the array to find the best item for the first slot, 
* then the second slot, etc...
****************************************************************/
function alphaSort(mytype) {
  for (x=0; x<thelist.length; x++) {
    for (y=x+1; y<thelist.length; y++) {
      if (thelist[x] > thelist[y]) {
	    holder = thelist[y];
	    thelist[y] = thelist[x];
	    thelist[x] = holder;
	  }
    }
  }
}






/****************************************************************
* YEAR CONVERT
* Converts a 4-digit year into a 2-digit year
* e.g. 1998 -> '98, 2004 -> '04
****************************************************************/
function yearConvert(which) {
  gradyear = which + ''; // convert to string
  return '\'' + gradyear.substring(2,4); // returns last 2 digits
}






/****************************************************************
* URL CONVERT
* Strips the 'http://' out of the URL
* e.g. http://www.google.com -> wwww.google.com
* if it's too long, then only show google.com
****************************************************************/
function urlConvert(which) {
  if (which.length > maxURLlength) {
    return which.substring(11,which.length);
  } else {
	return which.substring(7,which.length);
  }
}






/****************************************************************
* FORMAT IT
* Takes the content in the array and formats it to look like 
* a nice organized list. Also adds a second alum if necessary.
****************************************************************/
function formatIt(which) {
  thecontent += '<tr><td>';
  thecontent += '<a href="' + ar[which][7] + '" target="_blank">';
  thecontent += '<img src="thumbnails/' + ar[which][0] + '.' + ar[which][8] + '" width="' + ar[which][1] + '" height="' + ar[which][2] + '" border="0"></a></td>';
  thecontent += '<td valign="top"><span class="Verdana11pxMaroonBold">' + ar[which][3] + ' ' + ar[which][4] + ' ' + yearConvert(ar[which][5]) + '<BR>' + ar[which][6];
  if (ar[which][9] == 1) {thecontent += '<BR>' + ar[which][10] + ' ' + ar[which][11] + ' ' + yearConvert(ar[which][12]) + '<BR>' + ar[which][13];}
  thecontent += '</span><span class="Verdana11pxBlack"><BR>';
  thecontent += '<a href="' + ar[which][7] + '" target="_blank">' + urlConvert(ar[which][7]) + '</a></span></td></tr>';
}






/****************************************************************
* SORT IT
* A series of Sort functions
* type 0 = sort by date entered
* type 1 = sort by date entered - reverse
* type 2 = sort by alphabetical
* type 3 = sort by grad year
* type 4 = sort by grad year - reverse
****************************************************************/
function sortIt(type) {
	if (type == 0) {	// DATE ENTERED
	  for(x = 0; x < ar.length; x++) {
		for(y = 0; y < (ar.length-1); y++) {
		  if(ar[y][0] > ar[y+1][0]) {
		    holder = ar[y+1];
		    ar[y+1] = ar[y];
		    ar[y] = holder;
		  }
		}
	  }
	}
	if (type == 1) {	// DATE ENTERED - REVERSE
	  for(x = 0; x < ar.length; x++) {
		for(y = 0; y < (ar.length-1); y++) {
		  if(ar[y][0] < ar[y+1][0]) {
		    holder = ar[y+1];
		    ar[y+1] = ar[y];
		    ar[y] = holder;
		  }
		}
	  }
	}
	if (type == 2){ 	// ALPHABETICAL ORDER
	  for(x = 0; x < ar.length; x++) {
		for(y = 0; y < (ar.length-1); y++) {
		  if(ar[y][4] > ar[y+1][4]) {
		    holder = ar[y+1];
		    ar[y+1] = ar[y];
		    ar[y] = holder;
		  }
		}
	  }
	}
	if (type == 3){ 	// GRAD YEAR
	  for(x = 0; x < ar.length; x++) {
		for(y = 0; y < (ar.length-1); y++) {
		  if(ar[y][5] > ar[y+1][5]) {
		    holder = ar[y+1];
		    ar[y+1] = ar[y];
		    ar[y] = holder;
		  }
		}
	  }
	}
	if (type == 4){ 	// GRAD YEAR - reverse
	  var x, y, holder;
	  for(x = 0; x < ar.length; x++) {
		for(y = 0; y < (ar.length-1); y++) {
		  if(ar[y][5] < ar[y+1][5]) {
		    holder = ar[y+1];
		    ar[y+1] = ar[y];
		    ar[y] = holder;
		  }
		}
	  }
	}
}






/****************************************************************
* DISPLAY THE SORT BUTTONS
* Display the sorting links, but only make it a link if the array 
* is not already sorted by that method
****************************************************************/
function writeSortButtons(whichnumber, whichtext) {
  if (whichnumber == whichsort) { // the number we want to sort by is the current sort method
	thecontent += '| ' + whichtext + ' |';
  } else {
    thecontent += '| <a href="javascript:top.whichsort = ' + whichnumber + '; top.sortIt(top.whichsort); top.currentpage=1; top.refreshContent(1); document.location=top.thepage">' + whichtext + '</a> |';
  }
}






/****************************************************************
* DISPLAY THE MAJORS LIST (dropdown)
* Creates a dropdown menu that displays the list of majors, 
* but it removes all duplicates. When you click on the major, 
* it should generate a list of all records with that major. 
* step 1 - get the records into an array
* step 2 - sort the records
* step 3 - build the dropdown menu
* To identify unique majors, as we find new majors, we stick them
* in an array called 'thelist'. If it's already in 'thelist', 
* we move on. 
****************************************************************/
function displayMajors() {
// step 1
  for (i=0; i<ar.length; i++) { // cycle through all records
    var found = 0;
    for (j=0; j<thelist.length; j++) { // cycle through thelist of majors we've already found
	  if (thelist[j].indexOf(ar[i][6])!=-1) {
	    found = 1; // found it!
	  }
	}
	if (found != 1) {// if it's not a duplicate
	  thelist[thelist.length] = ar[i][6]; // add to array
	}
  }  
// step 2
  alphaSort(); 
// step 3
  majorslist += '<form name="myform01"><select name="happy" onChange="top.majorflag=1; top.whichmajor=document.myform01.happy.options[document.myform01.happy.selectedIndex].value; top.refreshContent(1); document.location=top.thepage"><option>Please select a major</option>';  
  for (k=0; k<thelist.length; k++) {
    majorslist += '<option value="' + thelist[k] + '">' + thelist[k] + '</option>'; // write the option
  }
  majorslist += '</select></form><HR>';
}






/****************************************************************
* REFRESH CONTENT
* This is where all the content goes! We store all written data 
* into this array because (1) It's quicker than multiple 
* document.write lines, and so that we can just make the call 
* from the page when it's ready instead of writing to a certain 
* page within a certain frame. 
* 1- display the sort buttons
****************************************************************/
function refreshContent(mynumber) {


  // VARIABLES
  thecontent=''; // erases the old version (sets it to blank)
  var currentitem = (currentpage-1)*itemsperpage; // defines the 1st item of the page. (i.e. p3= item#9)
  var end = (currentitem+itemsperpage < ar.length) ? currentitem+itemsperpage : ar.length; // make sure there are enough items to fill the page



  // SORT BUTTONS
  thecontent += '<span class="Verdana11pxBlack">Sort By: ';
  writeSortButtons(1,'Date Added'); // the number is the sort method
  writeSortButtons(2,'Last Name'); // the text is self explanatory
  writeSortButtons(4,'Grad Year');
  thecontent += '</span><HR>';
  

  
  // SHOW ALL LINKS (if requested)
  if (showall == 1) {
    thecontent += '<table width="352" border="0" cellpadding="0" cellspacing="5">';
    for (i=0; i<ar.length; i++) {
	  formatIt(i);
	}
	thecontent += '</table>';
	showall = 0; // reset flag so you can sort by anything else
	
	
  // SHOW ALL RECORDS WITH A SPECIFIC MAJOR (if requested)
  } else if (majorflag == 1) {
	//alert("major flag");
    thecontent += '<table width="352" border="0" cellpadding="0" cellspacing="5">';
    for (i=0; i<ar.length; i++) { // check all records
	  if (ar[i][6].indexOf(whichmajor) != -1) { // check if the record matches
	    formatIt(i);
	  }
    }
	thecontent += '</table>';
	majorflag = 0; // reset flag so you can sort by anything else
  } else {


	  // PAGE NUMBERS
	  // display 'prev' and 'next' when appropriate. 
	  // Each link will (1) set the new current page, 
	  // (2) refresh the content by calling this function, and 
	  // (3) reload the new page. The link will only be written 
	  // when appropriate (i.e. we're not already on the current page.)
	  thecontent += '<span class="Verdana11pxBlack">';
	  if (currentpage > 1) {thecontent += '<a href="javascript:top.currentpage--; top.refreshContent(1); document.location=top.thepage">prev</a> ';} // prev
	  for (i=1; i<=totalpages; i++) {
		if (i != currentpage) {thecontent += '<a href="javascript:top.currentpage=' + i + '; top.refreshContent(1); document.location=top.thepage">';} 
		thecontent += i; // write the number
		if (i != currentpage) {thecontent += '</a>';}
		thecontent += ' '; // add a space in between numbers
	  }
	  if (currentpage < totalpages) {thecontent += '<a href="javascript:top.currentpage++; top.refreshContent(1); document.location=top.thepage">next</a>';} // next
	  thecontent += ' || <a href="javascript:top.showall=1; top.refreshContent(1); document.location=top.thepage">show all</a></span><HR>';
	  
	  
	  // DISPLAY ITEMS
	  thecontent += '<table width="352" border="0" cellpadding="0" cellspacing="5">';
	  for (i=currentitem; i<end; i++) {
		formatIt(i);
	  }
	  thecontent += '</table>';
  }
}






/****************************************************************
* ACTIONS
****************************************************************/
whichRefreshPage();
sortIt(whichsort); // sort through the array
displayMajors(); // display the majors dropdown menu
refreshContent(0); // initialize 'thecontent'