function randomNum(max) {
	var max=207
	
  	var rNum=NaN
  	var rTitle='Nul'
  	while (isNaN(rNum)) {
    		rNum=Math.floor(Math.random()*(max))
	}
	
	if (rNum == 0) {
		document.writeln ("Song title: Where Have All the Flowers Gone");
  	}
	else if (rNum == 1) {
		document.writeln ("Song title: Twilight Time");
	}
	else if (rNum == 2) {
		document.writeln ("Song title: I'm Mr. Blue");
	}
	else if (rNum == 3) {
		document.writeln ("Song title: I'm Not Lisa");
	}
	else if (rNum == 4) {
		document.writeln ("Song title: Happy Wanderer");
	}
	else if (rNum == 5) {
		document.writeln ("Song title: The Wayward Wind");
	}
	else if (rNum == 6) {
		document.writeln ("Song title: As Time Goes By");
	}
	else if (rNum == 7) {
		document.writeln ("Song title: Unchained Melody");
	}
	else if (rNum == 8) {
		document.writeln ("Song title: Upon the Roof - #8");
	}
	else if (rNum == 9) {
		document.writeln ("Song title: Wind Beneath My Wings");
  	}
	else if (rNum == 10) {
		document.writeln ("Song title: The Wanderer");
	}
	else if (rNum == 11) {
		document.writeln ("Song title: 500 miles");
	}
	else if (rNum == 12) {
		document.writeln ("Song title: The Tennessee Waltz");
	}
	else if (rNum == 13) {
		document.writeln ("Song title: If I Didn't Care");
	}
	else if (rNum == 14) {
		document.writeln ("Song title: Once I Had a Secret Love");
	}
	else if (rNum == 15) {
		document.writeln ("Song title: Pretty Woman");
	}
	else if (rNum == 16) {
		document.writeln ("Song title: They Call Me the Wanderer");
	}
	else if (rNum == 17) {
		document.writeln ("Song title: Mona Lisa");
	}
	else if (rNum == 18) {
		document.writeln ("Song title: The Wayward Wind");
	}
	else if (rNum == 19) {
		document.writeln ("Song title: Yesterday");
	}
	else if (rNum == 20) {
		document.writeln ("Song title: The House of the Rising Sun");
	}
	else if (rNum == 21) {
		document.writeln ("Song title: Amazing Grace - Bagpipe Edition");
	}
	else if (rNum == 22) {
		document.writeln ("Song title: America the Beautiful - Medley");
	}
	else if (rNum == 23) {
		document.writeln ("Song title: Bad Moon A'rising");
	}
	else if (rNum == 24) {
		document.writeln ("Song title: Downtown");
	}
	else if (rNum == 25) {
		document.writeln ("Song title: The Answer is Blowing in the Wind");
	}
	else if (rNum == 26) {
		document.writeln ("Song title: Earth Angel");
	}
	else if (rNum == 27) {
		document.writeln ("Song title: The Entertainer");
	}
	else if (rNum == 28) {
		document.writeln ("Song title: Hang on Sloopy");
	}
	else if (rNum == 29) {
		document.writeln ("Song title: Hey Jude");
	}
	else if (rNum == 30) {
		document.writeln ("Song title: In the Still of the Night");
	}
	else if (rNum == 31) {
		document.writeln ("Song title: I Will Follow Him");
	}
	else if (rNum == 32) {
		document.writeln ("Song title: Limbo Rock");
	}
	else if (rNum == 33) {
		document.writeln ("Song title: Lion Sleeps Tonight");
	}
	else if (rNum == 34) {
		document.writeln ("Song title: Memphis, Tennessee");
	}
	else if (rNum == 35) {
		document.writeln ("Song title: Monday - Monday");
	}
	else if (rNum == 36) {
		document.writeln ("Song title: Moon River");
	}
	else if (rNum == 37) {
		document.writeln ("Song title: My Girl");
	}
	else if (rNum == 38) {
		document.writeln ("Song title: Only You");
	}
	else if (rNum == 39) {
		document.writeln ("Song title: On the Road Again");
	}
	else if (rNum == 40) {
		document.writeln ("Song title: The Way We Were");
	}
	else if (rNum == 41) {
		document.writeln ("Song title: You Are Always on My Mind");
	}
	else if (rNum == 42) {
		document.writeln ("Song title: Little Red Riding Hood");
	}
	else if (rNum == 43) {
		document.writeln ("Song title: Don't Worry, Be Happy");
	}
	else if (rNum == 44) {
		document.writeln ("Song title: Ebbtide");
	}
	else if (rNum == 45) {
		document.writeln ("Song title: I'll Be There");
	}
	else if (rNum == 46) {
		document.writeln ("Song title: If I Fell In Love With You");
	}
	else if (rNum == 47) {
		document.writeln ("Song title: In My Room");
	}
	else if (rNum == 48) {
		document.writeln ("Song title: I Will Always Love You");
	}
	else if (rNum == 49) {
		document.writeln ("Song title: Loving You");
	}
	else if (rNum == 50) {
		document.writeln ("Song title: Oh Darlin', Save the Last Dance For me");
	}
	else if (rNum == 51) {
		document.writeln ("Song title: Summer Place");
	}
	else if (rNum == 52) {
		document.writeln ("Song title: 'Til There Was You");
	}
	else if (rNum == 53) {
		document.writeln ("Song title: The Dance");
	}
	else if (rNum == 54) {
		document.writeln ("Song title: Unforgetable");
	}
	else if (rNum == 55) {
		document.writeln ("Song title: When a Man Loves a Woman");
	}
	else if (rNum == 56) {
		document.writeln ("Song title: The Wind Beneath My Wings");
	}
	else if (rNum == 57) {
		document.writeln ("Song title: Wonderful");
	}
	else if (rNum == 58) {
		document.writeln ("Song title: Upon the Roof - #58");
	}
	else if (rNum == 59) {
		document.writeln ("Song title: Mr. Wonderful - #59");
	}
	else if (rNum == 60) {
		document.writeln ("Song title: Just the Nearness of You");
	}
	else if (rNum == 61) {
		document.writeln ("Song title: Smoke Gets in My Eyes");
	}
	else if (rNum == 62) {
		document.writeln ("Song title: I'll Be Seeing You");
	}
	else if (rNum == 63) {
		document.writeln ("Song title: My Funny Valentine");
	}
	else if (rNum == 64) {
		document.writeln ("Song title: Love Is a Many Splendored Thing");
	}
	else if (rNum == 65) {
		document.writeln ("Song title: Baby, I'm Yours");
	}
	else if (rNum == 66) {
		document.writeln ("Song title: Blue Angel");
	}
	else if (rNum == 67) {
		document.writeln ("Song title: I Can't Help Falling In Love With You");
	}
	else if (rNum == 68) {
		document.writeln ("Song title: Crazy");
	}
	else if (rNum == 69) {
		document.writeln ("Song title: Crying In the Chapel");
	}
	else if (rNum == 70) {
		document.writeln ("Song title: Baby Love");
	}
	else if (rNum == 71) {
		document.writeln ("Song title: Crimson and Clover");
	}
	else if (rNum == 72) {
		document.writeln ("Song title: I Love How You Love Me");
	}
	else if (rNum == 73) {
		document.writeln ("Song title: In the Misty Moonlight");
	}
	else if (rNum == 74) {
		document.writeln ("Song title: I Only Have Eyes For You");
	}
	else if (rNum == 75) {
		document.writeln ("Song title: Loving You");
	}
	else if (rNum == 76) {
		document.writeln ("Song title: Misty Blue");
	}
	else if (rNum == 77) {
		document.writeln ("Song title: Me and You and a Dog Named Boo");
	}
	else if (rNum == 78) {
		document.writeln ("Song title: Who's Sorry Now?");
	}
	else if (rNum == 79) {
		document.writeln ("Song title: 76 Trombones");
	}
	else if (rNum == 80) {
		document.writeln ("Song title: A Kiss to Build a Dream On");
	}
	else if (rNum == 81) {
		document.writeln ("Song title: Sunday Kind of Love");
	}
	else if (rNum == 82) {
		document.writeln ("Song title: Tequila Sunrise");
	}
	else if (rNum == 83) {
		document.writeln ("Song title: A Special Love Song");
	}
	else if (rNum == 84) {
		document.writeln ("Song title: All I Have To Do Is Dream");
	}
	else if (rNum == 85) {
		document.writeln ("Song title: Allegheny Moon");
	}
	else if (rNum == 86) {
		document.writeln ("Song title: You Are Always on My Mind");
	}
	else if (rNum == 87) {
		document.writeln ("Song title: That's Amor&egrave;");
	}
	else if (rNum == 88) {
		document.writeln ("Song title: An Affair to Remember");
	}
	else if (rNum == 89) {
		document.writeln ("Song title: When Irish Eyes Are Smiling");
	}
	else if (rNum == 90) {
		document.writeln ("Song title: Danny Boy");
	}
	else if (rNum == 91) {
		document.writeln ("Song title: You Are My Special Angel");
	}
	else if (rNum == 92) {
		document.writeln ("Song title: Banana Boat or Day-O");
	}
	else if (rNum == 93) {
		document.writeln ("Song title: If You're Going to San Francisco");
	}
	else if (rNum == 94) {
		document.writeln ("Song title: Lean On Me");
	}
	else if (rNum == 95) {
		document.writeln ("Song title: Tammy");
	}
	else if (rNum == 96) {
		document.writeln ("Song title: I Fall to Pieces");
	}
	else if (rNum == 97) {
		document.writeln ("Song title: Young Love");
	}
	else if (rNum == 98) {
		document.writeln ("Song title: It's Cryin' Time Again");
	}
	else if (rNum == 99) {
		document.writeln ("Song title: Let the Little Girl Dance - Sel# 99");
	}
	else if (rNum == 100) {
		document.writeln ("Song title: Darlin' You Send Me");
	}
	else if (rNum == 101) {
		document.writeln ("Song title: Cats In the Cradle");
	}
	else if (rNum == 102) {
		document.writeln ("Song title: It's All In the Game");
	}
	else if (rNum == 103) {
		document.writeln ("Song title: Ode to Billy Joe");
	}
	else if (rNum == 104) {
		document.writeln ("Song title: Behind Closed Doors");
	}
	else if (rNum == 105) {
		document.writeln ("Song title: Go Away Little Girl");
	}
	else if (rNum == 106) {
		document.writeln ("Song title: Ghost Riders in the Sky");
	}
	else if (rNum == 107) {
		document.writeln ("Song title: Georgia On My Mind");
	}
	else if (rNum == 108) {
		document.writeln ("Song title: Rocky Top");
	}
	else if (rNum == 109) {
		document.writeln ("Song title: Romeo and Juliet");
	}
	else if (rNum == 110) {
		document.writeln ("Song title: Roses Are Red, My Love");
	}
	else if (rNum == 111) {
		document.writeln ("Song title: I Never Promised You a Rose Garden");
	}
	else if (rNum == 112) {
		document.writeln ("Song title: Rag Doll");
	}
	else if (rNum == 113) {
		document.writeln ("Song title: Che Sa&middot;r&agrave;, Sa&middot;r&agrave;");
	}
	else if (rNum == 114) {
		document.writeln ("Song title: Puff the Magic Dragon");
	}
	else if (rNum == 115) {
		document.writeln ("Song title: Peggy Sue");
	}
	else if (rNum == 116) {
		document.writeln ("Song title: Proud Mary");
	}
	else if (rNum == 117) {
		document.writeln ("Song title: You Send Me");
	}
	else if (rNum == 118) {
		document.writeln ("Song title: Walk Like a Man");
	}
	else if (rNum == 119) {
		document.writeln ("Song title: Under the Boardwalk");
	}
	else if (rNum == 120) {
		document.writeln ("Song title: Yellow Polka Dot Bikini");
	}
	else if (rNum == 121) {
		document.writeln ("Song title: You're Sixteen");
	}
	else if (rNum == 122) {
		document.writeln ("Song title: You've Got that Magic Touch");
	}
	else if (rNum == 123) {
		document.writeln ("Song title: Young Girl");
	}
	else if (rNum == 124) {
		document.writeln ("Song title: My Calendar Girl");
	}
	else if (rNum == 125) {
		document.writeln ("Song title: Blue Eyes Cryin' in the Rain");
	}
	else if (rNum == 126) {
		document.writeln ("Song title: Annie's Song");
	}
	else if (rNum == 127) {
		document.writeln ("Song title: Country Roads");
	}
	else if (rNum == 128) {
		document.writeln ("Song title: Apartment #9");
	}
	else if (rNum == 129) {
		document.writeln ("Song title: Blueberry Hill");
	}
	else if (rNum == 130) {
		document.writeln ("Song title: Blue Velvet");
	}
	else if (rNum == 131) {
		document.writeln ("Song title: Chantilly Lace");
	}
	else if (rNum == 132)  {
		document.writeln ("Song title: Cherry Pink and Apple Blossom White");
	}
	else if (rNum == 133) {
		document.writeln ("Song title: Help Me Make Through the Night");
	}
	else if (rNum == 134)  {
		document.writeln ("Song title: The Sounds of Music");
	}
	else if (rNum == 135)  {
		document.writeln ("Song title: Favorite Things");
	}
	else if (rNum == 136)  {
		document.writeln ("Song title: Tie a Yellow Ribbon Round the Old Oak Tree");
	}
	else if (rNum == 137)  {
		document.writeln ("Song title: The Yellow Rose of Texas");
	}
	else if (rNum == 138)  {
		document.writeln ("Irish Song title: Boys of Tandernmagee");
	}
	else if (rNum == 139) {
		document.writeln ("Song title: Mrs. Robinson");
	}
	else if (rNum == 140) {
		document.writeln ("Song title: Most Beautiful Girl");
	}
	else if (rNum == 141) {
		document.writeln ("Song title: My Boyfriend's Back");
	}
	else if (rNum == 142) {
		document.writeln ("Song title: All Alone Am I");
	}
	else if (rNum == 143) {
		document.writeln ("Song title: Another Somebody Done Somebody Wrong Song");
	}
	else if (rNum == 144) {
		document.writeln ("Song title: A Time For Us");
	}
	else if (rNum == 145)  {
		document.writeln ("Song title: Back Home Again");
	}
	else if (rNum == 146) {
		document.writeln ("Song title: Beautiful Dreamer");
	}
	else if (rNum == 147)  {
		document.writeln ("Song title: Bed of Roses");
	}
	else if (rNum == 148)  {
		document.writeln ("Song title: Before the Next Teardrop Falls");
	}
	else if (rNum == 149)  {
		document.writeln ("Song title: Blue Bayou");
	}
	else if (rNum == 150)  {
		document.writeln ("Song title: By the Time I Get to Phoenix");
	}
	else if (rNum == 151)  {
		document.writeln ("Song title: Delta Dawn");
	}
	else if (rNum == 152)  {
		document.writeln ("Song title: California Dreamin'");
	}
	else if (rNum == 153)  {
		document.writeln ("Song title:  California Girls");
	}
	else if (rNum == 154)  {
		document.writeln ("Song title: You Belong To Me");
	}
	else if (rNum == 155)  {
		document.writeln ("Song title: Da Doo Ron Ron");
	}
	else if (rNum == 156) {
		document.writeln ("Song title: Dixie");
	}
	else if (rNum == 157) {
		document.writeln ("Song title: I'm So Dizzy");
	}
	else if (rNum == 158) {
		document.writeln ("Song title: Donna");
	}
	else if (rNum == 159) {
		document.writeln ("Song title: Dream Lover");
	}
	else if (rNum == 160) {
		document.writeln ("Song title: Duke of Earl");
	}
	else if (rNum == 161) {
		document.writeln ("Song title: Goodnight, Sweetheart, Goodnight");
	}
	else if (rNum == 162)  {
		document.writeln ("Song title: Harper Valley PTA");
	}
	else if (rNum == 163) {
		document.writeln ("Song title: Have You Ever Seen the Rain?");
	}
	else if (rNum == 164)  {
		document.writeln ("Song title: Hey Paula");
	}
	else if (rNum == 165)  {
		document.writeln ("Song title: I Can See Clearly Now");
	}
	else if (rNum == 166)  {
		document.writeln ("Song title: If You Love Me, Let Me Know");
	}
	else if (rNum == 167) {
		document.writeln ("Song title: It's My Party");
	}
	else if (rNum == 168) {
		document.writeln ("Song title: Am I That Easy To Forget");
	}
	else if (rNum == 169) {
		document.writeln ("Song title: Another Saturday Night");
	}
	else if (rNum == 170) {
		document.writeln ("Song title: Dowa Diddy");
	}
	else if (rNum == 171) {
		document.writeln ("Song title: December '63");
	}
	else if (rNum == 172) {
		document.writeln ("Song title: Do Re Mi");
	}
	else if (rNum == 173)  {
		document.writeln ("Song title: Cathy's Clown");
	}
	else if (rNum == 174) {
		document.writeln ("Song title: Candida");
	}
	else if (rNum == 175)  {
		document.writeln ("Song title: Blue Danube");
	}
	else if (rNum == 176)  {
		document.writeln ("Song title: Buttons and Bows");
	}
	else if (rNum == 177)  {
		document.writeln ("Song title: Big Girls Don't Cry");
	}
	else if (rNum == 178)  {
		document.writeln ("Song title: My Guy");
	}
	else if (rNum == 179)  {
		document.writeln ("Song title: Mama Said");
	}
	else if (rNum == 180)  {
		document.writeln ("Song title: Glowworm");
	}
	else if (rNum == 181)  {
		document.writeln ("Song title:  Help Me Make It Through the Night");
	}
	else if (rNum == 182)  {
		document.writeln ("Song title: When I Fall in Love");
	}
	else if (rNum == 183)  {
		document.writeln ("Song title: (But Who Knows) Where or When");
	}
	else if (rNum == 184) {
		document.writeln ("Song title: But You Don't Know Me");
	}
	else if (rNum == 185) {
		document.writeln ("Song title: Any Day Now");
	}
	else if (rNum == 186) {
		document.writeln ("Song title: Autumn Leaves");
	}
	else if (rNum == 187) {
		document.writeln ("Song title: April in Paris");
	}
	else if (rNum == 188) {
		document.writeln ("Song title: Chances Are");
	}
	else if (rNum == 189) {
		document.writeln ("Song title: Happy, Happy Birthday Baby");
	}
	else if (rNum == 190)  {
		document.writeln ("Song title: Misty");
	}
	else if (rNum == 191) {
		document.writeln ("Song title: Moments to Remember");
	}
	else if (rNum == 192)  {
		document.writeln ("Song title: Judy's Turn to Cry");
	}
	else if (rNum == 193)  {
		document.writeln ("Song title: Love Letters in the Sand");
	}
	else if (rNum == 194)  {
		document.writeln ("Song title: When You Say Nothing At All");
	}
	else if (rNum == 195)  {
		document.writeln ("Song title: You Are My Special Angel");
	}
	else if (rNum == 196)  {
		document.writeln ("Song title: Come to the Cabaret");
	}
	else if (rNum == 197)  {
		document.writeln ("Song title: Song Sung Blue");
	}
	else if (rNum == 198)  {
		document.writeln ("Song title: Standby Your Man");
	}
	else if (rNum == 199)  {
		document.writeln ("Song title: D-i-v-o-r-c-e");
	}
	else if (rNum == 200)  {
		document.writeln ("Song title: Crimson and Clover - Sel# 200");
	}
	else if (rNum == 201)  {
		document.writeln ("Song title: Will You Still Love Me Tomorrow");
	}
	else if (rNum == 202)  {
		document.writeln ("Song title: Traveling Man");
	}
	else if (rNum == 203)  {
		document.writeln ("Song title: Little Darling");
	}
	else if (rNum == 204)  {
		document.writeln ("Song title: Sherry");
	}
	else if (rNum == 205)  {
		document.writeln ("Song title: In the Still of the Night");
	}
	else {
		document.writeln ("Song title: Silhouettes In the Night");
	}
	return rNum
}

