// JavaScript Document

function imageSwap1() {
var group1 = new Array(
"http://wevl.org/gallery/images/DSC_1404_121609_tn.jpg",
"http://wevl.org/gallery/images/vendingmachine_121609_tn.jpg",
"http://wevl.org/gallery/images/AlejandroShow_tn.jpg",
"http://wevl.org/gallery/images/bashfulbobathome0209_1_tn.jpg",
"http://wevl.org/gallery/images/bashfulbobathome0209_2_tn.jpg"

//"http://wevl.org/gallery/images/BenVaughnBand2_tn.jpg",
//"http://wevl.org/gallery/images/BenVaughnBand1_tn.jpg",
//"http://wevl.org/gallery/images/BenVaughn2_tn.jpg",
//"http://wevl.org/gallery/images/BenVaughn1_tn.jpg",
//"http://wevl.org/gallery/images/Band-Setup_tn.jpg",
//"http://wevl.org/gallery/images/AndyGrooms_tn.jpg",
//"http://wevl.org/gallery/images/AndrewMcCalla1206_tn.jpg",
//"http://wevl.org/gallery/images/Allan_Anya-1206_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo-B-0806_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo-A-0806_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo7_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo6_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo5_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo4_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo3_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo2_tn.jpg",
//"http://wevl.org/gallery/images/AlejandroEscovedo1_tn.jpg",
//"http://wevl.org/gallery/images/Afrissippi2_tn.jpg",
//"http://wevl.org/gallery/images/Afrissippi1_tn.jpg",
//"http://wevl.org/gallery/images/AEscovedoBStandefer0806_tn.jpg",
//"http://wevl.org/gallery/images/052703gregtrooper_tn.jpg",
//"http://wevl.org/gallery/images/032503pauljoyce_ann_tn.jpg",
//"http://wevl.org/gallery/images/CapnPete1207_tn.jpg",
//"http://wevl.org/gallery/images/barbaramason0708_tn.jpg",
//"http://wevl.org/gallery/images/Dee-JessieMae_tn.jpg",
//"http://wevl.org/gallery/images/DeeHubertPinetop2_tn.jpg",
//"http://wevl.org/gallery/images/DeeHubertPinetop_tn.jpg",
//"http://wevl.org/gallery/images/DanPhillips-WCClark_tn.jpg"
)
imageSwitch1 = Math.floor(Math.random()*group1.length);
document.write('<img src="' +group1[imageSwitch1]+ '">');
}


function imageSwap2() {
var group2 = new Array(
"http://wevl.org/gallery/images/img_122109_tn.jpg", 
"http://wevl.org/gallery/images/DSC_1588_121609_tn.jpg",
"http://wevl.org/gallery/images/alejandro2_121609_tn.jpg",
"http://wevl.org/gallery/images/Craig-Brewer-BOTB-2008_tn.jpg",
"http://wevl.org/gallery/images/Eddieandfamily_tn.jpg",
"http://wevl.org/gallery/images/FlyerBestOf2009_tn.jpg"

//"http://wevl.org/gallery/images/DanMontgomery_tn.jpg",
//"http://wevl.org/gallery/images/DanielJohnston_080907_tn.jpg",
//"http://wevl.org/gallery/images/DanielJohnson2_080907_tn.jpg",
//"http://wevl.org/gallery/images/Dan_Stephanie-1206_tn.jpg",
//"http://wevl.org/gallery/images/CoryBranan1_tn.jpg",
//"http://wevl.org/gallery/images/ClemSnide_tn.jpg",
//"http://wevl.org/gallery/images/ChandlerTravis3_tn.jpg",
//"http://wevl.org/gallery/images/ChandlerTravis2_tn.jpg",
//"http://wevl.org/gallery/images/ChandlerTravis1_tn.jpg",
//"http://wevl.org/gallery/images/ByronMcGhee_tn.jpg",
//"http://wevl.org/gallery/images/Bowman-MikeyDread_tn.jpg",
//"http://wevl.org/gallery/images/Bob-Nancy_tn.jpg",
//"http://wevl.org/gallery/images/BobbyRush_1207_tn.jpg",
//"http://wevl.org/gallery/images/BobbyRushJoyceCobb111406_tn.jpg",
//"http://wevl.org/gallery/images/BobbyOsborne_RR_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_TooSlim2_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_TooSlim_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_PorterWagoner_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_MinniePearl_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_JimmyDickens_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_JimmyCNewman_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_ConnieSmith_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_CharleyPride_060907_tn.jpg",
//"http://wevl.org/gallery/images/Bob_BobbieDale_tn.jpg",
//"http://wevl.org/gallery/images/Jeff_Nikki-1206_tn.jpg",
//"http://wevl.org/gallery/images/Impala2-030406_tn.jpg",
//"http://wevl.org/gallery/images/Impala1-030406_tn.jpg",
//"http://wevl.org/gallery/images/HScales-AMcCalla-103106_tn.jpg"
)
imageSwitch2 = Math.floor(Math.random()*group2.length);
document.write('<img src="' +group2[imageSwitch2]+ '">');
}


