
// the array function
function makeArray(len){
	for (var i=0; i<len; i++)this[i]=null;
this.length=len;
}
// artist array template scrap
//array variable  = number of thumbnails in array
//var artistDIRname = new makeArray(0);
//artistDIRname[0] = "tag for thumbnail/link with all single and double quotes removed with \'";

//allan's array of thumbnail links
var allan = new makeArray(4);
allan[0] = "<img src=\"allan/images/ga_lahaina_slip_tn.jpg\" width=150 height=100 border=1 alt=\"\" align=\"right\">";
allan[1] = "<img src=\"allan/images/ga_maui_market_tn.jpg\" width=100 height=128 border=1 alt=\"\" align=\"right\">";
allan[2] = "<img src=\"allan/images/ga_preparing_wauke_for_tapa_tn.jpg\" width=72 height=100 border=1 alt=\"\" align=\"right\">";
allan[3] = "<img src=\"allan/images/ga_slip_2_tn.jpg\" width=70 height=100 border=1 alt=\"\" align=\"right\">";

//bedell's array of thumbnail links
var bedell = new makeArray(15);
bedell[0] = "<img src=\"bedell/images/beginning_of_winter_tn.jpg\" width=134 height=100 border=1 alt=\"Beginning of Winter - Margaret Bedell\">";
bedell[1] = "<img src=\"bedell/images/encroachment_tn.jpg\" width=129 height=100 border=1 alt=\"Encroachment - Margaret Bedell\">";
bedell[2] = "<img src=\"bedell/images/end_of_cane_i_tn.jpg\" width=130 height=100 border=1 alt=\"End of Cane I - Margaret Bedell\">";
bedell[3] = "<img src=\"bedell/images/end_of_cane_ii_tn.jpg\" width=129 height=100 border=1 alt=\"End of Cane II - Margaret Bedell\">";
bedell[4] = "<img src=\"bedell/images/end_of_cane_iii_tn.jpg\" width=130 height=100 border=1 alt=\"End of Cane III - Margaret Bedell\">";
bedell[5] = "<img src=\"bedell/images/end_of_cane_iv_tn.jpg\" width=136 height=100 border=1 alt=\"End of Cane IV - Margaret Bedell\">";
bedell[6] = "<img src=\"bedell/images/end_of_cane_v_tn.jpg\" width=129 height=100 border=1 alt=\"End of Cane V - Margaret Bedell\">";
bedell[7] = "<img src=\"bedell/images/for_everthing_there_is_a_season_tn.jpg\" width=129 height=100 border=1 alt=\"For Everything There is a Season - Margaret Bedell\">";
bedell[8] = "<img src=\"bedell/images/heritage_park_tn.jpg\" width=132 height=100 border=1 alt=\"Heritage Park - Margaret Bedell\">";
bedell[9] = "<img src=\"bedell/images/in_the_season_of_makalii_tn.jpg\" width=130 height=100 border=1 alt=\"In the Season of Makalii - Margaret Bedell\">";
bedell[10] = "<img src=\"bedell/images/m_bedell_painting_end_of_cane_i_tn.jpg\" width=151 height=100 border=1 alt=\"Margaret painting \'The End of Cane I\'\">";
bedell[11] = "<img src=\"bedell/images/olinda_spring_tn.jpg\" width=131 height=100 border=1 alt=\"Olinda Spring - Margaret Bedell\">";
bedell[12] = "<img src=\"bedell/images/red_flag_at_kam_iii_tn.jpg\" width=131 height=100 border=1 alt=\"Red Flag at Kam III - Margaret Bedell\">";
bedell[13] = "<img src=\"bedell/images/towards_honolua_tn.jpg\" width=133 height=100 border=1 alt=\"Toward Honolua - Margaret Bedell\">";
bedell[14] = "<img src=\"bedell/images/ulapalakua_in_september_tn.jpg\" width=132 height=100 border=1 alt=\"Ulupalakua in September - Margaret Bedell\">";

