%
authorBioPage=""
hasByline=1
select case Request.QueryString("page")
case "activism"
authorName = "Joe Martinez"
//authorBioPage = "carter.asp"
title = "Medical Relief for Everyone"
content = "activism.asp"
graphics_credits="All photos: MSF."
case "al"
authorName = "Al DeReu"
//authorBioPage = "al.asp"
title = "A Taste of California"
content = "al.asp"
graphics_credits="1st image: Al DeReu. 2nd and 3rd images: beckmenvineyards.com. 4th image: didyouknow.cd."
case "blurb1"
authorName = "Tina O'Brien"
authorBioPage = "tina.asp"
hasByline=0
title = "A Discernible Turgid State"
content = "blurb1.asp"
graphics_credits="Photos: chicagopride.com."
case "blurb2"
authorName = "Tina O'Brien"
authorBioPage = "tina.asp"
hasByline=0
title = "Everyone Strips"
content = "blurb2.asp"
graphics_credits="Photos: Spencer Tunick."
case "blurb3"
authorName = "Tina O'Brien"
authorBioPage = "tina.asp"
hasByline=0
title = "Llama Llove"
content = "blurb3.asp"
graphics_credits="Photo: Christopher Feyrer."
case "blythe"
authorName = "Blythe Hurley"
authorBioPage = "blythe.asp"
title = "A Need for Strong Hands
or,
If Henry Was Here"
content = "blythe.asp"
graphics_credits = "1st photo: levity.com. 2nd photo: press.uchicago.edu. 3rd and 4th photos: houseofwaterdancer.com."
case "breathalator"
authorName = "Industrial Science Applications Inc"
//authorBioPage = "tina.asp"
title = "The Breathalator"
hasByline=0
content = "breathalator.asp"
graphics_credits="Graphic: Peter Nee."
case "bumfuzzled"
authorName = "The Bumfuzzled Brothers"
//authorBioPage = "tina.asp"
hasByline=0
noTitleLine=1
title = "I Like It Weird"
content = "bumfuzzled.asp"
graphics_credits="Image: Asami Yuu."
case "carter"
authorName = "Carter O'Brien"
authorBioPage = "carter.asp"
title = "The Machine’s New Clothes"
content = "carter.asp"
graphics_credits="Images: cityofchicago.org"
case "chris"
authorName = "Chris Kowalski"
authorBioPage = "chris.asp"
title = "Skinny Dipping"
content = "chris.asp"
graphics_credits="Image: Paul Chabas."
case "denise1"
authorName = "Denise Pace"
authorBioPage = "denise.asp"
title = "To Romeo, From God"
content = "denise1.asp"
graphics_credits = "All photos: sobi.org."
case "denise2"
authorName = "Denise Pace"
authorBioPage = "denise.asp"
title = "Take It, Naked Bacon"
content = "denise2.asp"
graphics_credits = "1st and 2nd photos: John Decker. 3rd photo: ias.org.uk. 4th photo: nantyglo.com. 5th photo: nhmccd.edu. 6th photo: Peter Miller."
case "erica1"
authorName = "Erica Bernheim"
authorBioPage = "erica.asp"
title = "Bald Men"
content = "erica1.asp"
graphics_credits="Photo: kabuki.eecs.berkeley.edu."
case "erica2"
authorName = "Erica Bernheim"
authorBioPage = "erica.asp"
title = "The Sex Lives of Clowns"
content = "erica2.asp"
graphics_credits="Photo: Erica Bernheim."
case "henry"
authorName = "Henry Kastler"
authorBioPage = "henry.asp"
title = "Everlovin' and This Morning"
content = "henry.asp"
graphics_credits = "princeton.edu"
case "intro"
authorName = "the fARM"
title = "The Exception"
content = "intro.asp"
graphics_credits="Photo: rag-dog.com."
case "montana"
authorName = "Montana Wildhack"
authorBioPage = "montana.asp"
title = "The Death of the Trade: Part II"
content = "montana.asp"
graphics_credits = "All photos: angelfire.com."
case "patrickh1"
authorName = "Patrick Hurley"
authorBioPage = "patrickh.asp"
title = "Might I Dance Here Awhile"
content = "patrickh1.asp"
graphics_credits="Photo: uncwil.edu"
case "patrickh2"
authorName = "Patrick Hurley"
authorBioPage = "patrickh.asp"
title = "Happiness"
content = "patrickh2.asp"
graphics_credits="Photo: Ed Hurley."
case "patrickr"
authorName = "Patrick Russell"
authorBioPage = "patrickr.asp"
title = "Bums Away!!!"
content = "patrickr.asp"
graphics_credits="1st photo: buttsacrossamerica.com. 2nd photo: AP."
case "slank"
authorName = "Chris Slankard"
//authorBioPage = "slank.asp"
title = "My Naked Truth"
content = "slank.asp"
graphics_credits="All photos: Chris Slankard."
case "spotlight"
authorName = "Al DeReu"
hasByline = 0
title = "George [H.W.] Bush: The Unauthorized Biography"
content = "spotlight.asp"
graphics_credits="Image: tarpley.net."
case "steve"
authorName = "Steve Spaulding"
authorBioPage = "steve.asp"
title = "The Black Chalice Blues (Part 1 of 3)"
content = "steve.asp"
graphics_credits="Photo: Correll Glass Studios."
case "tina"
authorName = "Christina O'Brien"
authorBioPage = "tina.asp"
title = "Male Bag"
content = "tina.asp"
case else
end select
%>
<%
bioPage="bios/bio_viewer.asp?authorBioPage=" & authorBioPage
%>