// ---variable info on Scripts - such as addresses, price of script, etc--- // NOTES TO SELF: // if information on this page CHANGES, also correct: sc_address.htm function ScriptMailingAddress(who) { if (who == "Jeff") { document.write("Jeff Goode
") document.write("6075 Franklin #113
") document.write("Los Angeles, CA 90028
") } if (who == "Jeffemail") { document.write("JeffGoode@gmail.com") } if (who == "Jeffphone") { document.write("(323) 466-5728
") } if (who == "Jeff&Jon") { document.write("Jeff Goode & Jonathan Price
") document.write("JeffGoode@gmail.com
") document.write("") } if (who == "Jeff&Larrance") { document.write("Jeff Goode & Larrance Fingerhut
") document.write("JeffGoode@gmail.com
") document.write("") } if (who == "Bakers") { document.write("Baker's Plays
") document.write("45 W. 25th Street
") document.write("New York, NY 10010
") document.write("(212) 255-8085
") } if (who == "bkBakers") { document.write("45 W. 25th Street, New York, NY 10010") } if (who == "Broadway") { document.write("Broadway Play Publishing Inc.
") document.write("56 E. 81st St.
") document.write("New York, NY 10028-0202
") document.write("(212) 772-8334
") } if (who == "bkBroadway") { document.write("56 E. 81st St., New York, NY 10028-0202") } if (who == "Concord") { document.write("Concord Theatricals
") document.write("Toll Free: (866) 979-0447
") document.write("info@concordtheatricals.com
") } if (who == "Dominie") { document.write("Dominie Ltd.
") document.write("http://www.dominie.com.au/
") } if (who == "Encore") { document.write("Encore Performance Publishing
") document.write("P.O. Box 14367
") document.write("Tallahassee, FL 32317
") document.write("(850) 385-2463
") } if (who == "bkEncore") { document.write("P.O. Box 14367, Tallahassee, FL 32317") } if (who == "OriginalWorks") { document.write("Original Works Publishing
") } if (who == "bkOriginalWorks") { document.write("") } if (who == "ContemporaryDrama") { document.write("Contemporary Drama Service
") document.write("P.O. Box 7710
") document.write("Colorado Springs, CO 80933
") document.write("1-800-93 PLAYS (937-5297)") } if (who == "bkContemporaryDrama") { document.write("885 Elkton Drive, Colorado Springs CO 80907") } if (who == "bkSmith&Kraus") { document.write("4 Lower Mill Road, North Stratford, NH 03590") } if (who == "bkSamuelFrench") { document.write("45 W. 25th Street, New York, NY 10010") } if (who == "SamuelFrenchAgents") { document.write("") document.write("http://www.samuelfrench-london.co.uk/sf/Pages/agents.html") } if (who == "SamuelFrenchLondon") { document.write("Samuel French London
") document.write("52 Fitzroy Street, Fitzrovia
London W1T 5JR, United Kingdom
") document.write("Tel: 020 7255 4302 (performing rights department - plays)
") document.write("http://www.samuelfrench-london.co.uk/
") } if (who == "bkRistau") { document.write("P.O. Box 7664, Roanoke, VA 24019") } } function ScriptPrice() { document.write("$10.00 US ($12.00 Canadian)") }