// JavaScript Document


function NewPoem()

{


var intindex = window.document.next.newpoem.selectedIndex;
strselected = window.document.next.newpoem.options[intindex].text

if (strselected=="I See You There In The Darkness")
{location="DarkFlashPoems.html#I See You There In The Darkness";}

if (strselected=="The Rotting Man")
{location="DarkFlashPoems.html#The Rotting Man";}


if (strselected=="Wild To Unreal")
{location="DarkFlashPoems.html#wildtounreal";}

if (strselected=="Comes A Knockin")
{location="DarkFlashPoems.html#Comes A Knockin";}

if (strselected=="The Famous Freak Parade")
{location="DarkFlashPoems.html#FamousFreak";}

if (strselected=="What Ever Happens Happens For A Reason")
{location="DarkFlashPoems.html#Happens";}

if (strselected=="What The Heck?")
{location="DarkFlashPoems.html#heck";}

if (strselected=="Buried Myself Here")
{location="DarkFlashPoems.html#buried";}

}


