<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="http://twolegs.info/style/lyrics.css"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
    <!--file:/E:/projects/eXml/frameworks/tei/schema/xsd/p5/tei_all.xsd-->
    <teiHeader>
        <fileDesc>
            <titleStmt> 
                <title>Hung Over Again</title> 
                <author> 
                    <name> 
                        <persName> 
                            <forename>John</forename> 
                            <surname>Shock</surname> 
                        </persName> 
                    </name> 
                </author>
            </titleStmt>
            <publicationStmt>
                <p>
                    <!-- supply publication information-->
                </p>
            </publicationStmt>
            <sourceDesc>
                <p> Marked up by 
                    <persName>
                    <forename>Grady</forename>
                    <surname>Harris</surname>
                </persName> from <title>Dog Song</title>
                </p>
            </sourceDesc>
        </fileDesc>
    </teiHeader>
    <text>
        <body>
            <head>
                <title>
                    Hung Over Again
                </title>
            </head>

            <div type="song">
                <lg type="verse">
                    <l>I'm hung over again yes I've been on a bender</l>
                    <l>Oh darling won't you please get me some coffee</l>
                </lg>
                <lg type="verse">
                    <l>Cause I'm hung over again yes I've been on a bender</l>
                    <l>Oh baby won't you please get me some aspirin</l>
                </lg>
                <lg type="bridge">
                    <l>The TV's too loud and my tongue is too long</l>
                    <l>Won't you please shoot the dog and get rid of the children</l>
                </lg>
                <lg type="verse">
                    <l>Cause I'm hung over again yes I've been on a bender</l>
                    <l>Oh baby won't you please get me some water</l>
                </lg>
                <lg type="bridge">
                    <l>No oxygen's getting to my brain oh the pain</l>
                    <l>Won't you please go get a gun and shoot me</l>
                </lg>
                <lg type="verse">
                    <l>I'm hung over again yes I've been on a bender</l>
                    <l>Oh darling why don't you go get a gun and shoot me</l>
                </lg>
            </div>
        </body>
    </text>
</TEI>
