Log in
Username::
Password::
Remember my login on this computer
Create an account
Recent changes
Random page
Wikia
Entertainment
Request a new wiki
Log in
Create an account
«
»
Star Wars
Star Trek
Transformers
Muppet Wiki
Digimon Wiki
Marvel Database
See more...
Woodstock Wiki
Edit this page
History
Page
Discussion
Ten Years After
From Woodstock Wiki
Jump to:
navigation
,
search
Contents
1
Musicians
2
Setlist
[
edit
]
Musicians
Alvin Lee - guitar, vocals
Leo Lyons - bass
Chick Churchill - organ
Ric Lee - drums
[
edit
]
Setlist
Start time: 8:00PM
Good Morning Little Schoolgirl
I Can't Keep From Crying Sometimes
I May Be Wrong, But I Won't Be Wrong Always
I'm Going Home
Category
:
Artists
Improve Wikia by
editing this page
History
Hl 1001
made an edit on 10 November 2007
Rate this article:
5/5
1
2
3
4
5
Unrate it
View random page
Report a problem
Share this article:
del.icio.us
StumbleUpon
Digg
Woodstock Wiki
Top Content
›
Editor's pick
›
Setlist
The Who
Richie Havens
Blood, Sweat & Tears
Gypsy Sun & Rainbows
The Grateful Dead
more...
Most visited
›
Setlist
Arlo Guthrie
The Who
Canned Heat
Joe Cocker
Richie Havens
Santana
more...
Highest voted
›
Ten Years After
Canned Heat
Crosby, Stills & Nash (and Young)
Johnny Winter
Main Page
Setlist
Janis Joplin
more...
Newly changed
›
Tim Hardin
Country Joe & The Fish
Sha-Na-Na
The Who
Richie Havens
Blood, Sweat & Tears
Johnny Winter
more...
Community
›
Featured users
›
Heng
Hl 1001
Toughpigs
Jack Phoenix
Manticore
Lrfowler
more...
Community portal
Forum
Artists
›
Arlo Guthrie
Canned Heat
The Who
Joe Cocker
Richie Havens
Santana
The Grateful Dead
more...
Help
›
Index
Community Portal
Image copyright tags
Why create an account
Starting this wiki
User page
New page
more...
Upload image
Special pages
Help
Recent changes
Random page
What links here
Community
36 articles on this wiki
Create an account
Already a member?
Log in
Latest Activity
Talk:Arlo Guthrie
by
Hl 1001
Country Joe & The Fish
by
Jlokensky
more...
Wikia Spotlight
Languages
English
Related Communities
Entertainment
TV shows, movies, cartoons and comics.
Gaming
Get your game on with Wikia's video game wikis.
Science Fiction
Explore the world of the future.
Biggest Wikis
See Wikia's biggest wikis.
See all...
-1) { if(openIframeIndex > 0) { realWrite(content.substring(0,openIframeIndex)); } inIframe = true; if(closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(openIframeIndex, closeIframeIndex+9)); content = content.substring(closeIframeIndex+9); } else { realAppend(content.substring(openIframeIndex, content.length)); content = ''; } } else if(!inScript && closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(0,closeIframeIndex+9)); content = content.substring(closeIframeIndex+9, content.length); } else if(openIndex > -1) { if(openIndex > 0) { if(inScript) { realWrite(content.substring(0,openIndex)); } else { realAppend(content.substring(0,openIndex)); } } inScript = true; if(closeIndex > -1) { inScript = false; realWrite(content.substring(openIndex, closeIndex+9)); content = content.substring(closeIndex+9); } else { realWrite(content.substring(openIndex, content.length)); content = ''; } } else if(closeIndex > -1) { inScript = false; realWrite(content.substring(0,closeIndex+9)); content = content.substring(closeIndex+9, content.length); } else { if(inScript) { realWrite(content); } else { realAppend(content); } content = ''; } } } function realWrite(s) { if(inIframe) { if(writeLine) { realAppend(s + "\n"); } else { realAppend(s); } return; } //YAHOO.log("write: " + s); if(writeLine) { document.writelnOrg(s); } else { document.writeOrg(s); } } function realAppend(s) { //YAHOO.log("append: " + s); writeBuffer += s; } function enableWikiaWriter() { document.writeOrg = document.write; document.writelnOrg = document.writeln; document.write = writeFake; document.writeln = writelnFake; } function disableWikiaWriter() { document.write = document.writeOrg; document.writeln = document.writelnOrg; } function flushWikiaWriter(spaceId) { document.getElementById('adSpace'+spaceId).innerHTML = writeBuffer; writeBuffer = ''; disableWikiaWriter(); }