 /* ******************YOB_W_Group Variables ********************* */
var YOB_PostPath = "http://www.yeoldebarbershop.com/";
var YOB_PostPosition = "#sidebar-wrapper";
var YOB_W_Max = 4;

YOB_W_Post = new Array();
YOB_W_Post[0] = "";
YOB_W_Post[1] = "2010/04/old-political-humour.html/#HTML4";
YOB_W_Post[2] = "2010/05/thats-baseball.html";
YOB_W_Post[3] = "2010/07/sound-of-freedom.html";
YOB_W_Post[4] = "2010/08/chamberlains-hangover-paged.html";
YOB_W_Post[5] = "2010/08/parties.html";
YOB_W_Post[6] = "2010/09/thoughts-john-adams_18.html";
YOB_W_Post[7] = "2010/10/by-virtue-of.html";
YOB_W_Post[8] = "2010/10/genius-of-geniuses.html";
YOB_W_Post[9] = "2010/10/grosvenor-square-london-letters.html";
YOB_W_Post[10] = "2010/10/john-adams-constitutional-midwife-long.html";
YOB_W_Post[11] = "2010/11/from-amateurs-to-pros_04.html";
YOB_W_Post[12] = "2011/01/peaches.html";
YOB_W_Post[13] = "2011/02/good-government-good-grief.html";
YOB_W_Post[14] = "2011/02/mama-daddy-and-me-lynda-too.html";
YOB_W_Post[15] = "2011/03/little-brother.html";
YOB_W_Post[16] = "2011/03/npp-hall-of-fame-edmund-burke.html";
YOB_W_Post[17] = "2011/03/in-god-we-trust-its-on-our-money.html";
YOB_W_Post[18] = "2011/03/to-vote-or-not-to-vote-that-is-question.html";
YOB_W_Post[19] = "washington-jefferson-and-obama-on-party.html";
YOB_W_Post[20] = "2009/04/cocumella-vera-amalfi-carpi-and-me.html";
YOB_W_Pic = new Array();
YOB_W_Pic[0] = "Dummy.gif";
YOB_W_Pic[1] = "http://3.bp.blogspot.com/__lBxD_IHTxo/S8iN6i2S7FI/AAAAAAAABX8/r5vOdvkoaPw/s320/trmiddle58.jpg";
YOB_W_Pic[2] = "http://www.thegrandoldgame.com/Bob/Baseball/HalBodley01.jpg";
YOB_W_Pic[3] = "Dummy.gif";
YOB_W_Pic[4] = "http://www.thegrandoldgame.com/Features/NPP/DogElixir01a.gif";
YOB_W_Pic[5] = "http://www.thegrandoldgame.com/Features/NPP/NPP01.jpg";
YOB_W_Pic[6] = "Dummy.gif";
YOB_W_Pic[7] = "Dummy.gif";
YOB_W_Pic[8] = "Dummy.gif";
YOB_W_Pic[9] = "Dummy.gif";
YOB_W_Pic[10] = "Dummy.gif";
YOB_W_Pic[11] = "Dummy.gif";

var YOB_W_PostTitles = new Array();
YOB_W_PostTitles[0] = "'";
YOB_W_PostTitles[1] = "Old Political Humour ...";
YOB_W_PostTitles[2] = "That's Baseball ...";
YOB_W_PostTitles[3] = "The Sound Of Freedom ...";
YOB_W_PostTitles[4] = "Chamberlain's Hangover ....";
YOB_W_PostTitles[5] = "Parties ...";
YOB_W_PostTitles[6] = "Thoughts ... John Adams";
YOB_W_PostTitles[7] = "By Virtue Of ... ";
YOB_W_PostTitles[8] = "The Genius of Genius ... ";
YOB_W_PostTitles[9] = "Grosvenor Square, London ... the letters";
YOB_W_PostTitles[10] = "Constitutional Midwife - long distance ";
YOB_W_PostTitles[11] = "From Amateurs To Pros ... ";
YOB_W_PostTitles[12] = "Peaches!";
YOB_W_PostTitles[13] = "Good Government ... Good Grief!!";
YOB_W_PostTitles[14] = "Mama, Daddy and Me ...";
YOB_W_PostTitles[15] = "Little Brother";
YOB_W_PostTitles[16] = "NPP Hall Of Fame - Edmund Burke";
YOB_W_PostTitles[17] = "In God We Trust!";
YOB_W_PostTitles[18] = "To Vote or Not To Vote ...";
YOB_W_PostTitles[19] = "Washington, Jefferson and Obama ...";
YOB_W_PostTitles[20] = "Cocumella, Vera, Amalfi, Capri ... and Me ";
 var YOB_W_Cur = YOB_W_Post.length - 1;
 var YOB_W_RecentFares  = 8;
 var YOB_W_Div01 = 'YOB_0102';
 var YOB_W_Div02 = 'YOB_012';
 /* ****************** Function WLPP ********************* */
 /* WLPP is called when the Wiget is loaded.  It initializes the variables. */

function YOB_WLPP(P0F) { 
 /* -- -- */

 var var1 = YOB_W_Cur;
 var obj1 = document.getElementById( YOB_W_Div01 + 1);
 /* var obj2 = document.getElementById( 'YOB_0211');  obj2 for bottom now playing */
 var NowPlaying = YOB_W_PostTitles[var1];
 obj1.firstChild.nodeValue = NowPlaying;
/*  obj2.firstChild.nodeValue = NowPlaying; */

  if(YOB_W_RecentFares == 0) {
   document.getElementById('YOB_011').style.display = "none";
  }
  else {
 var var2 = YOB_W_RecentFares + 1;
 
  for (i = 2; i <= var2; i++) {
  var1--;
  obj1 = document.getElementById(YOB_W_Div01  + i);
  var RecentFare = YOB_W_PostTitles[var1];
  obj1.firstChild.nodeValue = RecentFare;
   }
   if(YOB_W_Max  > YOB_W_RecentFares) {
   for (i = YOB_W_Max; i > YOB_W_RecentFares; i--) {
   document.getElementById(YOB_W_Div01  + i).style.display = "none";
   }
   }
 }
 }
  
   function GDAEntrance() {window.location.href="http://www.yeoldebarbershop.com/#HTML4";}
   function GDADiscussion() {window.location.href=ShopCommentsURL;}
  
  function YW_RF(PF) { 
 /*  pf = 0, 1, 2, 3, ... 0=current post; 1 = most recent archive  */

if(PF == 0) {window.location.href = 'http://www.yeoldebarbershop.com/#Blog1';}
else{
 var PostIndex = YOB_W_Cur -  PF;
 var URL = YOB_PostPath + YOB_W_Post[PostIndex] ;
 window.location.href = URL + YOB_PostPosition;
   }
 }