// champion's array of thumbnail links
var champion = new makeArray(5);
champion[0] = "<img src=\"champion/waikapu_valley_tn.jpg\" width=80 height=100 border=1 alt=\"Waikapu Valley - Denise Champion\">";
champion[1] = "<img src=\"champion/haleakala_pineapple_fields_tn.jpg\" width=129 height=100 border=1 alt=\"Haleakala Pineapple Fields - Denise Champion\">";
champion[2] = "<img src=\"champion/maui_colors_tn.jpg\" width=78 height=100 border=1 alt=\"Maui Colors - Denise Champion\">";
champion[3] = "<img src=\"champion/nightshift_paia_mill_tn.jpg\" width=103 height=100 border=1 alt=\"Paia Mill - Denise Champion\">";
champion[4] = "<img src=\"champion/chinatown_i_oahu_tn.jpg\" width=128 height=100 border=1 alt=\"Chinatown I, Oahu  - Denise Champion\">";

// davis' array of thumbnail links
var davis = new makeArray(4);
davis[0] = "<img src=\"davis/images/talks_a_lot_tn.jpg\" width=125 height=121 alt=\"\" border=\"1\">";
davis[1] = "<img src=\"davis/images/swimming_on_a_moonbeam_tn.jpg\" width=125 height=92 alt=\"\" border=\"1\">";
davis[2] = "<img src=\"davis/images/lightpix_tn.jpg\" width=92 height=125 alt=\"\" border=\"1\">";
davis[3] = "<img src=\"davis/images/dream_cafe_tn.jpg\" width=80 height=125 alt=\"\" border=\"1\">";

// deybra's array of thumbnail links
var deybra = new makeArray(4);
deybra[0] = "<img src=\"deybra/deybraf_tn.jpg\" width=71 height=100 alt=\"\" border=\"1\">";
deybra[1] = "<img src=\"deybra/deybras_stuff_tn.jpg\" width=70 height=100 alt=\"\" border=\"1\">";
deybra[2] = "<img src=\"deybra/df_mad_dog_tn.jpg\" width=161 height=100 alt=\"\" border=\"1\">";
deybra[3] = "<img src=\"deybra/df_4x5_tn.jpg\" width=132 height=100 border=1 alt=\"Untitled - Deybra\">";


//dorenzos array of thumbnail links
var dorenzo = new makeArray(17);
dorenzo[0] = "<img src=\"dorenzo/images/along_the_river_tn.jpg\" width=150 height=94 alt=\"\" border=\"1\">";
dorenzo[1] = "<img src=\"dorenzo/images/the_dance_tn.jpg\" width=135 height=150 alt=\"\" border=\"1\">";
dorenzo[2] = "<img src=\"dorenzo/images/keokea_church_tn.jpg\" width=150 height=99 alt=\"\" border=\"1\">";
dorenzo[3] = "<img src=\"dorenzo/images/between_dances_tn.jpg\" width=120 height=150 alt=\"\" border=\"1\">";
dorenzo[4] = "<img src=\"dorenzo/images/golfing_on_maui_tn.jpg\" width=126 height=100 alt=\"\" border=\"1\">";
dorenzo[5] = "<img src=\"dorenzo/images/highlight_tn.jpg\" width=146 height=100 alt=\"\" border=\"1\">";
dorenzo[6] = "<img src=\"dorenzo/images/ho_hum_tn.jpg\" width=140 height=100 alt=\"\" border=\"1\">";
dorenzo[7] = "<img src=\"dorenzo/images/i'll_just_wait_here_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
dorenzo[8] = "<img src=\"dorenzo/images/in_the_morning_tn.jpg\" width=134 height=100 alt=\"\" border=\"1\">";
dorenzo[9] = "<img src=\"dorenzo/images/quiet_pool_tn.jpg\" width=99 height=100 alt=\"\" border=\"1\">";
dorenzo[10] = "<img src=\"dorenzo/images/flowers_and_tangerines_tn.jpg\" width=150 height=104 alt=\"\" border=\"1\">";
dorenzo[11] = "<img src=\"dorenzo/images/sunkissed_tn.jpg\" width=125 height=125 alt=\"\" border=\"1\">";
dorenzo[12] = "<img src=\"dorenzo/images/the_bridge_tn.jpg\" width=61 height=100 alt=\"\" border=\"1\">";
dorenzo[13] = "<img src=\"dorenzo/images/backlighting_tn.jpg\" width=150 height=101 alt=\"\" border=\"1\">";
dorenzo[14] = "<img src=\"dorenzo/images/tree_shadows_tn.jpg\" width=135 height=100 alt=\"\" border=\"1\">";
dorenzo[15] = "<img src=\"dorenzo/images/three_shaggy_palms_tn.jpg\" width=134 height=100 alt=\"\" border=\"1\">";
dorenzo[16] = "<img src=\"dorenzo/images/towboat_tn.jpg\" width=80 height=100 alt=\"\" border=\"1\">";