function imageSwap3() {
var group3 = new Array(
"http://wevl.org/gallery/images/IMG_2557_122109_tn.jpg",
"http://wevl.org/gallery/images/harlan_121609_tn.jpg",
"http://wevl.org/gallery/images/FrontDoorMusicians_tn.jpg",
"http://wevl.org/gallery/images/img1_120409_tn.jpg",
"http://wevl.org/gallery/images/img1_121409_tn.jpg",
"http://wevl.org/gallery/images/img2_120409_tn.jpg"

//"http://wevl.org/gallery/images/HaydenJacksonAprylCox_tn.jpg",
//"http://wevl.org/gallery/images/HarryManx5_tn.jpg",
//"http://wevl.org/gallery/images/HarryManx4_tn.jpg",
//"http://wevl.org/gallery/images/HarryManx3_tn.jpg",
//"http://wevl.org/gallery/images/HarryManx2_tn.jpg",
//"http://wevl.org/gallery/images/HarryManx1_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo5-030406_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo4-030406_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo4_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo3-030406_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo3_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo2-030406_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo2_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo1-030406_tn.jpg",
//"http://wevl.org/gallery/images/HarlanTBobo1_tn.jpg",
//"http://wevl.org/gallery/images/HarlanB-PaulB-1206_tn.jpg",
//"http://wevl.org/gallery/images/Group-1206_tn.jpg",
//"http://wevl.org/gallery/images/DeltaMoon3_tn.jpg",
//"http://wevl.org/gallery/images/DeltaMoon2_tn.jpg",
//"http://wevl.org/gallery/images/DeltaMoon1_tn.jpg",
//"http://wevl.org/gallery/images/NahshonBenford-030406_tn.jpg"
//"http://wevl.org/gallery/images/mouserocket2_tn.jpg",
//"http://wevl.org/gallery/images/mouserocket1_tn.jpg",
//"http://wevl.org/gallery/images/mouserocket_tn.jpg"
)
imageSwitch3 = Math.floor(Math.random()*group3.length);
document.write('<img src="' +group3[imageSwitch3]+ '">');
}



function imageSwap4() {
var group4 = new Array(
"http://wevl.org/gallery/images/DSC_0028_122109_tn.jpg", 
"http://wevl.org/gallery/images/AliciaandSonja_121609_tn.jpg",
"http://wevl.org/gallery/images/band2_121609_tn.jpg",
"http://wevl.org/gallery/images/img3_121409_tn.jpg",
"http://wevl.org/gallery/images/img4_121409_tn.jpg",
"http://wevl.org/gallery/images/joyce-cobb-at-wevl_tn.jpg"

//"http://wevl.org/gallery/images/MonsieurJEvans-030406_tn.jpg",
//"http://wevl.org/gallery/images/MikeSnider_RR_tn.jpg",
//"http://wevl.org/gallery/images/Michael-1206_tn.jpg",
//"http://wevl.org/gallery/images/MelTillis_Bob_tn.jpg",
////"http://wevl.org/gallery/images/Meier-Mayer-Hendrix-Haspel2_tn.jpg",
////"http://wevl.org/gallery/images/Meier-Mayer-Hendrix-Haspel1_tn.jpg",
//"http://wevl.org/gallery/images/MarcFranklin-030406_tn.jpg",
//"http://wevl.org/gallery/images/LukeWhite71905_tn.jpg",
//"http://wevl.org/gallery/images/lostgonzo_nancya_072103_tn.jpg",
//"http://wevl.org/gallery/images/LeftoverSalmon_Joyce_tn.jpg",
//"http://wevl.org/gallery/images/LeftoverSalmon_Jim_tn.jpg",
//"http://wevl.org/gallery/images/LeeBobo_Kirkscey_tn.jpg",
//"http://wevl.org/gallery/images/Lavere_Lewis0407_tn.jpg",
//"http://wevl.org/gallery/images/Laura_Brett_tn.jpg",
//"http://wevl.org/gallery/images/KeithSykes_tn.jpg",
//"http://wevl.org/gallery/images/KarlShiflett_JimLillard_tn.jpg",
//"http://wevl.org/gallery/images/JohnsonDorseyEvans1107_tn.jpg",
//"http://wevl.org/gallery/images/joyce-on-phone_tn.jpg",
//"http://wevl.org/gallery/images/Joyce_BillyLeeRiley_tn.jpg",
//"http://wevl.org/gallery/images/JonathanKirkscey-030406_tn.jpg",
//"http://wevl.org/gallery/images/JonathanJessicaHarlan_tn.jpg",
//"http://wevl.org/gallery/images/JessicaMunson-030406_tn.jpg",
//"http://wevl.org/gallery/images/JeremyScott-030406_tn.jpg",
//"http://wevl.org/gallery/images/railroadearth3_tn.jpg",
//"http://wevl.org/gallery/images/railroadearth2_tn.jpg",
//"http://wevl.org/gallery/images/railroadearth1_tn.jpg",
//"http://wevl.org/gallery/images/PonderosaStomp0506_tn.jpg"
)
imageSwitch4 = Math.floor(Math.random()*group4.length);
document.write('<img src="' +group4[imageSwitch4]+ '">');
}


