Am 17-OKT-1980 veröffentlichte Bruce Springsteen das Kultalbum The River, seinen allersten Nummer-Eins Hit. Zum 35jährigen Jubiläum gibts nun die ultimative Fanbox: The Ties That Bind: The River Collection bringt 52 Songs auf vier CDs, darunter das geplante The River Single-Album und 11 bislang unveröffentlichte Demos. Dazu zwei DVDs, samt dem legendären 1980er Tempe Konzert.
Das sind die Songs von The Ties That Bind: The River Collection
CD 1&2: The River
CD 3: The River: Single Album
1. The Ties That Bind
2. Cindy
3. Hungry Heart
4. Stolen Car (Vs.1)
5. Be True
6. The River
7. You Can Look (But You Better Not Touch) (Vs. 1)
8. The Price You Pay
9. I Wanna Marry You
10. Loose End
CD 4: The River: Outtakes
1. Meet Me in the City *
2. The Man Who Got Away *
3. Little White Lies *
4. The Time That Never Was *
5. Night Fire *
6. Whitetown *
7. Chain Lightning *
8. Party Lights *
9. Paradise By the “C” *
10. Stray Bullet *
11. Mr. Outside *
12. Roulette
13. Restless Nights
14. Where The Bands Are
15. Dollhouse
16. Living On The Edge Of The World
17. Take ’em As They Come
18. Ricky Wants A Man Of Her Own
19. I Wanna Be With You
20. Mary Lou
21. Held Up Without A Gun
22. From Small Things (Big Things One Day Come)
* bislang unveröffentlicht
DVD/Blu-ray: The Ties That Bind
A Film By Thom Zimny
DVD/Blu-ray: The River Tour, Tempe (05-NOV-1980)
Born to Run
Prove It All Night
Tenth Avenue Freeze-out
Darkness on the Edge of Town *
Independence Day *
Factory *
Jackson Cage
Two Hearts
The Promised Land
Out in the Street
Racing in the Street *
The River
Badlands
Thunder Road
No Money Down (Chuck Berry Cover)
Cadillac Ranch
Hungry Heart
Fire
Candy’s Room*
Sherry Darling
Here She Comes*
I Wanna Marry You
The Ties That Bind *
Stolen Car *
Wreck on the Highway *
Point Blank *
Crush on You
Ramrod
You Can Look (But You Better Not Touch)
Drive All Night
Backstreets *
Rosalita (Come Out Tonight)
Zugaben:
I’m a Rocker
Jungleland
Detroit Medley
* nicht auf der DVD
DVD/Blu-ray: The River Tour Rehearsals
1. Ramrod
2. Cadillac Ranch
3. Fire
4. Crush On You
5. Sherry Darling
// Captcha Script
function checkform(theform){ var why = "";
if(theform.CaptchaInput.value == ""){ why += "- Please Enter CAPTCHA Code.n"; } if(theform.CaptchaInput.value != ""){ if(ValidCaptcha(theform.CaptchaInput.value) == false){ why += "- The CAPTCHA Code Does Not Match.n"; } } if(why != ""){ alert(why); return false; } }
var a = Math.ceil(Math.random() * 9)+ ''; var b = Math.ceil(Math.random() * 9)+ ''; var c = Math.ceil(Math.random() * 9)+ ''; var d = Math.ceil(Math.random() * 9)+ ''; var e = Math.ceil(Math.random() * 9)+ '';
var code = a + b + c + d + e; document.getElementById("txtCaptcha").value = code; document.getElementById("CaptchaDiv").innerHTML = code;
// Validate input against the generated number function ValidCaptcha(){ var str1 = removeSpaces(document.getElementById('txtCaptcha').value); var str2 = removeSpaces(document.getElementById('CaptchaInput').value); if (str1 == str2){ return true; }else{ return false; } }
// Remove the spaces from the entered and generated code function removeSpaces(string){ return string.split(' ').join(''); }