// JavaScript Document

function PageJump()

{

var intindex = window.document.shorts.userselection.selectedIndex;


if (intindex == 1)
{window.open ( "BETTERTH1.htm","_self");}

else if (intindex == 2)
{window.open ( "Dreaming.htm","_self");}

else if (intindex == 3)
{window.open ( "Drip.html","_self");}


else if (intindex == 4)
{window.open ( "HerWickedLivingRoom.html","_self");}

else if (intindex == 5)
{window.open ( "IFoundThisMonsterDeadInMyBackyard.html","_self");}

else if (intindex == 6)
{window.open ( "ImaginaryTime.html","_self");}

else if (intindex == 7)
{window.open ( "MyBodyOnItsOwn.html","_self");}

else if (intindex == 8)
{window.open ( "TheDare.html","_self");}

else if (intindex == 9)
{window.open ( "TheDeadEnd.html","_self");}

else if (intindex == 10)
{window.open ( "TheInsider.html","_self");}

else if (intindex == 11)
{window.open ( "TrashMan.html","_self");}

else if (intindex == 12)
{window.open ( "ATotalBlankOrAMomentrayLapseOfReason.htm","_self");}


else 
{window.open ( "WhataHellaciousFieldTripThatWasMrs.html","_self");}
}