// leach's array of thumbnail links
var leach = new makeArray(5)
leach[0] = "<img src=\"leach/hana_warriors_tn.jpg\" width=133 height=100 border=1 alt=\"Hana Warriors - Margaret Leach\">";
leach[1] = "<img src=\"leach/hokulea_tn.jpg\" width=133 height=100 border=1 alt=\"Hokule'a - Margaret Leach\">";
leach[2] = "<img src=\"leach/house_at_koale_hana_tn.jpg\" width=147 height=100 border=1 alt=\"House at Koale Hana - Margaret Leach\">";
leach[3] = "<img src=\"leach/lahaina_waterfront_tn.jpg\" width=133 height=100 border=1 alt=\"Lahaina Waterfront - Margaret Leach\">";
leach[4] = "<img src=\"leach/making_poi_tn.jpg\" width=129 height=100 border=1 alt=\"Making Poi - Margaret Leach\">";

//macdonald_k's array of thumbnail links
var macdonald_k = new makeArray(5);
macdonald_k[0] = "<img src=\"macdonald_k/just_a_travelin_palm_tn.jpg\" width=135 height=100 border=1 alt=\"Just a Travellin' Palm - Kathy MacDonald\">";
macdonald_k[1] = "<img src=\"macdonald_k/postcard_from_the_allans_tn.jpg\" width=102 height=100 border=1 alt=\"Postcard from the Allan\'s - Kathy MacDonald\">";
macdonald_k[2] = "<img src=\"macdonald_k/postcard_from_thompson_ranch_tn.jpg\" width=129 height=100 border=1 alt=\"Postcard from Thompson Ranch - Kathy MacDonald\">";
macdonald_k[3] = "<img src=\"macdonald_k/sailing_the_cane_fields_at_puunene_maui_tn.jpg\" width=133 height=100 border=1 alt=\"Sailing the Cane Fields at Pu'unene, Maui - Kathy MacDonald\">";
macdonald_k[4] = "<img src=\"macdonald_k/visiting_clean_pristine_maui_beach_tn.jpg\" width=101 height=100 border=1 alt=\"Visiting Clean, Pristine Maui Beach - Kathy MacDonald\">";

//marcil's array of thumbnail links
var marcil = new makeArray(8);
marcil[0] = "<img src=\"marcil/images/canoe_tn.jpg\" width=137 height=100 border=1 alt=\"Canoe, Music, Fishing, Food - Beth Marcil\">";
marcil[1] = "<img src=\"marcil/images/the_gathering_tn.jpg\" width=135 height=100 border=1 alt=\"The Gathering - Beth Marcil\">";
marcil[2] = "<img src=\"marcil/images/bethmar_tn.jpg\" width=84 height=100 alt=\"\" border=\"1\">";
marcil[3] = "<img src=\"marcil/images/cup_of_stars_tn.jpg\" width=144 height=100 border=1 alt=\"Cup of Stars - Beth Marcil\">";
marcil[4] = "<img src=\"marcil/images/daydreams_tn.jpg\" width=144 height=100 border=1 alt=\"Daydreams - Beth Marcil\">";
marcil[5] = "<img src=\"marcil/images/fishing_tn.jpg\" width=140 height=100 border=1 alt=\"Fishing - Beth Marcil\">";
marcil[6] = "<img src=\"marcil/images/food_tn.jpg\" width=73 height=100 border=1 alt=\"Food - Beth Marcil\">";
marcil[7] = "<img src=\"marcil/images/sunflowers_tn.jpg\" width=144 height=100 border=1 alt=\"Sunflowers - Beth Marcil\">";


