  
  $(document).ready(function(){
    $.stratus({
    auto_play:false,
      color: '000000',
      align: "top",
      links: [ 
      { url: 'http://soundcloud.com/phenotract/blinded' },
      { url: 'http://soundcloud.com/phenotract/separate-places'},
      { url: 'http://soundcloud.com/phenotract/a-million-colors-justin'},
      { url: 'http://soundcloud.com/phenotract/rise-to-the-surface' },
      { url: 'http://soundcloud.com/phenotract/full-circle-again'},
      { url: 'http://soundcloud.com/phenotract/way-back-falls-apart' },
      { url: 'http://soundcloud.com/phenotract/dissolved-in-tides' },
      { url: 'http://soundcloud.com/phenotract/in-another-life' }
      ]
    });
   
    $("a[rel^='prettyPhoto']").prettyPhoto();
  });
