// H:\Jbooks\html\firstchapters\FC_Feldman.js
var printerfile = getPrnFile();
var headerLocation ='http://www.jbooks.com/common/uploads/FC_Feldman.jpg';
var thisTopicName ='Sitting Shiva';
var thisTopicId ='FC.AG';
var thisDocId =2555;
var mltLookupStr ='FC|';
var perspectiveList ='';
var gl_depthlevel=0;
var bookISBN='JU43725';
var bookinfo='JU43725';
var archived='Y';
var emailPara='Read a chapter of this comical novel about love, family, and death.';
var findSimilar='Elliot Feldman,    Fiction,Fathers,Death,Family';
initAllTopics();

// for JBooks Authors
var authcnt=0; // to contain bio info
var authors=new Array(); // to contain bio info
var authObj=new Object();  
authObj.authId=50;
authObj.img='null';
authObj.fn='Elliot';
authObj.ln='Feldman';
authObj.bio='null';
authors[authcnt++]=authObj;


// for Perspectives and Other Resources
var counter=0;
var persArr=new Array();
var rsrcArr=new Array();
// Perspectives
// Resources
counter=0;
var linkedObj=new Object();  
linkedObj.url='/firstchapters/FC_Liss.htm';
linkedObj.tag='Read another fiction excerpt.';
linkedObj.title='null';
rsrcArr[counter++]=linkedObj;
