//* local global time values
var now = new Date();
var sec = now.getSeconds();
var month = now.getMonth();
//* MASTHEAD images
var masthead_summer="hope_summer.jpg"; 
var masthead_winter="hope_winter.jpg"; 
month +=1;
if (month < 4) {
masthead_image=masthead_winter;
}
if (month > 3) {
	if (month < 10) {
	masthead_image=masthead_summer;
	}

	if (month > 9) {
	masthead_image=masthead_winter;
	}
}	
//* TOP & Bottom feature postions
var how_many_features = 6;
var feature_1="9781933435411.jpg";
var feature_2="9781933435183.jpg";
var feature_3="9781933435244.jpg";
var feature_4="9781933435381.jpg";
var feature_5="9781933435275.jpg";
var feature_6="9781933435152.jpg";
var feature_text_1="Best New Writing 2012 - An annual anthology of new fiction and creative nonfiction from writers around the world, including the winners of the Eric Hoffer Award for prose and books.";
var feature_text_2="The Law of Falling Bodies by Duff Brenna - A novel about the  schizophrenic, ubiquitous, and cyclical nature of all wars within and  between men, women, and nations.";
var feature_text_3="True Surrealism by Christopher Klim - \"There are arrows of truth and zingers aplenty in this quirky, gratifying and engaging collection. ... winsome and imaginative.\" - The NJ Star Ledger";
var feature_text_4="American Iconoclast by Tom Shachtman - In this biography, historian and social analyst Tom Shachtman offers the clearest and most detailed examination to date of one of America’s most influential thinkers.";
var feature_text_5="First Things, Last Things by Eric Hoffer - One of America's most important thinkers begins with a macro view on the progress of civilization, ending with his crucible vision on the unique and transformative aspects of mankind.";
var feature_text_6="Meet the characters running round here, each at his busting point. With irony and humor, their minds and lives are laid bare.";
var feature_link_1="pubbuy.html#BNW2012";
var feature_link_2="pubbuy.html#Law";
var feature_link_3="pubbuy.html#true";
var feature_link_4="pubbuy.html#americaniconoclast";
var feature_link_5="pubbuy.html#firstthings";
var feature_link_6="pubbuy.html#Cast";
var feature = sec % how_many_features;
feature +=1;
//* TOP sky scraper ad
if (feature==1) {
feature_top=feature_1;
feature_top_text=feature_text_1;
feature_top_link=feature_link_1;
feature_bottom=feature_2;
feature_bottom_text=feature_text_2;
feature_bottom_link=feature_link_2;
}
if (feature==2) {
feature_top=feature_2;
feature_top_text=feature_text_2;
feature_top_link=feature_link_2;
feature_bottom=feature_3;
feature_bottom_text=feature_text_3;
feature_bottom_link=feature_link_3;
}
if (feature==3) {
feature_top=feature_3;
feature_top_text=feature_text_3;
feature_top_link=feature_link_3;
feature_bottom=feature_4;
feature_bottom_text=feature_text_4;
feature_bottom_link=feature_link_4;
}
if (feature==4) {
feature_top=feature_4;
feature_top_text=feature_text_4;
feature_top_link=feature_link_4;
feature_bottom=feature_5;
feature_bottom_text=feature_text_5;
feature_bottom_link=feature_link_5;
}
if (feature==5) {
feature_top=feature_5;
feature_top_text=feature_text_5;
feature_top_link=feature_link_5;
feature_bottom=feature_6;
feature_bottom_text=feature_text_6;
feature_bottom_link=feature_link_6;
}
if (feature==6) {
feature_top=feature_6;
feature_top_text=feature_text_6;
feature_top_link=feature_link_6;
feature_bottom=feature_1;
feature_bottom_text=feature_text_1;
feature_bottom_link=feature_link_1;
}
//* Best Sellers
var how_many_bestsellers = 4;
var bestseller_1="0972690689.jpg";
var bestseller_2="9781933435374.jpg";
var bestseller_3="1933435062.jpg";
var bestseller_4="0972690697.jpg";
var bestseller_text_1="Time and Money: The Economy and the Planets - Best-selling author explains the correlation between the economy and the planets in a broad sweeping look at economic history and the astrological indicators. Includes many charts and graphs. \"It is Gover's experience as a social commentator, however, that makes Time and Money worth a read, regardless of one's views about astrology. While touting itself as a guide to the planet cycles and the US economy, the book is clearly a commentary on America's evolution and the resulting political and economic environment.\" -Helen Avery, Euromoney Magazine";
var bestseller_text_2="The Syndicated Articles by Eric Hoffer - Eric Hoffer—one of America’s most important thinkers and the author of The True Believer—was at the height of his popularity in the late 1960s when he wrote a weekly news column that appeared in hundreds of papers across the country. For two years, Hoffer fearlessly delved into the issues of the day, seeking not only an understanding of but also a solution to contemporary problems. Sixty years later, many of these insights still hold true.";
var bestseller_text_3="Happiness is Owning a Laundromat: An Introduction to the Coin Laundry Industry by Sally Collins - It’s a dirty world out there, and everyone is going to clean up. See how potential entrepreneurs can prosper in the coin laundry business. \"Sally Collins knows the laundry business.\" - Brian Wallace, President and CEO of the Coin Laundry Organization";
var bestseller_text_4="Write to Publish by Christopher Klim - The award-winning author and writing mentor covers the craft of fiction and memoir, including practical techniques for reaching agents, editors, and ultimately readers. \"I swear if I had read this book twenty years ago I would be on a book tour right now... a cornucopia of tips, tricks of the trade, and insights gathered by the author over his past twenty years as a writer and educator.\" -Book Crazy Radio";
var bestseller_link_1="timeandmoney.html";
var bestseller_link_2="pubbuy.html#syndicatednews";
var bestseller_link_3="pubbuy.html#happiness";
var bestseller_link_4="pubbuy.html#write";
var bestseller = sec % how_many_bestsellers;
bestseller +=1;
if (bestseller==1) {
bestseller_image=bestseller_1;
bestseller_text=bestseller_text_1;
bestseller_link=bestseller_link_1;
}
if (bestseller==2) {
bestseller_image=bestseller_2;
bestseller_text=bestseller_text_2;
bestseller_link=bestseller_link_2;
}
if (bestseller==3) {
bestseller_image=bestseller_3;
bestseller_text=bestseller_text_3;
bestseller_link=bestseller_link_3;
}
if (bestseller==4) {
bestseller_image=bestseller_4;
bestseller_text=bestseller_text_4;
bestseller_link=bestseller_link_4;
}




