// JavaScript Document

   var aboutVideo = new Array();
      aboutVideo[1] = "On our first episode Bubbe gives her secret to her famous Jelly Jammies. Does she use grape or cherry?";
      aboutVideo[2] = "Today Bubbe shows you her way to make Luchen Kugel. But what does luchen mean? Check out the Yiddish word of the day to find out.";
      aboutVideo[3] = "Today Bubbe shows you her way to make meat balls. The yiddish word of the day goes out of control.";
      aboutVideo[4] = "Bubbe takes a viewer request this episode.";
      aboutVideo[5] = "You have not had a kosher hamburger until you have had a Bubbe Burger.";
      aboutVideo[6] = "It's time for another episode and this time we are on shpilkes, will the chowder turn out right?";
      aboutVideo[7] = "Since Yom Tov is fast approaching here is a great cake desert you can add to the end of the meal.";
	  aboutVideo[8] = "Part 1 of this 3 part series that is all about chicken soup!";
	  aboutVideo[9] = "Part 2 of this 3 part series that is all about chicken soup!";
	  aboutVideo[10] = "Part 3 of this 3 part series that is all about chicken soup!";
	  aboutVideo[11] = "Frika... what? Frikazee of course. Chicken and meat together and don't worry no soup this time.";
	  aboutVideo[12] = "Bake a fish with this contest winning ingredient and you are sure to see a famous singer in concert.";
	  aboutVideo[13] = "Get the oil out for Chanukah because it is latke time!";
	  aboutVideo[14] = "When you want a sweet new year this is the perfect recipe to serve!";
	  aboutVideo[15] = "IWhat do you get when you mix bowties and meat? A really good meal!";
	  aboutVideo[16] = "It is time for shavuos so here is a treat that you can all sink your dairy eating teeth in.";
	  aboutVideo[17] = "In the summer heat, you need a fruity treat, to keep yourself cool.";
	  aboutVideo[18] = "In the summer heat, you need a great soup, to keep yourself cool.";
	  aboutVideo[19] = "Get your schnitzel on, as this chicken makes its debut.";
	  aboutVideo[20] = "This cabbage is stuffed with love.";
	  aboutVideo[21] = "A holiday treat to make with the kids!";
	  aboutVideo[22] = "Me.dium puts out a turkey challenge!  Will Bubbe succeed?";
   var aboutId
   function swapText(aboutId) {
          document.getElementById("aboutInfo").innerHTML = aboutVideo[aboutId];
   }