El ex-Screaming Trees habilitó el streaming de Phantom Radio, su noveno álbum, que sale a la venta el próximo 21 de octubre.
Estas diez nuevas canciones llegan para suceder al EP No Bells on Sunday, y «“ según Mark Lanegan «“ intentó imprimir en ellas el espÃritu del post-punk británico y el krautrock. Reconociendo, además, que siempre le gustaron bandas como 13th Floor Elevators, Echo & the Bunnymen o The Gun Club, pero que esperó hasta este momento antes de empezar a «robarles».
// Verify message origin
if ( ref.protocol + ‘//’ + ref.host !== e.origin )
return;
// Verify message is in a format we expect
if ( ‘object’ !== typeof e.data || undefined === e.data.msg_type )
return;
switch ( e.data.msg_type ) {
case ‘poll_size’:
e.source.postMessage( {
‘_request’ : e.data,
‘msg_type’ : ‘poll_size:response’,
‘height’ : document.body.scrollHeight,
‘width’ : document.body.scrollWidth
}, e.origin );
return;
default:
return;
}
};
if ( ‘function’ === typeof window.addEventListener ) {
window.addEventListener( ‘message’, funcSizeRequest, false );
} else if ( ‘function’ === typeof window.attachEvent ) {
window.attachEvent( ‘onmessage’, funcSizeRequest );
}
</script>
</body>
</html>