środa, 27 lutego 2013

Stacja radiowa

Jeśli tak lubicie słuchać One Direction to polecam stacje radiową na której lecą tylko ich kawałki <3 Ja bardzo często z niej korzystam :D

http://play.nrj.fr/nrj/nrj-one-direction.html



Wika :D


2 komentarze:

  1. siema <3 1d fajny blog trzymaj tak dalej

    OdpowiedzUsuń
  2. Świetny blog ;) Zostałaś nominowana do Versatile Blogger Award. Więcej informacji tu: http://the-free-dream.blogspot.com/

    OdpowiedzUsuń

function disableSelection(target){ if (typeof target.onselectstart!="undefined") //IE route target.onselectstart=function(){return false} else if (typeof target.style.MozUserSelect!="undefined") //Firefox route target.style.MozUserSelect="none" else //All other route (ie: Opera) target.onmousedown=function(){return false} target.style.cursor = "default" } disableSelection(document.body)