get_row('select * from '.$wpdb->posts.' where post_status=\'publish\' order by rand() limit 1'); $url = get_permalink($post->ID); Header("Location: $url"); ?>