function link(src, name) {
	document.write('<a href="');
	document.write(src + '">');
	document.write(name + '</a><br>');

}

function linkNewWindow(src, name) {
	document.writeln('<a href="' + src + '" target=_new>' +
						name + '</a><br>');

}

function writeAbout() {
	document.write('An online scratch pad and journal for Luke Ma.  Stick around, make yourself comfortable, have a cup of music theory.');
}

function writeCurrently() {
	document.write('Playing:<BR>' +
				'&nbsp&nbsp Scriabin - Sonata No. 4<BR>' +
				'&nbsp&nbsp Ravel - Jeux d\'Eau<BR>' +
				'&nbsp&nbsp Beethoven - Sonata No. 6<BR>' +
				'<br>' +
				'Reading:<br>' +
				'&nbsp&nbsp MiddleSex<br>' +
				/*'&nbsp&nbsp The Elegant Universe<br>' +*/
				'&nbsp&nbsp More Stories from My Father\'s Court<br>' +
				'<br>' +
				'Listening:<br>' +
				'&nbsp&nbsp Various Asian Pop<br>' +
				'&nbsp&nbsp Love is...');
}

function writeBooklist() {
document.write( '<a href="http://blog.lukema.net/archives/000658.html">The Elegant Universe</a><br>' +
'<a href="http://blog.lukema.net/archives/000641.html">The Reluctant Metrosexual</a><BR>' +
'<a href="http://blog.lukema.net/archives/000639.html">Bangkok 8</a><BR>' +
'<a href="http://blog.lukema.net/archives/000633.html">The Music Room</a><BR>' +
'<a href="http://blog.lukema.net/archives/000630.html">The Curious Incident of the Dog in the Night-Time</a><BR>' +
'<a href="http://blog.lukema.net/archives/000466.html">Beethoven Hero</a><BR>' +
'<a href="http://blog.lukema.net/archives/000461.html">Burning Chrome</a><BR>' +
'<a href="http://blog.lukema.net/archives/000410.html">Lies: A Diary</a><BR>' +
'<a href="http://blog.lukema.net/archives/000404.html">Mona Lisa Overdrive</a><BR>' +
				'<a href="http://blog.lukema.net/archives/000403.html">Count Zero</a><BR>' +
				'<a href="http://blog.lukema.net/archives/000410.html">Lies</a><BR>' +
				'<a href="http://blog.lukema.net/archives/000281.html">Kitchen Confidential</a><BR>' +
				'<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0451166892/qid=1078818550//ref=pd_ka_1/002-2846188-1948850?v=glance&s=books&n=507846">Pillars of the Earth</a><BR>' +
				'<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0451452313/qid=1078818598/sr=1-2/ref=sr_1_2/002-2846188-1948850?v=glance&s=books">Better than Life</a><BR>' +
				'<a href="http://www.amazon.com/exec/obidos/tg/detail/-/0451452011/qid=1078818620/sr=1-1/ref=sr_1_1/002-2846188-1948850?v=glance&s=books">Red Dwarf</a><BR>');	

}

function writeFunblogs() {
	link('http://belledejour-uk.blogspot.com','Belledejour');
	link('http://davebarry.blogspot.com/','Dave Barry');
	link('http://girlsarepretty.com','Girls are Pretty');
	link('http://www.gizmodo.com', 'Gizmodo');

}				

function writeWebcomics() {
	link('http://www.machall.com', 'Mac Hall');
	link('http://www.errantstory.com', 'Errant Story');
	link('http://www.megatokyo.com', 'Megatokyo');
	link('http://www.applegeeks.com', 'Apple Geeks');
	link('http://penny-arcade.com', 'Penny Arcade');
}
	
function writeNews() {
	link('http://cnn.com/', 'CNN');
	link('http://nytimes.com', 'New York Times');
	link('http://news.bbc.co.uk', 'BBCi');
	link('http://slashdot.org/', 'Slashdot');
	link('http://news.com.com/', 'News.com');
}
	
function writeFriends() {
	link('http://csg.lcs.mit.edu/~albert/', 'albert');
	link('http://brandon.fuller.name/blog/', 'brandon');
	link('http://bkng.blogspot.com/', 'bryant');
	link('http://www.xanga.com/Chancancook', 'channa');
	link('http://jeiteki.blogspot.com/', 'jay');
	link('http://blog.sooms.net/', 'sumi');
	link('http://inner-rhythm.blogspot.com/', 'sara');
	link('http://shryh.blogspot.com/sspot/', 'shryh');
	link('http://clanoakenshield.com/', 'vic');
}

function writeContact() {
	document.write('E-mail: <A HREF="mailto:luke@lukema.net">luke@lukema.net</a><br>');
	document.write('AIM: <A HREF="aim:goim?screenname=ConductorofBSO">Conductor of BSO</a><br>');
}