var sound = new Array()

sound[0]= "http://www.alovecard.com/music/wherehavealltheflowersgone.mid"
sound[1]= "http://www.geocities.com/~goldenoldies/TwilightTime-Platters.mid" 
sound[2]= "http://files.midifarm.com/midifiles/General_MIDI/m/mr_blue.mid"
sound[3]= "http://www.geocities.com/Heartland/Ranch/8262/imnotlisa.mid"
sound[4]= "http://www.geocities.com/Heartland/Hills/3224/happy-wanderer.mid"
sound[5]= "http://www.patsy.nu/sound/wayward.mid"
sound[6]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/astime.mid"
sound[7]= "http://www.christeen.net/music/oldies/101unchainmel1.mid"
sound[8]= "http://www.christeen.net/music/srock/uponroof1.mid"
sound[9]= "http://www.usol.com/~n3zfk/midi/bmwindbeneath.mid"
sound[10]= "http://www.christeen.net/music/oldies/Dwander.mid"
sound[11]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/500m.mid"
sound[12]= "http://www.fortunecity.com/tinpan/laudanum/1181/TennWaltz.mid"
sound[13]= "http://www.iei.net/~donna1/midi/ifididnt.mid"
sound[14]= "http://personal.nbnet.nb.ca/johnmd/Secret_Love-Doris_Day.mid"
sound[15]= "http://anothertime.com/MIDIS/prtywman.mid"
sound[16]= "http://anothertime.com/MIDIS/dwander.mid"
sound[17]= "http://svc403.bne025u.server-web.com/midi/monalisa.mid"
sound[18]= "http://svc403.bne025u.server-web.com/midi/wayward.mid"
sound[19]= "http://svc403.bne025u.server-web.com/midi/yesterdy.mid"
sound[20]= "http://members.fortunecity.com/wilsonbruced/house_of_the_rising_sun.mid"
sound[21]= "http://members.fortunecity.com/wilsonbruced/amazing_grace-bagpipe.mid"
sound[22]= "http://members.fortunecity.com/wilsonbruced/america._medley.mid"
sound[23]= "http://members.fortunecity.com/wilsonbruced/badmoonrising-ccr.mid"
sound[24]= "http://members.fortunecity.com/wilsonbruced/downtown-patulaclark.mid"
sound[25]= "http://members.fortunecity.com/wilsonbruced/blowinginthewind-bobdylan-ppm.mid"
sound[26]= "http://members.fortunecity.com/wilsonbruced/earthangel-ok.mid"
sound[27]= "http://members.fortunecity.com/wilsonbruced/entertainer.mid"
sound[28]= "http://members.fortunecity.com/wilsonbruced/hangonsloopy-themccoys.mid"
sound[29]= "http://members.fortunecity.com/wilsonbruced/heyjude.mid"
sound[30]= "http://members.fortunecity.com/wilsonbruced/inthestillofthenight.mid"
sound[31]= "http://members.fortunecity.com/wilsonbruced/iwillfollowhim-littlepeggymarch.mid"
sound[32]= "http://members.fortunecity.com/wilsonbruced/limborock-chubbychecker.mid"
sound[33]= "http://members.fortunecity.com/wilsonbruced/lionsleepstonight.mid"
sound[34]= "http://members.fortunecity.com/wilsonbruced/memphistennessee.mid"
sound[35]= "http://members.fortunecity.com/wilsonbruced/mondaymonday-themommasandpoppas.mid"
sound[36]= "http://members.fortunecity.com/wilsonbruced/moonrivr.mid"
sound[37]= "http://members.fortunecity.com/wilsonbruced/mygirl-thetemptations.mid"
sound[38]= "http://members.fortunecity.com/wilsonbruced/only_you.mid"
sound[39]= "http://members.fortunecity.com/wilsonbruced/ontheroadagain-willienelson.mid"
sound[40]= "http://members.ozemail.com.au/~promidi/demos/15.mid"
sound[41]= "http://www.cyberlodg.com/thelodge/Always_2.mid"
sound[42]= "http://www.geocities.com/CapitolHill/6626/LittleRedRidingHood.mid"
sound[43]= "http://www.cyberlodg.com/thelodge/behpy.mid"
sound[44]= "http://www.cyberlodg.com/thelodge/ebbtide.mid"
sound[45]= "http://www.cyberlodg.com/thelodge/i_llbethere.mid"
sound[46]= "http://www.cyberlodg.com/thelodge/If_I_fell_in_love_with_you.mid"
sound[47]= "http://www.cyberlodg.com/thelodge/inmyroom.mid"
sound[48]= "http://www.cyberlodg.com/thelodge/Iwilla_1.mid"
sound[49]= "http://www.cyberlodg.com/thelodge/lovngyou.mid"
sound[50]= "http://www.cyberlodg.com/thelodge/Save_the_last_dance_for_me.mid"
sound[51]= "http://www.cyberlodg.com/thelodge/Summer_1.mid"
sound[52]= "http://www.cyberlodg.com/thelodge/Till_there_was_you.mid"
sound[53]= "http://www.cyberlodg.com/thelodge/thedance.mid"
sound[54]= "http://www.cyberlodg.com/thelodge/unforget.mid"
sound[55]= "http://www.cyberlodg.com/thelodge/whenaman.mid"
sound[56]= "http://www.cyberlodg.com/thelodge/windbene.mid"
sound[57]= "http://www.cyberlodg.com/thelodge/wonderfu.mid"
sound[58]= "http://www.cyberlodg.com/thelodge/uponroof.mid"
sound[59]= "http://www.fortunecity.com/tinpan/appleway/332/mrwond.mid"
sound[60]= "http://www.tcp-ip.or.jp/~lorna/midi/NearnessOfYou.mid"
sound[61]= "http://www.fortunecity.com/tinpan/laudanum/1181/SmokeGetsInYourEyes.mid"
sound[62]= "http://www.fortunecity.com/tinpan/laudanum/1181/IllBeSeeingYou.mid"
sound[63]= "http://www.fortunecity.com/tinpan/laudanum/1181/MyFunnyValentine.mid"
sound[64]= "http://stanwyck42.www1.50megs.com/midi2/love_is_a_many_splendored_thing.mid"
sound[65]= "http://www.fortunecity.com/tinpan/laudanum/1181/BabyImYours.mid"
sound[66]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bangel.mid"
sound[67]= "http://www.fortunecity.com/tinpan/laudanum/1181/ICan'tHelpFallin'InLoveWithYou.mid"
sound[68]= "http://www.iei.net/~donna1/midi/crazy.mid"
sound[69]= "http://lisas-paradise.itgo.com/cryinginthechapel.mid"
sound[70]= "http://members.fortunecity.com/wilsonbruced/babylove-thesupremes.mid"
sound[71]= "http://members.spree.com/entertainment/ter4/c_midi_files/CrimsonAndClover.mid"
sound[72]= "http://www.fortunecity.com/tinpan/laudanum/1181/ILoveHowYouLoveMe.mid"
sound[73]= "http://www.fortunecity.com/tinpan/laudanum/1181/InTheMistyMoonlight.mid"
sound[74]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/ionlyey.mid"
sound[75]= "http://www.fortunecity.com/tinpan/laudanum/1181/LovingYou.mid"
sound[76]= "http://www.fortunecity.com/tinpan/laudanum/1181/MistyBlue.mid"
sound[77]= "http://www.88ok.com/leslie/MeYouDogNamedBoo.mid"
sound[78]= "http://www.fortunecity.com/tinpan/laudanum/1181/WhosSorryNow.mid"
sound[79]= "http://www.garyw0001.com/GMIDI/76TrombG.MID"
sound[80]= "http://www.angelfire.com/tx5/bksmm/jl/KissToBuildADreamOn.mid"
sound[81]= "http://www.angelfire.com/tx5/bksmm/s/SundayKindOfLove.mid"
sound[82]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/tequila2.mid"
sound[83]= "http://www.fortisgraphix.com/cards/music/veryspeclvsong.mid"
sound[84]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/alldrm.mid"
sound[85]= "http://www.jbott.com/allmoon.mid"
sound[86]= "http://www.rabun.net/~ken/midifiles/always.mid"
sound[87]= "http://www.geocities.com/Broadway/Alley/8212/amore.mid"
sound[88]= "http://www.jps.net/toners/jj/affair.mid"
sound[89]= "http://www.geocities.com/SouthBeach/Marina/4870/MIDI/ieyes.mid"
sound[90]= "http://www.contemplator.com/folk3/dboy.mid"
sound[91]= "http://www.angelfire.com/tx5/bksmm/s/SpecialAngel.mid"
sound[92]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bboat.mid"
sound[93]= "http://www.fortunecity.com/tinpan/laudanum/1181/SanFrancisco.mid"
sound[94]= "http://www.fortunecity.com/tinpan/laudanum/1181/LeanOnMe.mid"
sound[95]= "http://www.nsk.gr.jp/oka/html/midicolle/Tammy_Debbie_Reynolds.mid"
sound[96]= "http://www.christeen.net/music/country/ifal2pcs.mid"
sound[97]= "http://www.christeen.net/music/oldies/younglov.mid"
sound[98]= "http://www.blazenetme.net/~edie5/cryingtime.mid"
sound[99]= "http://www.nortonmusic.com/MIDI/let_the_little_girl_dance.mid"
sound[100]= "http://www.christeen.net/music/srock/yousendm.mid"
sound[101]= "http://www.pendragon-ent.com/bobmidi/catcradl.mid"
sound[102]= "http://www.pendragon-ent.com/bobmidi/alingame.mid"
sound[103]= "http://www.pendragon-ent.com/bobmidi/billyjoe.mid"
sound[104]= "http://www.pendragon-ent.com/bobmidi/closdoor.mid"
sound[105]= "http://www.christeen.net/music/oldies/goawaylittle.mid"
sound[106]= "http://www.christeen.net/music/srock/ghostridersinsky2.mid"
sound[107]= "http://www.christeen.net/music/srock/georgia.mid"
sound[108]= "http://www.christeen.net/music/oldies/rockytop2.mid"
sound[109]= "http://www.christeen.net/music/family/romeo.mid"
sound[110]= "http://www.christeen.net/music/oldies/rosered.mid"
sound[111]= "http://www.christeen.net/music/srock/rosegarden.mid"
sound[112]= "http://www.christeen.net/music/oldies/Ragdoll4seasons.mid"
sound[113]= "http://www.christeen.net/music/family/quesera.mid"
sound[114]= "http://www.christeen.net/music/family/puff.mid"
sound[115]= "http://www.christeen.net/music/oldies/peggysue5.mid"
sound[116]= "http://tinpan.fortunecity.com/waterboys/847/m4/130.mid"
sound[117]= "http://www.christeen.net/music/srock/yousendm.mid"
sound[118]= "http://www.christeen.net/music/oldies/walkman.mid"
sound[119]= "http://www.christeen.net/music/srock/under_the_boardwalk.mid"
sound[120]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/ylpolka2.mid"
sound[121]= "http://www.christeen.net/music/oldies/youresixteen2.mid"
sound[122]= "http://www.christeen.net/music/country/magictouch.mid"
sound[123]= "http://www.christeen.net/music/oldies/younggrl.mid"
sound[124]= "http://www.nsk.gr.jp/oka/html/midicolle/Sedaka_Neil-Calendar_Girl.mid"
sound[125]= "http://www.blazenetme.net/~edie5/blueyes.mid"
sound[126]= "http://www.blazenetme.net/~edie5/annies.mid"
sound[127]= "http://www.blazenetme.net/~edie5/countryrds.mid"
sound[128]= "http://www.blazenetme.net/~edie5/apart9.mid"
sound[129]= "http://www.blazenetme.net/~edie5/bluberry.mid"
sound[130]= "http://www.blazenetme.net/~edie5/bluvelv.mid"
sound[131]= "http://www.blazenetme.net/~edie5/chantilly.mid"
sound[132]= "http://www.blazenetme.net/~edie5/cherypnk.mid"
sound[133]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/hlpmkit3.mid"
sound[134]= "http://www.midimight.com/midi/unsorted/whos/soundofm.mid"
sound[135]= "http://www.empire1.net/midis/favthings.mid"
sound[136]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/tieayel.mid"
sound[137]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/yeloros1.mid"
sound[138]= "http://members.aol.com/skyvoyagr/tandern.mid"
sound[139]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/mrsrb.mid"
sound[140]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/mstbgrl.mid"
sound[141]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/mboyf.mid"
sound[142]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/allone.mid"
sound[143]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/ansmbdy.mid"
sound[144]= "http://www.iei.net/~donna1/midi/atimefor.mid"
sound[145]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/backhm3.mid"
sound[146]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/btfuldr.mid"
sound[147]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bdroses.mid"
sound[148]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bftdop3.mid"
sound[149]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bbayou2.mid"
sound[150]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/bythtim2.mid"
sound[151]= "http://members.tripod.com/~MarvTx/deltadawn.mid"
sound[152]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/calidr1.mid"
sound[153]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/cagirls.mid"
sound[154]= "http://www.midimight.com/midi/unsorted/easy/you_belong_to_me.mid"
sound[155]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/dadoorn.mid"
sound[156]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/dixie.mid"
sound[157]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/dizzy.mid"
sound[158]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/donna.mid"
sound[159]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/drmlvr2.mid"
sound[160]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/duke2.mid"
sound[161]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/gnight.mid"
sound[162]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/harper.mid"
sound[163]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/hvrain.mid"
sound[164]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/hypaula.mid"
sound[165]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/isclear3.mid"
sound[166]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/iflvme.mid"
sound[167]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/itparty2.mid"
sound[168]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/amieasy.mid"
sound[169]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/anrsat3.mid"
sound[170]= "http://members.fortunecity.com/wilsonbruced/dowadiddy.mid"
sound[171]= "http://sicom.simplenet.com/oldies/dec'63.mid"
sound[172]= "http://www.88ok.com/leslie/DoReMi.mid"
sound[173]= "http://www.88ok.com/leslie/CathysClown.mid"
sound[174]= "http://www.88ok.com/leslie/Candida.mid"
sound[175]= "http://www.88ok.com/leslie/BlueDanube.mid"
sound[176]= "http://www.88ok.com/leslie/ButtonsAndBow.mid"
sound[177]= "http://www.88ok.com/leslie/BigGirlsDontCry.mid"
sound[178]= "http://www.88ok.com/leslie/MyGuy.mid"
sound[179]= "http://www.88ok.com/leslie/MamaSaid.mid"
sound[180]= "http://www.iei.net/~donna1/midi/glowworm.mid"
sound[181]= "http://www.iei.net/~donna1/midi/helpme.mid"
sound[182]= "http://www.iei.net/~donna1/midi/whenifal.mid"
sound[183]= "http://www.iei.net/~donna1/midi/where.mid"
sound[184]= "http://www.iei.net/~donna1/midi/youdont.mid"
sound[185]= "http://www.iei.net/~donna1/midi/anyday~1.mid"
sound[186]= "http://www.iei.net/~donna1/midi/autumn.mid"
sound[187]= "http://www.iei.net/~donna1/midi/aprilpar.mid"
sound[188]= "http://www.jps.net/toners/jj/chances.mid"
sound[189]= "http://www.fortunecity.com/tinpan/laudanum/1181/HappyHappyBirthdayBaby.mid"
sound[190]= "http://www.fortunecity.com/tinpan/laudanum/1181/MistyJM.mid"
sound[191]= "http://www.fortunecity.com/tinpan/laudanum/1181/MomentsToRemember.mid"
sound[192]= "http://www.fortunecity.com/tinpan/laudanum/1181/JudysTurnToCry.mid"
sound[193]= "http://www.fortunecity.com/tinpan/laudanum/1181/LoveLetters.mid"
sound[194]= "http://www.fortunecity.com/tinpan/laudanum/1181/WhenYouSayNothingAtAll.mid"
sound[195]= "http://www.angelfire.com/tx5/bksmm/s/SpecialAngel.mid"
sound[196]= "http://www.geocities.com/Heartland/Hills/3224/cabaret.mid"
sound[197]= "http://www.fortunecity.com/tinpan/spicegirls/273/song_sung_blue.mid"
sound[198]= "http://www.midimight.com/midi/unsorted/country/standby.mid"
sound[199]= "http://www.midimight.com/midi/unsorted/country/tammy_wynette_-_d-i-v-o-r-c-e.mid"
sound[200]= "http://ynucc.yeungnam.ac.kr/~bwlee/midi/crimsn.mid"
sound[201]= "http://www.iserv.net/~cdenahan/lovetom.mid"
sound[202]= "http://www.iserv.net/~cdenahan/travelm.mid"
sound[203]= "http://www.iserv.net/~cdenahan/litldar.mid"
sound[204]= "http://www.iserv.net/~cdenahan/sherry.mid"
sound[205]= "http://www.iserv.net/~cdenahan/stilln.mid"
sound[206]= "http://www.iserv.net/~cdenahan/silohuet.mid"