//mcconnell's array of thumbnail links
var mcconnell = new makeArray(5);
mcconnell[0] = "<img src=\"mcconnell/images/am_clowns_tn.jpg\" width=75 height=100 alt=\"\" border=\"1\">";
mcconnell[1] = "<img src=\"mcconnell/images/am_visitation_tn.jpg\" width=150 height=100 alt=\"\" border=\"1\">";
mcconnell[2] = "<img src=\"mcconnell/images/girl_in_grass_with_lei_tn.jpg\" width=76 height=100 border=1 alt=\"Girk in Grass with Lei - Amanda McConnell\">";
mcconnell[3] = "<img src=\"mcconnell/images/pregnant_girl_tn.jpg\" width=71 height=100 border=1 alt=\"Pregnant Girl - Amanda McConnell\">";
mcconnell[4] = "<img src=\"mcconnell/images/secret_selves_tn.jpg\" width=132 height=100 border=1 alt=\"Secret Selves - Amanda McConnell\">";


//mcdonald_t's array of thumbnail links
var mcdonald_t = new makeArray(1)
mcdonald_t[0] = "<img src=\"mcdonald_t/tm_makawao_tn.jpg\" width=157 height=100 border=1 alt=\"Makawao - Terry McDonald\">";


//mcgowan's array of thumbnail links
var mcgowan = new makeArray(10);
mcgowan[0] = "<img src=\"mcgowan/images/pm_good_news_tn.jpg\" width=76 height=100 alt=\"\" border=\"1\">";
mcgowan[1] = "<img src=\"mcgowan/images/pm01a_dove_tn.jpg\" width=73 height=100 alt=\"\" border=\"1\">";
mcgowan[2] = "<img src=\"mcgowan/images/pm13a_mother_&_child_tn.jpg\" width=73 height=100 alt=\"\" border=\"1\">";
mcgowan[3] = "<img src=\"mcgowan/images/pm15a_timothy_tn.jpg\" width=61 height=100 alt=\"\" border=\"1\">";
mcgowan[4] = "<img src=\"mcgowan/images/pm17a_reveille_tn.jpg\" width=65 height=100 alt=\"\" border=\"1\">";
mcgowan[5] = "<img src=\"mcgowan/images/pm19a_repentant_man_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
mcgowan[6] = "<img src=\"mcgowan/images/pm3a_maria_tn.jpg\" width=69 height=100 alt=\"\" border=\"1\">";
mcgowan[7] = "<img src=\"mcgowan/images/maui_the_demigod2_tn.jpg\" width=76 height=100 border=1 alt=\"Maui the DemiGod - Patrick McGowan\">";
mcgowan[8] = "<img src=\"mcgowan/images/neighborhood_hens_tn.jpg\" width=118 height=100 border=1 alt=\"Neighborhood Hens - Patrick McGowan\">";
mcgowan[9] = "<img src=\"mcgowan/images/student_tn.jpg\" width=138 height=100 border=1 alt=\"Student - Patrick McGowan\">";


