WordPress: Get permalink outside the loop

$ID = $wp_query->post->ID;
$permalink = get_permalink($ID);

Adapted from Skippy.