She's Got a Reason

"She's Got a Reason" is a song by English punk rock band Dogs and is featured on their debut album, Turn Against This Land. Released on 21 February 2005, it was the second single taken from the album and it charted in the UK Top 40 at #36.

"She's Got a Reason"
Single by Dogs
from the album Turn Against This Land
Released21 February 2005
GenreIndie rock, Punk rock
Length3:28
LabelIsland
Dogs singles chronology
"London Bridge"
(2004)
"She's Got a Reason"
(2005)
"Tuned to a Different Station"
(2005)

Track listing

  1. "She's Got a Reason" - 3:28
  2. "Why Do We Do It to Ourselves" - 4:31
  3. "Spring's Not Always Green" - 2:58


gollark: DC is made of numbers, in the purely useless sense.
gollark: Basicallyscore = views + unique views * 6 + clicks * 12if hatchling, optimal score is 13000 at 4d and 5000 at 7d (between the two extremes, it's averaged)if egg, optimal score is 5000 at 4d and 0 at 7d (averaged again)it's safeish if the score is less than 1.5x the optimal score.
gollark: ```javascriptfunction getScore(dragon) { return dragon.views + (dragon.uniqueViews * 6) + (dragon.clicks * 12);}const nextStageAge = 72;const maxTime = 168;function getOptimalScore(dragon) { const time = dragon.hoursRemaining; const age = maxTime - time; if (dragon.type == "hatchling") { return 5000 + (8000 * (age / nextStageAge)); } else { return 5000 * (age / nextStageAge); }}function getScoreRatio(dragon) { return getScore(dragon) / getOptimalScore(dragon);}function isSafe(dragon) { return getScoreRatio(dragon) < 1.5;}```
gollark: I guess that since I'm banned anyway I might as well show my modified EATW formula...
gollark: I mean, it'd be hard to viewbomb something that old.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.