function imageSwap5() {
var group5 = new Array(
"http://wevl.org/gallery/images/DSC_0101_122109_tn.jpg", 
"http://wevl.org/gallery/images/RobbyGrant_121609_tn.jpg",
"http://wevl.org/gallery/images/kongweeposter_tn.jpg",
"http://wevl.org/gallery/images/KongWeeandJay_tn.jpg",
"http://wevl.org/gallery/images/LucyandAnsley_tn.jpg",
"http://wevl.org/gallery/images/Musicians_tn.jpg"

//"http://wevl.org/gallery/images/PinetopPerkins_tn.jpg",
//"http://wevl.org/gallery/images/philips_belarose1_tn.jpg",
//"http://wevl.org/gallery/images/PeteNancyMichelle_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_PhoneVolunteers_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_MsX_BowmanKelley_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_LucyWinstead_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_LeaDickerson_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_KeithSykes_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_KeithS_JoyceC_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_JudyD_BrianR_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_JeremyScott_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_EddieHankins_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_Dinnertime_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_BrianCraig_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_Brian_Volunteers_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_Apryltakespledge_tn.jpg",
//"http://wevl.org/gallery/images/PDF05_Aprylcleansup_tn.jpg",
//"http://wevl.org/gallery/images/PamTillis_RR_tn.jpg",
//"http://wevl.org/gallery/images/old-crow-1105_tn.jpg",
//"http://wevl.org/gallery/images/Nikki-Anthony-Dick-1206_tn.jpg",
//"http://wevl.org/gallery/images/NancyTanasJimmyDavisNancyAppleKatSage_tn.jpg",
//"http://wevl.org/gallery/images/NancyTanasBobbyBareJr061405_tn.jpg",
////"http://wevl.org/gallery/images/theteajerkers_tn.jpg",
////"http://wevl.org/gallery/images/tearjerkers1_tn.jpg",
//"http://wevl.org/gallery/images/TDavis-HScales-103106_tn.jpg",
////"http://wevl.org/gallery/images/TaylorRodriguezHaspel_tn.jpg",
//"http://wevl.org/gallery/images/TaylorRodriguez_Band_tn.jpg",
//"http://wevl.org/gallery/images/TaylorHolzenKegerreis_tn.jpg"
)
imageSwitch5 = Math.floor(Math.random()*group5.length);
document.write('<img src="' +group5[imageSwitch5]+ '">');
}


