/*
name - name of the cookie
value - value of the cookie
[expires] - expiration date of the cookie
(defaults to end of current session)
[path] - path for which the cookie is valid
(defaults to path of calling document)
[domain] - domain for which the cookie is valid
(defaults to domain of calling document)
[secure] - Boolean value indicating if the cookie transmission requires
a secure transmission
* an argument defaults when it is assigned null as a placeholder
* a null placeholder is not required for trailing omitted arguments
*/
function Get_Cookie( name ) {
var start = document.cookie.indexOf( name + "=" );
var len = start + name.length + 1;
if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )
{
return null;
}
if ( start == -1 ) return null;
var end = document.cookie.indexOf( ";", len );
if ( end == -1 ) end = document.cookie.length;
return unescape( document.cookie.substring( len, end ) );
}
// this deletes the cookie when called
function Delete_Cookie( name, path, domain ) {
if(document.search.IsSearchFilterOn == "0"){
return false;
}else{
name = name.toUpperCase();
if ( Get_Cookie( name ) ) document.cookie = name + "=" +
( ( path ) ? ";path=" + path : "") +
( ( domain ) ? ";domain=" + domain : "" ) +
";expires=Thu, 01-Jan-1970 00:00:01 GMT";
}
}
function Set_Cookie( name, value, expires, path, domain, secure ) {
if(document.search.IsSearchFilterOn.value == 0){
return false;
}else{
name = name.toUpperCase();
// set time, it's in milliseconds
var today = new Date();
today.setTime( today.getTime() );
// if the expires variable is set, make the correct expires time, the
// current script below will set it for x number of days, to make it
// for hours, delete * 24, for minutes, delete * 60 * 24
if ( expires )
{
expires = expires * 1000 * 60 * 60 * 24;
}
var expires_date = new Date( today.getTime() + (expires) );
document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}
}
var args = new Object();args.popup = 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=155,height=20';args.popupSub = 'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=190,height=20';PowerWeb = new PW( args );
You must have javascript enabled to utilize the functionality of this website. If you have set your security settings to high, please reduce to medium
mmLoadMenus();
Independent Publishing Since 1854
25 Beacon Street Boston, MA 02108 · Tel: 617.742.2110 · Fax: 617.723.3097
Cart is empty
View Cart
Your Account
About Beacon
E-mail Lists
For Educators
For Reading Groups
For UUs
Rights & Permissions
Site
Books
Book Search
By Keyword
By ISBN
By Title
By Author
Site Search
Categories
function Go(){return}
Your browser does not support script
var NoOffFirstLineMenus=29;
Menu1=new Array("Activism","/catalog.cfm?CatPos=307","",0,20,155);
Menu2=new Array("African American Studies","/catalog.cfm?CatPos=308","",3,20,155);
Menu2_1=new Array("General","/catalog.cfm?step=1&CatPos=309","",0,20,190);
Menu2_2=new Array("African American History","/catalog.cfm?step=1&CatPos=310","",0,20,190);
Menu2_3=new Array("African American Literature","/catalog.cfm?step=1&CatPos=311","",3,20,190);
Menu2_3_1=new Array("Fiction and Poetry","/catalog.cfm?CatPos=312","",0,20,190);
Menu2_3_2=new Array("Nonfiction","/catalog.cfm?CatPos=313","",0,20,190);
Menu2_3_3=new Array("Black Women Writers","/catalog.cfm?CatPos=314","",0,20,190);
Menu3=new Array("American Studies","/catalog.cfm?CatPos=439","",0,20,155);
Menu4=new Array("Anthropology and Culture","/catalog.cfm?CatPos=315","",2,20,155);
Menu4_1=new Array("Anthropology","/catalog.cfm?step=1&CatPos=316","",0,20,190);
Menu4_2=new Array("Cultural Studies","/catalog.cfm?step=1&CatPos=317","",3,20,190);
Menu4_2_1=new Array("General","/catalog.cfm?CatPos=318","",0,20,190);
Menu4_2_2=new Array("Latin American","/catalog.cfm?CatPos=319","",0,20,190);
Menu4_2_3=new Array("Native American","/catalog.cfm?CatPos=320","",0,20,190);
Menu5=new Array("Art and Aesthetics","/catalog.cfm?CatPos=321","",0,20,155);
Menu6=new Array("Biography and Memoir","/catalog.cfm?CatPos=322","",2,20,155);
Menu6_1=new Array("Autobiography and Memoir","/catalog.cfm?step=1&CatPos=323","",0,20,190);
Menu6_2=new Array("Biography","/catalog.cfm?step=1&CatPos=324","",0,20,190);
Menu7=new Array("LGBT Interest","/catalog.cfm?CatPos=325","",5,20,155);
Menu7_1=new Array("General","/catalog.cfm?step=1&CatPos=326","",0,20,190);
Menu7_2=new Array("Education and Youth","/catalog.cfm?step=1&CatPos=327","",0,20,190);
Menu7_3=new Array("Fiction","/catalog.cfm?step=1&CatPos=328","",0,20,190);
Menu7_4=new Array("Memoir","/catalog.cfm?step=1&CatPos=329","",0,20,190);
Menu7_5=new Array("Religion and Sexuality","/catalog.cfm?step=1&CatPos=330","",0,20,190);
Menu8=new Array("Child and Family Issues","/catalog.cfm?CatPos=331","",2,20,155);
Menu8_1=new Array("General","/catalog.cfm?step=1&CatPos=332","",0,20,190);
Menu8_2=new Array("Adoption","/catalog.cfm?step=1&CatPos=333","",0,20,190);
Menu9=new Array("Current Affairs","/catalog.cfm?CatPos=334","",6,20,155);
Menu9_1=new Array("Civil Liberties","/catalog.cfm?step=1&CatPos=335","",0,20,190);
Menu9_2=new Array("Democracy","/catalog.cfm?step=1&CatPos=336","",0,20,190);
Menu9_3=new Array("Human Rights","/catalog.cfm?step=1&CatPos=337","",0,20,190);
Menu9_4=new Array("Media","/catalog.cfm?step=1&CatPos=338","",0,20,190);
Menu9_5=new Array("Middle East","/catalog.cfm?step=1&CatPos=339","",0,20,190);
Menu9_6=new Array("War and Peace","/catalog.cfm?step=1&CatPos=340","",0,20,190);
Menu10=new Array("Economics","/catalog.cfm?CatPos=341","",0,20,155);
Menu11=new Array("Education","/catalog.cfm?CatPos=342","",7,20,155);
Menu11_1=new Array("Books for Teachers","/catalog.cfm?step=1&CatPos=343","",0,20,190);
Menu11_2=new Array("Books for K-12 Classroom Use","/catalog.cfm?step=1&CatPos=344","",0,20,190);
Menu11_3=new Array("BGLT Issues","/catalog.cfm?step=1&CatPos=345","",0,20,190);
Menu11_4=new Array("Higher Education","/catalog.cfm?step=1&CatPos=346","",0,20,190);
Menu11_5=new Array("History of Education","/catalog.cfm?step=1&CatPos=347","",0,20,190);
Menu11_6=new Array("Race and Education","/catalog.cfm?step=1&CatPos=348","",0,20,190);
Menu11_7=new Array("School Reform and Policy","/catalog.cfm?step=1&CatPos=349","",0,20,190);
Menu12=new Array("Fiction and Literature","/catalog.cfm?CatPos=350","",7,20,155);
Menu12_1=new Array("Fiction","/catalog.cfm?step=1&CatPos=351","",0,20,190);
Menu12_2=new Array("Nonfiction","/catalog.cfm?step=1&CatPos=352","",5,20,190);
Menu12_2_1=new Array("General","/catalog.cfm?CatPos=353","",0,20,190);
Menu12_2_2=new Array("Essays","/catalog.cfm?CatPos=354","",0,20,190);
Menu12_2_3=new Array("Food Writing","/catalog.cfm?CatPos=355","",0,20,190);
Menu12_2_4=new Array("Letters","/catalog.cfm?CatPos=356","",0,20,190);
Menu12_2_5=new Array("Memoirs","/catalog.cfm?CatPos=357","",0,20,190);
Menu12_3=new Array("Poetry","/catalog.cfm?step=1&CatPos=358","",0,20,190);
Menu12_4=new Array("BGLT Interest","/catalog.cfm?step=1&CatPos=359","",0,20,190);
Menu12_5=new Array("Multicultural Interest","/catalog.cfm?step=1&CatPos=360","",6,20,190);
Menu12_5_1=new Array("African American","/catalog.cfm?CatPos=361","",0,20,190);
Menu12_5_2=new Array("Asian American","/catalog.cfm?CatPos=362","",0,20,190);
Menu12_5_3=new Array("Latin American","/catalog.cfm?CatPos=364","",0,20,190);
Menu12_5_4=new Array("Middle Eastern","/catalog.cfm?CatPos=365","",0,20,190);
Menu12_5_5=new Array("Native American","/catalog.cfm?CatPos=366","",0,20,190);
Menu12_5_6=new Array("South Asian","/catalog.cfm?CatPos=367","",0,20,190);
Menu12_6=new Array("Young Adult Interest","/catalog.cfm?step=1&CatPos=368","",0,20,190);
Menu12_7=new Array("By Series","/catalog.cfm?step=1&CatPos=369","",3,20,190);
Menu12_7_1=new Array("Black Women Writers","/catalog.cfm?CatPos=370","",0,20,190);
Menu12_7_2=new Array("Bluestreak","/catalog.cfm?CatPos=371","",0,20,190);
Menu12_7_3=new Array("Concord Library ","/catalog.cfm?CatPos=372","",0,20,190);
Menu13=new Array("Health and Medicine","/catalog.cfm?CatPos=373","",0,20,155);
Menu14=new Array("History","/catalog.cfm?CatPos=374","",3,20,155);
Menu14_1=new Array("General","/catalog.cfm?step=1&CatPos=375","",0,20,190);
Menu14_2=new Array("American History","/catalog.cfm?step=1&CatPos=376","",5,20,190);
Menu14_2_1=new Array("General","/catalog.cfm?CatPos=377","",0,20,190);
Menu14_2_2=new Array("Early American History","/catalog.cfm?CatPos=378","",0,20,190);
Menu14_2_3=new Array("19th Century American History","/catalog.cfm?CatPos=379","",0,20,190);
Menu14_2_4=new Array("20th Century American History","/catalog.cfm?CatPos=380","",0,20,190);
Menu14_2_5=new Array("African American History","/catalog.cfm?CatPos=381","",0,20,190);
Menu14_3=new Array("World History","/catalog.cfm?step=1&CatPos=382","",4,20,190);
Menu14_3_1=new Array("Asia","/catalog.cfm?CatPos=384","",0,20,190);
Menu14_3_2=new Array("Central and South America","/catalog.cfm?CatPos=385","",0,20,190);
Menu14_3_3=new Array("Europe","/catalog.cfm?CatPos=386","",0,20,190);
Menu14_3_4=new Array("Middle East","/catalog.cfm?CatPos=387","",0,20,190);
Menu15=new Array("Inspiration","/catalog.cfm?CatPos=388","",0,20,155);
Menu16=new Array("Law and Society","/catalog.cfm?CatPos=389","",0,20,155);
Menu17=new Array("Music","/catalog.cfm?CatPos=390","",0,20,155);
Menu18=new Array("Nature and Environment","/catalog.cfm?CatPos=391","",4,20,155);
Menu18_1=new Array("Ecology and Conservation","/catalog.cfm?step=1&CatPos=392","",0,20,190);
Menu18_2=new Array("Garden Writing","/catalog.cfm?step=1&CatPos=393","",0,20,190);
Menu18_3=new Array("Concord Library Series","/catalog.cfm?step=1&CatPos=394","",0,20,190);
Menu18_4=new Array("General","/catalog.cfm?step=1&CatPos=435","",0,20,190);
Menu19=new Array("Philosophy - Social Theory","/catalog.cfm?CatPos=395","",0,20,155);
Menu20=new Array("Politics","/catalog.cfm?CatPos=396","",2,20,155);
Menu20_1=new Array("General ","/catalog.cfm?step=1&CatPos=397","",0,20,190);
Menu20_2=new Array("New Democracy Forum","/catalog.cfm?step=1&CatPos=398","",0,20,190);
Menu21=new Array("Psychology","/catalog.cfm?CatPos=399","",0,20,155);
Menu22=new Array("Religion","/catalog.cfm?CatPos=400","",4,20,155);
Menu22_1=new Array("By Religion","/catalog.cfm?step=1&CatPos=401","",6,20,190);
Menu22_1_1=new Array("Buddhism","/catalog.cfm?CatPos=402","",0,20,190);
Menu22_1_2=new Array("Christianity","/catalog.cfm?CatPos=403","",3,20,190);
Menu22_1_2_1=new Array("General","/catalog.cfm?CatPos=404","",0,20,190);
Menu22_1_2_2=new Array("Catholicism","/catalog.cfm?CatPos=405","",0,20,190);
Menu22_1_2_3=new Array("African American Theology","/catalog.cfm?CatPos=406","",0,20,190);
Menu22_1_3=new Array("Islam","/catalog.cfm?CatPos=407","",0,20,190);
Menu22_1_4=new Array("Judaism","/catalog.cfm?CatPos=408","",0,20,190);
Menu22_1_5=new Array("Unitarian Universalism","/catalog.cfm?CatPos=409","",0,20,190);
Menu22_1_6=new Array("World Religions","/catalog.cfm?CatPos=410","",0,20,190);
Menu22_2=new Array("Comparative and Interfaith","/catalog.cfm?step=1&CatPos=411","",0,20,190);
Menu22_3=new Array("Gender and Sexuality","/catalog.cfm?step=1&CatPos=412","",0,20,190);
Menu22_4=new Array("Religion and American Society","/catalog.cfm?step=1&CatPos=413","",0,20,190);
Menu23=new Array("Sociology","/catalog.cfm?CatPos=414","",0,20,155);
Menu24=new Array("Women's Studies","/catalog.cfm?CatPos=415","",3,20,155);
Menu24_1=new Array("General","/catalog.cfm?step=1&CatPos=416","",0,20,190);
Menu24_2=new Array("Women's History","/catalog.cfm?step=1&CatPos=417","",0,20,190);
Menu24_3=new Array("Women's Literature","/catalog.cfm?step=1&CatPos=418","",3,20,190);
Menu24_3_1=new Array("General","/catalog.cfm?CatPos=419","",0,20,190);
Menu24_3_2=new Array("Black Women Writers","/catalog.cfm?CatPos=420","",0,20,190);
Menu24_3_3=new Array("Bluestreak Series","/catalog.cfm?CatPos=421","",0,20,190);
Menu25=new Array("UU Interest","/catalog.cfm?CatPos=422","",13,20,155);
Menu25_1=new Array("Accessibility and Equal Access","/catalog.cfm?step=1&CatPos=423","",0,20,190);
Menu25_2=new Array("Anti-Racism","/catalog.cfm?step=1&CatPos=424","",0,20,190);
Menu25_3=new Array("BGLT Equality","/catalog.cfm?step=1&CatPos=425","",0,20,190);
Menu25_4=new Array("Democracy and Voting","/catalog.cfm?step=1&CatPos=426","",0,20,190);
Menu25_5=new Array("Education and Family","/catalog.cfm?step=1&CatPos=427","",0,20,190);
Menu25_6=new Array("Human Rights - Civil Liberties","/catalog.cfm?step=1&CatPos=428","",0,20,190);
Menu25_7=new Array("Protecting Our Environment","/catalog.cfm?step=1&CatPos=429","",0,20,190);
Menu25_8=new Array("Resources for Worship","/catalog.cfm?step=1&CatPos=430","",0,20,190);
Menu25_9=new Array("Social Justice","/catalog.cfm?step=1&CatPos=431","",0,20,190);
Menu25_10=new Array("Spiritual Growth","/catalog.cfm?step=1&CatPos=432","",0,20,190);
Menu25_11=new Array("War and Peace","/catalog.cfm?step=1&CatPos=433","",0,20,190);
Menu25_12=new Array("By UU Authors","/catalog.cfm?step=1&CatPos=306","",0,20,190);
Menu25_13=new Array("Tote Bag","/catalog.cfm?step=1&CatPos=305","",0,20,190);
Menu26=new Array("Class","/catalog.cfm?CatPos=434","",0,20,155);
Menu27=new Array("For Religious Liberals","/showproducts.cfm?Step=1&CrossCatID=7","",0,20,155);
Menu28=new Array("Forthcoming Fall 2008 ","/showproducts.cfm?Step=1&CrossCatID=28","",0,20,155);
Menu29=new Array("Progressive Voices","/showproducts.cfm?Step=1&CrossCatID=12","",0,20,155);
Beacon Press
Just Published
Now on Beacon Broadside
The Blue Cotton
Gown: A Midewife's Memoir
Author: Patricia
Harman
An October 2008 Indie Next
Pick
"Nobody writes with more candor and compassion about women's woes
and women's triumphs than nurse-midwife Patricia Harman
A bittersweet
valentine to every womanyoung and oldwho has ever donned
that thin blue cotton gown, to every dedicated healthcare provider,
and to every husband-wife medical team." Sara Pritchard,
author of Crackpots and Lately
"As the mother of seven children and veteran of eight pregnancy
losses, I knew when I ran my bath that I would be unable to resist Patricia
Harman's memoir of midwifery. What I didn't realize was that it would
cause me, a sensible person, to get into the bath with one sock still
on and rise from it when the candle was gone and the water cold
Harman's book should be a little classic." Jacquelyn Mitchard,
author of The Deep End of the Ocean and Cage of Stars
"A remarkable account of a life spent listening, helping, and
taking care. Inviting us into her clinic in rural West Virginia, she
shows us the joys and sorrows of listening to women's stories and attending
to their bodies, and she leads us through the complicated life of a
healer who is profoundly shaped by her patients and their journeys."
Perri Klass, author of A Not Entirely Benign Procedure
and The Mercy Rule
Recent posts on Beacon's blog
Subscribe to RSS headline updates from: Powered by FeedBurner
The Porning
of America: The Rise of Porn Culture, What It Means, and Where We Go
from Here
Authors: Carmine
Sarracino and Kevin
M. Scott
"This bold book is both pro-sex and pro-feminist. A critical and
comprehensive examination of the misogyny and racism that are alive
and well in porn and mainstream society, it nevertheless manages to
celebrate sexuality." Jessica Valenti, author of Full-Frontal
Feminism
Illegal People: How Globalization Creates Migration and Criminalizes Immigrants
Author: David
Bacon
"Illegal People documents how undocumented workers have
become the world's most exploited workforce
In this richly reported
book, David Bacon makes a powerful case for the centrality of 'illegals'
in the global struggle for economic justice." Barbara
Ehrenreich, author of Nickel and Dimed: On (Not) Getting By in America
The Opinion
Makers: An Insider Exposes the Truth Behind the Polls
Author: David W. Moore
"You will never regard political polls the same after reading
David W. Moore's devastating inside account of their severe limitations
and misapplications. This book should be required reading for journalists,
political junkies, students, scholars and citizens."Robert
W. McChesney, author of The Political Economy of Media
News from Beacon
Beacon Weekly Report
 
Home
Customer Service
Beacon Press is a department of the Unitarian Universalist Association
|
|