teststring=document.title
document.write("<div class='p'>");
if(teststring.indexOf("Home Page") == -1)
{
document.write("<a href='index.html'>Home<\/a><br><br>");
}

document.write("<a href='rainbow.html'><img src='images/rainbow_cover-100x159.jpg' width='100' height='159' border='0'><br>The Rainbow Comes Down in Ohio<\/a><br><hr><br>");
document.write("<a href='memories.html'><img src='images/buckeye_memories_cover-100x159.jpg' width='100' height='159' border='0'><br>Buckeye Memories<\/a><hr>");
document.write("<a href='purchase.html'>Purchasing Info<\/a><br><br>");
document.write("<\/div>");