//shakti's array of thumbnail links
var shakti = new makeArray(9);
shakti[0] = "<img src=\"shakti/bamboo_ruby_tanzanite_ring_tn.jpg\" width=100 height=99 alt=\"\" border=\"1\">";
shakti[1] = "<img src=\"shakti/bamboo_wedding_bands_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
shakti[2] = "<img src=\"shakti/big_boulder_opal_tn.jpg\" width=99 height=100 alt=\"\" border=\"1\">";
shakti[3] = "<img src=\"shakti/black_opal_ring_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
shakti[4] = "<img src=\"shakti/blue_boulder_opal_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
shakti[5] = "<img src=\"shakti/handmade_foxtail_chain_tourmaline_tn.jpg\" width=150 height=98 border=0 alt=\"\" border=\"1\">";
shakti[6] = "<img src=\"shakti/lapis_lazuli_ring_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
shakti[7] = "<img src=\"shakti/obsidian_catseye_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
shakti[8] = "<img src=\"shakti/tanzanite_ring_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";

//papanikolas' array of thumbnail links
var papanikolas = new makeArray(4);
papanikolas[0] = "<img src=\"papanikolas/images/tubing_tn.jpg\" width=125 height=83 border=1 alt=\"Tubing - Suzy Papanikolas\">";
papanikolas[1] = "<img src=\"papanikolas/images/combing_her_hair_tn.jpg\" width=125 height=93 border=1 alt=\"Combing Her Hair - Suzy Papanikolas\">";
papanikolas[2] = "<img src=\"papanikolas/images/orange_pareo_tn.jpg\" width=125 height=92 border=1 alt=\"Orange Pareo - Suzy Papanikolas\">";
papanikolas[3] = "<img src=\"papanikolas/images/girl_with_basket_tn.jpg\" width=90 height=119 border=1 alt=\"Girl With Basket - Suzy Papanikolas\">";

//perz's array of thumbnail links
var perz = new makeArray(6);
perz[0] = "<img src=\"perz/images/02forever_summer_tn.jpg\" width=66 height=125 alt=\"\" border=\"1\">";
perz[1] = "<img src=\"perz/images/petals_of_dreams_tn.jpg\" width=100 height=125 alt=\"\" border=\"1\">";
perz[2] = "<img src=\"perz/images/04la_mer_tn.jpg\" width=86 height=125 alt=\"\" border=\"1\">";
perz[3] = "<img src=\"perz/images/05life_faith_and_beauty_tn.jpg\" width=84 height=124 alt=\"\" border=\"1\">";
perz[4] = "<img src=\"perz/images/06meditation_tn.jpg\" width=125 height=92 alt=\"\" border=\"1\">";
perz[5] = "<img src=\"perz/images/07merging_streams_tn.jpg\" width=91 height=125 alt=\"\" border=\"1\">";

//rea's array of thumbnail links
var rea = new makeArray(5);
rea[0] = "<img src=\"rea/jbrea_tn.jpg\" width=86 height=100 alt=\"\" border=\"1\">";
rea[1] = "<img src=\"rea/bracelet_tn.jpg\" width=113 height=100 border=1 alt=\"Bracelet - J.B.Rea\">";
rea[2] = "<img src=\"rea/frog_pin_tn.jpg\" width=156 height=100 border=1 alt=\"Frog Pin - J.B. Rea\">";
rea[3] = "<img src=\"rea/necklace_tn.jpg\" width=97 height=100 border=1 alt=\"Necklace - J.B. Rea\">";
rea[4] = "<img src=\"rea/tadpole_necklace2_tn.jpg\" width=80 height=100 border=1 alt=\"Tadpole Necklace - J.B. Rea\">";

