<!-- Begin
var iDate = "August, 2009";
var issue = "Issue 2 - 2009";
var greeting = "Welcome to our summer issue.";
var folder = "August-2009";
var prefix = "";

function MakeArray(n)
{
this.length = n;

for (var i = 1; i <= n; i++)
{
this[i] = 0
}

          return this
}

if ( lvl == 1 ) { prefix = "../" }
if ( lvl == 2 ) { prefix = "../../" }
if ( lvl == 3 ) { prefix = "../../../" }
document.write('<title>' + poet + ' - Lucid Rhythms - ' + issue + '</title>');
document.write('<link type="text/css" href="' + prefix + folder + '/lucid.css" rel="stylesheet">');

function writeHeader()
{
	
document.write('<tr height="75"><td class="Header" colspan="2" height="75"><img src="' + prefix + folder + '/graphics/header.gif" border="0"></td></tr>');
document.write('<tr height="35"><td colspan="2" class="Menu" height="25" align="middle">');
document.write('<span id="smlMenu">');
if ( doc != "index" ) { document.write('<a href="' + prefix + 'index.htm" >'); }
document.write('HOME</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "archives" ) { document.write('<a href="' + prefix + 'archives.htm" >'); }
document.write('ARCHIVES</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "news" ) { document.write('<a href="' + prefix + 'news.htm" >'); }
document.write('NEWS</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "masthead" ) { document.write('<a href="' + prefix + 'masthead.htm" >'); }
document.write('MASTHEAD</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "submissions" ) { document.write('<a href="' + prefix + 'submissions.htm" >'); }
document.write('SUBMISSIONS</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "poetindex" ) { document.write('<a href="' + prefix + 'poetindex.htm" >'); }
document.write('POETS</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "poemindex" ) { document.write('<a href="' + prefix + 'poemindex.htm" >'); }
document.write('POEMS</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "links" ) { document.write('<a href="' + prefix + 'links.htm" >'); }
document.write('LINKS</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "contact" ) { document.write('<a href="' + prefix + 'contact.htm" >'); }
document.write('CONTACT</a>');

}

function writeSide()
{

document.write('<p align="center"><a href="' + prefix + folder + '/index.htm"><img height="220" src="' + prefix + folder + '/graphics/small.png" width=144 border=0 alt="Click on this image to see the ' + iDate + ' issue."></a></p>');
document.write('<p id="Quote">');
document.write('&nbsp;<em>&ldquo;I&nbsp;know&nbsp;noble&nbsp;accents<br>');
document.write('and&nbsp;lucid,&nbsp;inescapable rhythms&rdquo;</em></p>');
document.write('<p id="sml" align="right"><font size="1" face="Arial">----Wallace Stevens</font></p>');
document.write('<p id="sml"><font size="1" face="Arial"><strong><em>&ldquo;Thirteen Ways of Looking at a Blackbird&rdquo;</em></strong></font></p>');
document.write('<p><font face="Verdana"><a href="' + prefix + folder + '/index.htm"><strong>' + issue + '</strong></a></font> </p>');

}

function writeCover()
{
	
document.write('<p><img src="' + prefix + folder + '/graphics/large.png" border=0><br><br>');
document.write('<center><a href="' + prefix + folder + '/index.htm"><strong><big style="font-size: 20pt;">ENTER</big></strong></a></center><br>');
			   
}

function writeMenu()
{
	
document.write('<img src="' + prefix + folder + '/graphics/Spacer646x1.gif" width="646" height="1">');
document.write('<h3>' + issue + '</h3>');
document.write('<p><font size="2">' + greeting + '</font>    </p>');
document.write('<h4>Contents </h4>');
document.write('<p><a href="' + prefix + folder + '/Foreword.htm">Editor&rsquo;s&nbsp;Foreword</a>');
			   
}

function writePoets()
{
	
document.write('<li><a href="' + prefix + folder + '/Anderson_C_B.htm">C. B. Anderson</a>');
document.write('<li><a href="' + prefix + folder + '/Austin_Peter.htm">Peter Austin</a>');
document.write('<li><a href="' + prefix + folder + '/Bulter_Janet.htm">Janet Butler</a>');
document.write('<li><a href="' + prefix + folder + '/Christensen_Bryce.htm">Bryce Christensen</a>');
document.write('<li><a href="' + prefix + folder + '/Conti_Edmund.htm">Edmund Conti</a>');
document.write('<li><a href="' + prefix + folder + '/Crawford_Rachel.htm">Rachel Crawford</a>');
document.write('<li><a href="' + prefix + folder + '/Graham_Taylor.htm">Taylor Graham</a>');
document.write('<li><a href="' + prefix + folder + '/Hoffman_Roxanne.htm">Roxanne Hoffman</a>');
document.write('<li><a href="' + prefix + folder + '/Kelsay_Karen.htm">Karen Kelsay</a>');
document.write('<li><a href="' + prefix + folder + '/Lantry_W_F.htm">W. F. Lantry</a>');
document.write('<li><a href="' + prefix + folder + '/McCormick_James.htm">James McCormick</a>');
document.write('<li><a href="' + prefix + folder + '/Milbury-Steen_John.htm">John Milbury-Steen</a>');
document.write('<li><a href="' + prefix + folder + '/Oliver_Maurice.htm">Maurice Oliver</a>');
document.write('<li><a href="' + prefix + folder + '/Scheele_Roy.htm">Roy Scheele</a>');
document.write('<li><a href="' + prefix + folder + '/Ta_Erik.htm">Erik Ta</a>');

}

function writeFooter(prev,next)
{

if ( lvl != 0 ) {
document.write('<span id="smlMenu">');
document.write('<a href="' + prefix + 'index.htm" >COVER</a>&nbsp;&nbsp;&nbsp; ');
if ( doc != "contents" ) { document.write('<a href="' + prefix + folder + '/index.htm" > '); }
document.write('CONTENTS</a>&nbsp;&nbsp;&nbsp; ');
if ( doc != "foreword" ) { document.write('<a href="' + prefix + folder + '/Foreword.htm" >'); }
document.write('FOREWORD</a>&nbsp;&nbsp;&nbsp;');
if ( doc != "poets" ) { document.write('<a href="' + prefix + folder + '/poets.htm">'); }
document.write('POETS</a>&nbsp;&nbsp;&nbsp;');
if ( prev != "" ) { document.write('<a href="' + prefix + folder + '/' + prev + '" >'); }
document.write('PREVIOUS</a>&nbsp;&nbsp;&nbsp;');
if ( next != "" ) { document.write('<a href="' + prefix + folder + '/' + next + '" >'); }
document.write('NEXT</a>&nbsp;&nbsp;&nbsp;');
document.write('</span>');
}
document.write('</td></tr><tr height="70">');
document.write('<td class="Footer" valign="top" colspan="2" height="70">');
document.write('<p align="center" id="small">');
document.write('<a href="http://www.lucidrhythms.com">www.lucidrhythms.com</a><br>');
document.write('&copy; 2009 David Landrum</p>');

}


// End -->
