function Dscgrphy()

{

document.write("<IMG SRC='dscgrphy.gif' WIDTH='200' HEIGHT='75' ALT='discography' BORDER='0'>")

}











function Homepage()

{

document.write("<A HREF='http://www.dopig.uab.edu/people/ctichenor/dscgrphy/index.html'>http://www.dopig.uab.edu/people/ctichenor/dscgrphy/index.html</A>")

}











var update

update=document.lastModified



function lastUpdated()

{

document.write("Last updated on " +update)

}











function Form()

{

document.write("<FORM NAME='navigate'>")

document.write("<SELECT NAME='destination' SIZE='1'>")

document.write("<OPTION NAME='0'>Discography Details</OPTION>")

document.write("<OPTION NAME='1'>Hometown Girl</OPTION>")

document.write("<OPTION NAME='2'>State Of The Heart</OPTION>")

document.write("<OPTION NAME='3'>Shooting Straight In The Dark</OPTION>")

document.write("<OPTION NAME='4'>Come On Come On</OPTION>")

document.write("<OPTION NAME='5'>Stones In The Road</OPTION>")

document.write("<OPTION NAME='6'>A Place In The World</OPTION>")

document.write("<OPTION NAME='7'>Party Doll And Other Favorites</OPTION>")

document.write("<OPTION NAME='8'>Time*Sex*Love*</OPTION>")

document.write("<OPTION NAME='9'>Unique Performances 1992-1993</OPTION>")

document.write("<OPTION NAME='10'>Unique Performances 1994-1996</OPTION>")

document.write("<OPTION NAME='11'>Unique Performances 1997-1998</OPTION>")

document.write("<OPTION NAME='12'>Unique Performances 1999-2001</OPTION>")

document.write("<OPTION NAME='13'>Video Appearances</OPTION>")

document.write("<OPTION NAME='14'>Supplementary (Baez-Kahn)</OPTION>")

document.write("<OPTION NAME='15'>Supplementary (Larkin-Rice)</OPTION>")

document.write("<OPTION NAME='16'>Supplementary (Small-Yearwood)</OPTION>")

document.write("<OPTION NAME='17'>Side Projects & Rarities</OPTION>")

document.write("<OPTION NAME='18'>Sales Awards</OPTION>")

document.write("</SELECT>")

document.write("&nbsp <INPUT TYPE='button' VALUE='< Load' onclick='Discography(document.navigate.destination.selectedIndex)'>")

document.write("</FORM>")

}











function Discography(Option)

{

if (Option==0) location="index.html";

if (Option==1) location="hometowngirl.html";

if (Option==2) location="stateoftheheart.html";

if (Option==3) location="shootingstraightinthedark.html";

if (Option==4) location="comeoncomeon.html";

if (Option==5) location="stonesintheroad.html";

if (Option==6) location="aplaceintheworld.html";

if (Option==7) location="partydollandotherfavorites.html";

if (Option==8) location="timesexlove.html";

if (Option==9) location="various1.html";

if (Option==10) location="various2.html";

if (Option==11) location="various3.html";

if (Option==12) location="various4.html";

if (Option==13) location="video1.html";

if (Option==14) location="spplmtry1.html";

if (Option==15) location="spplmtry2.html";

if (Option==16) location="spplmtry3.html";

if (Option==17) location="sideprojectsandrarities.html";

if (Option==18) location="salesawards.html";

}











function Nav()

{

document.write("<A CLASS='nav' TARGET='_top' HREF='../chapin.html'>Mary Chapin Carpenter HOME</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../FYI.html'>For Your Information</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../links/Bio/bio.html'>Biography</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../links/Tour/tour.html'>Tour</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../links/Links/links.html'>Links</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../links/Gallery/gallery.html'>Gallery</A> | ")

document.write("<A CLASS='nav' TARGET='_top' HREF='../links/articles/interview.html'>Articles</A>")

}