//sach's array of thumbnail links
var sachs = new makeArray(14);
sachs[0] = "<img src=\"sachs/images/amarylis_tn.jpg\" width=63 height=100 alt=\"\" border=\"1\">";
sachs[1] = "<img src=\"sachs/images/in_harmony_tn.jpg\" width=130 height=100 alt=\"\" border=\"1\">";
sachs[2] = "<img src=\"sachs/images/mangoes_dyp1_253_tn.jpg\" width=73 height=100 alt=\"\" border=\"1\">";
sachs[3] = "<img src=\"sachs/images/mangoes_dyp1_tn.jpg\" width=73 height=100 alt=\"\" border=\"1\">";
sachs[4] = "<img src=\"sachs/images/mangoes_dyp2_253_tn.jpg\" width=74 height=100 alt=\"\" border=\"1\">";
sachs[5] = "<img src=\"sachs/images/mangoes_dyp2_tn.jpg\" width=75 height=100 alt=\"\" border=\"1\">";
sachs[6] = "<img src=\"sachs/images/mangoes_tn.jpg\" width=75 height=100 alt=\"\" border=\"1\">";
sachs[7] = "<img src=\"sachs/images/palm_tree_tn.jpg\" width=44 height=100 alt=\"\" border=\"1\">";
sachs[8] = "<img src=\"sachs/images/pineapple_tn.jpg\" width=79 height=100 alt=\"\" border=\"1\">";
sachs[9] = "<img src=\"sachs/images/red_sky_hui_tn.jpg\" width=123 height=100 alt=\"\" border=\"1\">";
sachs[10] = "<img src=\"sachs/images/sunlit_plumeria_tn.jpg\" width=137 height=100 alt=\"\" border=\"1\">";
sachs[11] = "<img src=\"sachs/images/sweet_plumeria_tn.jpg\" width=78 height=100 alt=\"\" border=\"1\">";
sachs[12] = "<img src=\"sachs/images/taro_fields_tn.jpg\" width=150 height=100 alt=\"\" border=\"1\">";
sachs[13] = "<img src=\"sachs/images/tranquility_tn.jpg\" width=59 height=100 alt=\"\" border=\"1\">";

//schoenecker's array of thumbnail links
var schoenecker = new makeArray(8);
schoenecker[0] = "<img src=\"schoenecker/images/js_hibiscus_tn.jpg\" width=100 height=100 alt=\"\" border=\"1\">";
schoenecker[1] = "<img src=\"schoenecker/images/js_high_on_a_hill_253_tn.jpg\" width=76 height=100 alt=\"\" border=\"1\">";
schoenecker[2] = "<img src=\"schoenecker/images/js_lush_mountain_253_tn.jpg\" width=123 height=100 alt=\"\" border=\"1\">";
schoenecker[3] = "<img src=\"schoenecker/images/js_reflections_tn.jpg\" width=67 height=100 alt=\"\" border=\"1\">";
schoenecker[4] = "<img src=\"schoenecker/images/julie_tn.jpg\" width=133 height=100 alt=\"\" border=\"1\">";
schoenecker[5] = "<img src=\"schoenecker/images/syncopation_small_tn.jpg\" width=155 height=100 alt=\"\" border=\"1\">";
schoenecker[6] = "<img src=\"schoenecker/images/genesis_ix_tn.jpg\" width=72 height=100 border=1 alt=\"Genesis IX - Julie Schoenecker\">";
schoenecker[7] = "<img src=\"schoenecker/images/protea_pot_pourri_tn.jpg\" width=126 height=100 border=1 alt=\"Protea Potpourri - Julie Schoenecker\">";

//woodbury's array of thumbnail links
var woodbury = new makeArray(3);
woodbury[0] = "<img src=\"woodbury/images/night_eruption_tn.jpg\" width=127 height=100 border=1 alt=\"Night Eruption - Martha Woodbury\">";
woodbury[1] = "<img src=\"woodbury/images/untitled_tn.jpg\" width=67 height=100 border=1 alt=\"Untitled - Martha Woodbury\">";
woodbury[2] = "<img src=\"woodbury/images/visitation2_tn.jpg\" width=68 height=100 border=0 alt=\"Visitation 2 - Martha Woodbury\">";

// the random # generator
function rand(n){
seed = (0x015a4e35*seed) % 0x7fffffff;
return (seed >>19) % n;
}
var now = new Date()
var seed = now.getTime() % 0xfffffff

