// +----------------------------------------------+ //
// |  Copyright©2003, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //

sig=0;

function BrainLink(url,txt) {
	if (sig==1) {document.write('<br/>');} else {sig=1;}
	document.write('<a href="' + url + '" target="_blank">');
	document.write(txt + '</a>');}

BrainLink('http://davidbrin.blogspot.com/','David Brin');
BrainLink('http://faculty.winthrop.edu/kosterj/engl510/star.htm','The Star by Arthur C. Clarke');
BrainLink('http://www.dagonbytes.com/thelibrary/lovecraft/index.html','H. P. Lovecraft');
BrainLink('http://www.bigissueground.com/atheistground/atheism.shtml','Secular Morality');
BrainLink('http://answers.yahoo.com/question/index;_ylc=X3oDMTFhYjFkc2V1BF9TAzM5NjU0NTEwOQRfcwMzOTY1NDUxMDMEc2VjA2ZwBHNsawN0b2RheQ--?qid=20060704195516AAnrdOD&pa=FYd1D2bwHTHwIbhmEuI6QAhyhUqUQxRZ7XlmnBoe1zmlaHy_i_kj2aeFvXcnUdl.Qr3DUmPDm0MYSA--&msgr_status=','Dr. Stephen Hawking');
BrainLink('http://dogfeathers.com/java/hyprcube.html','Stereoscopic Animated Hypercube');
BrainLink('http://renshaw.teleinc.com/','Alternative Relativity');
BrainLink('http://mindstalk.net/vinge/vinge-sing.html','Technological Singularity');
BrainLink('http://www.doonesbury.com/strip/dailydose/','Doonesbury');
BrainLink('http://www.kurzweilai.net/articles/art0134.html?printable=1','The Law of Accelerating Returns');

