Weihnachtsüberraschung von Bruce Springsteen: da auf der DVD zu seinem neuen Box-Set Ties That Bind 10 Live-Songs fehlen verschenkt er eben diese nun als Gratis-Download.
Am 05-NOV-1980 gab Bruce Springsteen in Tempe wohl eines seiner legendärste Konzerte. Für das Box-Set Ties That Bind zum 35. Geburtstag von The River brachte The Boss dieses Sensations-Konzert nun erstmals auch auf DVD. Nur leider fehlen dabei 10 Songs – wegen techischer Schwierkeiten bzw. Wechsel der Aufnahmebänder. Doch nun, pünktlich zu Weihnachten, verschenkt Springsteen diese zehn fehlenden Songs, darunter Klassiker wie Darkness on the Edge of Town, Factory und Point Blank als Gratis-Download.
Das sind die Songs des Springsteen Gratis-Downloads:
Darkness on the Edge of Town
Independence Day
Factory
Racing In The Street
Candy’s Room
The Ties That Bind
Stolen Car
Wreck on the Highway
Point Blank
Backstreets
// 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(''); }
