
function todays_date()
{
// intended for use in the header function, to the right just above the menu bar

  var today_date= new Date();
  var month=today_date.getMonth();
  var today=today_date.getDate();
  var year=today_date.getYear();

  var months = new Array(
   "January",
   "February",
   "March",
   "April",
   "May",
   "June",
   "July",
   "August",
   "September",
   "October",
   "November",
   "December");
  
  
   document.write(months[month]+" "+today+", "+year+"  ");

}

 
   
function main_menu_bar()
{

// different menu bars depending on page context
// intended to be embedded in the header function

  document.write("<B><font face=georgia,Times New Roman, Times, serif size=3 color=white>");
  
  document.write("<A HREF='index.html' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;</A>") ;

  
  document.write(" | <A HREF='pvp_newsletter.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Newsletter&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='pvp_order_page.htm' style='TEXT-DECORATION:NONE' ><FONT COLOR=WHITE>&nbsp;&nbsp;Orders&nbsp;&nbsp;</FONT></A>"); 
  
  document.write(" | <A HREF='pvp_dates.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Pickup/Delivery&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='pvp_map.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Map&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='gallery.html' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Photos&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='pvp_links.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Links&nbsp;&nbsp;</A> ");
  
  document.write(" | <A HREF='pvp_contact.htm' style='TEXT-DECORATION:NONE' ><FONT COLOR=WHITE>&nbsp;&nbsp;Contact&nbsp;&nbsp;</FONT></A> ");
  
 
  document.write("</FONT></B>");

}

function newmain_menu_bar()
{

// different menu bars depending on page context
// intended to be embedded in the header function

  document.write("<B><font face=georgia,Times New Roman, Times, serif size=3 color=white>");
  
  document.write("<A HREF='index.html' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;</A>") ;

  
  document.write(" | <A HREF='pvp_newsletter.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Newsletter&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='pvp_order_page.htm' style='TEXT-DECORATION:NONE' ><FONT COLOR=WHITE>&nbsp;&nbsp;Orders&nbsp;&nbsp;</FONT></A>"); 
  
  
  document.write(" | <A HREF='pvp_map.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Map&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='gallery.html' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Photos&nbsp;&nbsp;</A>") ;
  
  document.write(" | <A HREF='pvp_links.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Links&nbsp;&nbsp;</A> ");
  
  document.write(" | <A HREF='cookstoves.htm' style='TEXT-DECORATION:NONE'><FONT color=white>&nbsp;&nbsp;Cookstoves&nbsp;&nbsp;</A>") ;

  document.write(" | <A HREF='pvp_contact.htm' style='TEXT-DECORATION:NONE' ><FONT COLOR=WHITE>&nbsp;&nbsp;Contact&nbsp;&nbsp;</FONT></A> ");
  
 
  document.write("</FONT></B>");

}



function main_header_with_graphic()
{
   document.write("<td align=right valign=bottom><font size=2 face=georgia,Times New Roman, Times, serif color=#336699>");
   todays_date();
   document.write("&nbsp;&nbsp;</font></td></tr>");

   document.write("<tr height=20 bgcolor=#336699><td colspan=3> ");
   main_menu_bar();
   document.write("</td></tr>");

}




function main_header_with_graphic_old()
{

   document.write("<body bgcolor='#FFFFFF' text='#000000' link='blue' vlink='blue' topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0>");
   document.write("<center>");
   document.write("<table width='100%' height='20' border='0' cellspacing='0' cellpadding='0' >");
   document.write("<tr >");
   document.write("<td align=center> <img border=0 src='turkey_laying_down.jpg' width=90 height=120></td>");
   document.write("<td align=center><font face='georgia,Times New Roman, Times, serif' size='8' color='#336699'><I>Peace Valley Poultry<BR></I></font><font size='4'><I>the home of fresh, field-pastured chicken and turkey</I>");
   document.write("</td>");
   document.write("<td align=right valign=bottom><font size=2 face=georgia,Times New Roman, Times, serif color=#336699>");
   todays_date();
   document.write("&nbsp;&nbsp;&nbsp;</font></td></tr>");

   document.write("<tr height=20 bgcolor=#336699><td colspan=3> ");
   main_menu_bar();
   document.write("</td></tr></table>");

}

function main_header_with_graphic2008_was()
{

   
   document.write("<center>");
   document.write("<table width='780' height='20' border='0' cellspacing='0' cellpadding='0' >");
   document.write("<tr >");
   document.write("<td align=left valign=top> <img border=0 src='turkey_laying_down.jpg' width=90 height=120></td>");
   document.write("<td align=center valign=top><img src='logo.gif' align='center'><br />");
   document.write("<font face='georgia,Times New Roman, Times, serif' size='3' color='black' >");
   document.write("<I>the home of fresh, field-pastured chicken and turkey</I></font>");
   document.write("</td>");
   document.write("<td align=right valign=bottom><font size=2 face=georgia,Times New Roman, Times, serif color=#336699>");
   
   document.write("&nbsp;&nbsp;&nbsp;</font></td></tr>");

   document.write("<tr height=20 bgcolor=#336699><td colspan=3> ");
   main_menu_bar();
   document.write("</td></tr></table>");

}

function main_header_with_graphic2008()
{
   document.write("<center>");
   document.write("<table width='780' height='20' border='0' cellspacing='0' cellpadding='0' >");
   document.write("<tr >");
   document.write("<td align=left valign=top> <img border='0' src='turkey_laying_down.jpg' width='90' height='120' alt='Support local sustainable agriculture'></td>");
   document.write("<td align=center valign=top><img src='logo.gif' align='center' alt='Fresh pastured poultry in southern Missouri'><br />");
   document.write("<font face='georgia,Times New Roman, Times, serif' size='3' color='black' >");
   document.write("<I>the home of fresh, field-pastured chicken and turkey</I></font>");
   document.write("</td>");
   document.write("<td align=right valign=bottom><font size=2 face=georgia,Times New Roman, Times, serif color=#336699>");
   
   document.write("&nbsp;&nbsp;&nbsp;</font></td></tr>");

   document.write("<tr height=20 bgcolor=#336699><td colspan=3> ");
   newmain_menu_bar();
   document.write("</td></tr></table>");
}


function open_new(pagename)
 {
    var new_win=
    window.open(pagename,'bigger','scrollbars=yes,height=640,width=640,resizable=yes');
 }


function ga()
{

	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	try {
	var pageTracker = _gat._getTracker("UA-10565333-1");
	pageTracker._trackPageview();
	} catch(err) {}

}


function closer()
{
   
   document.write("<font face='Georgia,Times New Roman, Times', color=black size=1>");
   document.write("<BR><BR><img border=0 src='lines_blue_057.gif' width=100% height=4 alt='Farm-raised chicken and turkey'>");
   document.write("<BR> &copy; 2004-2010, Peace Valley Poultry<BR>");
   document.write("All photos, logos, and text are the exclusive property of Peace Valley Poultry and cannot be used or reproduced without permission.<BR>");
   document.write("Site maintained by <a href='http://www.dayspring-software.com' target='_blank'>Dayspring Technical Services</a><BR>");
  // document.write("Last Update:  " + document.lastModified);
   document.write("<img border=0 src='lines_blue_057.gif' width=100% height=4 alt='Fresh clean food from local farm in southern Missouri'><br /><br />");

  // ga() ;   

}



