// JavaScript Document

function writeList() {
document.write("<a href = index.html ><strong>Past EP's</strong></a><br /><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = january.html >Temporary Setback :: January 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = february.html >Clouded Spaces, Falling Skies :: February 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = march.html >First Pull Up, Second Pull Down, Third Take Away :: March 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = april.html >Ancient Telephones :: April 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = may.html >The Cavalry Arrived Again :: May 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = june.html >Designed In Anticipation of His Centennial Years. :: June 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = july.html >The Rundown :: July 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = august.html >The Ninth Great Fire :: August 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = september.html >Empty Bottles and Dog-Eared Books :: September 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = october.html >I Can Fix Things In The Morning :: October 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = november.html >We Are Full Of Useful Noise :: November 2007</a><br />");
document.write("&nbsp;&nbsp;&nbsp;<a href = december.html >The Last Duel :: December 2007</a><br />");
}