function imageSwap6() {
var group6 = new Array(
"http://wevl.org/gallery/images/DSC_0071_122109_tn.jpg",
"http://wevl.org/gallery/images/DSC_1232_121609_tn.jpg",
"http://wevl.org/gallery/images/springconcert09htb_tn.jpg",
"http://wevl.org/gallery/images/springconcert09jpk_tn.jpg",
"http://wevl.org/gallery/images/TomandMrBingle_tn.jpg"

//"http://wevl.org/gallery/images/SusanVoelz2_tn.jpg",
//"http://wevl.org/gallery/images/SusanVoelz1_tn.jpg",
//"http://wevl.org/gallery/images/Strohviolin_tn.jpg",
//"http://wevl.org/gallery/images/SteveJacobson_tn.jpg",
//"http://wevl.org/gallery/images/specialguest021005_tn.jpg",
//"http://wevl.org/gallery/images/SidSelvidge2_tn.jpg",
//"http://wevl.org/gallery/images/SidSelvidge1_tn.jpg",
//"http://wevl.org/gallery/images/SidSelvidge_041004_tn.jpg",
//"http://wevl.org/gallery/images/shooter-kate-0406_tn.jpg",
//"http://wevl.org/gallery/images/ScottBomar2-030406_tn.jpg",
//"http://wevl.org/gallery/images/ScottBomar1-030406_tn.jpg",
//"http://wevl.org/gallery/images/ScandalizVandalistz_tn.jpg",
//"http://wevl.org/gallery/images/SamBush3_tn.jpg",
//"http://wevl.org/gallery/images/SamBush1_tn.jpg",
//"http://wevl.org/gallery/images/RRBobBrian07_tn.jpg",
//"http://wevl.org/gallery/images/RR_DarrylWorley_tn.jpg",
//"http://wevl.org/gallery/images/RossRebeccaRon_022407_tn.jpg",
//"http://wevl.org/gallery/images/ron-franklyn_tn.jpg",
//"http://wevl.org/gallery/images/RevVinceAnderson_tn.jpg",
//"http://wevl.org/gallery/images/ReigningSound3_tn.jpg",
//"http://wevl.org/gallery/images/ReigningSound2_tn.jpg",
//"http://wevl.org/gallery/images/ReigningSound1_tn.jpg",
//"http://wevl.org/gallery/images/tzaddi_020508_tn.jpg",
//"http://wevl.org/gallery/images/tiffany_kate_0407_tn.jpg",
//"http://wevl.org/gallery/images/YonderMtStrng2_tn.jpg",
//"http://wevl.org/gallery/images/YonderMtStrng1_tn.jpg",
//"http://wevl.org/gallery/images/wood_krekel_tn.jpg",
//"http://wevl.org/gallery/images/WilhelmineMathusOblivian_tn.jpg",
//"http://wevl.org/gallery/images/wall0507_tn.jpg"
)
imageSwitch6 = Math.floor(Math.random()*group6.length);
document.write('<img src="' +group6[imageSwitch6]+ '">');
}


function imageSwap7() {
var group7 = new Array(
"http://wevl.org/gallery/images/janetnancy3_122109_tn.jpg",
"http://wevl.org/gallery/images/DSC_1327_121609_tn.jpg",
"http://wevl.org/gallery/images/BenNichols_tn.jpg",
"http://wevl.org/gallery/images/NickandAmanda_tn.jpg",
"http://wevl.org/gallery/images/img2_121409_tn.jpg"

//"http://wevl.org/gallery/images/VM-RobbyGrant3-030406_tn.jpg",
//"http://wevl.org/gallery/images/VM-RobbyGrant2-030406_tn.jpg",
//"http://wevl.org/gallery/images/VM-RobbyGrant1-030406_tn.jpg",
//"http://wevl.org/gallery/images/VendingMachineFive013007_tn.jpg",
//"http://wevl.org/gallery/images/VendingMachine2-030406_tn.jpg",
//"http://wevl.org/gallery/images/vendingMachine2_tn.jpg",
//"http://wevl.org/gallery/images/VendingMachine1-030406_tn.jpg",
//"http://wevl.org/gallery/images/vendingMachine1_tn.jpg",
//"http://wevl.org/gallery/images/VendingMachine022806_tn.jpg",
//"http://wevl.org/gallery/images/VendingMachine0206_tn.jpg",
//"http://wevl.org/gallery/images/truckers_tn.jpg",
//"http://wevl.org/gallery/images/TooSlim_RidgeRunner_tn.jpg",
//"http://wevl.org/gallery/images/TonyFurtado_tn.jpg",
//"http://wevl.org/gallery/images/TimReganMarkStuartCoryBranan_tn.jpg",
//"http://wevl.org/gallery/images/TimJanetLucyAnsley-1206_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble7_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble6_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble5_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble4_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble3_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble2_091107_tn.jpg",
//"http://wevl.org/gallery/images/TheWarble091107_tn.jpg"
)
imageSwitch7 = Math.floor(Math.random()*group7.length);
document.write('<img src="' +group7[imageSwitch7]+ '">');
}

function imageSwap8() {
var group8 = new Array(
"http://wevl.org/images/bobposter.jpg"
)
imageSwitch8 = Math.floor(Math.random()*group8.length);
document.write('<img src="' +group8[imageSwitch8]+ '">');
}

