Home
News
About the Band
Song List
Schedule
Gallery
Links
Contact Us

 

 

Contact Information:
Tel: 508-776-3947
P.O. Box 184
Barnstable Ma. 02630

Email: jeffloweband@aol.com with questions or comments about this web site.

Song List More Jazz Artists More Songs A-P More Songs R-Z

<% dim strconn strTextFileName = "playlist_standard.txt" 'response.write strTextFileName strTextFilePath = Server.MapPath(strTextFileName) Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile((strTextFilePath), 1) strArtistName = "" do while f.AtEndOfStream = false ' Count = Count + 1 strFullLine = f.readLine 'response.write strFullLine & "
" arrSplit=split(strFullLine, ",") strArtist = arrSplit(0) strSongTitle = arrSplit(1) 'response.write strArtist & " - " & strSongTitle & "
" if strArtistName = strArtist and strArtistName = "" then response.write strSongTitle & "
" elseif strSongTitle = "" then response.write "
" & strArtist & "
" else 'response.write "
" & strArtist & "
" response.write strSongTitle & " -
" strArtistName = strArtist end if loop %>