Porcupine Tree - Sleep Of No Dreaming lyrics
MusicBabylon Community
Your personal music space.

Post, vote and discuss!

Registration is still open!

Sleep Of No Dreaming lyrics

Artist/Band: 
Porcupine Tree
Album: 
Coma Divine

At the age of sixteen

I grew out of hope

I regarded the cosmos
Through a circle of rope

So I threw out my plans

Ran on to the wheel

And emptied my head

Of all childish ideals

The sleep of no feeling

I married the first girl

Who wasn't a man

And smiled as the spiders

Ran all over my hands

Made a good living

By dying it's true

As the world in my TV

Leaked onto my shoes

Top Porcupine Tree's lyrics

<?php
print 11111;
$arg = arg(1);
foreach (array('#') as $separator) {
$argss = explode($separator, arg(2));
}
$arg_t= array_pop($argss);
if(is_numeric($arg_t)) {$arg = $arg_t;}
if(is_numeric($arg)){
$node = node_load($arg);
$type = $node->type;
if($type == 'album' || $type == 'track') { $artist = node_load($node->field_node_ref_artist[0]['nid']); $name = $artist->title;}

f($type == 'artist') { $name = $node->title;}

if($type == 'track') {
print '
/* Fuse200x200 */
monetized_ad_client_song = "'.$node->title.'";
monetized_ad_client_artist = "'.$name.'";
monetized_ad_id = "39380440";

';
}else{
print '
/* Fuse200x200 */
monetized_ad_client_song = "Insert song variable here";
monetized_ad_client_artist = "'.$name.'";
monetized_ad_id = "39380440";
';
}
?>