function lbgreekfest_top_home()
{
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\' width='766' height='215'>");
  document.write("<param name='movie' value='/lbgreekfest_top_home.swf'>");
  document.write("<param name='quality' value='high'>");
  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='/lbgreekfest_top_home.swf' quality='high' wmode='transparent' width='766' height='215' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\' type='application/x-shockwave-flash'>");
  document.write("</embed>");
  document.write("</object>");
}

function lbgreekfest_top()
{
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\' width='766' height='215'>");
  document.write("<param name='movie' value='/lbgreekfest_top.swf'>");
  document.write("<param name='quality' value='high'>");
  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='/lbgreekfest_top.swf' quality='high' wmode='transparent' width='766' height='215' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\' type='application/x-shockwave-flash'>");
  document.write("</embed>");
  document.write("</object>");
}

function horizontal_menu()
{
  document.write("<script type='text/javascript'>");
  document.write("//HV Menu- by Ger Versluis (http://www.burmees.nl/)");
  document.write("//Submitted to Dynamic Drive (http://www.dynamicdrive.com)");
  document.write("//Visit http://www.dynamicdrive.com for this script and more");
  document.write("function Go(){return}");
  document.write("</script>");
  document.write("<script type='text/javascript' src='/scripts/exmplmenu_var.js'></script>");
  document.write("<script type='text/javascript' src='/scripts/menu_com.js'></script>");
  document.write("<noscript>Your browser does not support script</noscript>");
}

function footer()
{
  document.write("<tr><td bgcolor='white' align='center'>");

  document.write("<table border='0'><tr>");
  document.write("<td valign='top' style='padding-top: 5px;'>");
  document.write("<img src='/images/bullet.gif' alt='[Bullet]'>");
  document.write("</td>");
  document.write("<td valign='top' align='center'>");

  document.write("<a href='/home.shtml' class='text_9pt'>Home</a> :: ");
  document.write("<a href='/about/' class='text_9pt'>About Us</a> :: ");
  document.write("<a href='/about/map_and_directions.htm' class='text_9pt'>Map and Directions</a> :: ");
  document.write("<a href='/food/' class='text_9pt'>Greek Food</a> :: ");
  document.write("<a href='/video/' class='text_9pt'>TV Commercial</a><br>");

  document.write("<a href='/schedule/' class='text_9pt'>Schedule</a> :: ");
  document.write("<a href='/sponsors/' class='text_9pt'>Sponsors</a> :: ");
  document.write("<a href='/photo/' class='text_9pt'>Photo Gallery</a> :: ");
  document.write("<a href='/archive/' class='text_9pt'>Event Archive</a> :: ");      
  document.write("<a href='/about/contact_us.htm' class='text_9pt'>Contact Us</a>");
  document.write("</td>");
  document.write("</tr></table>");

  document.write("</td></tr>");
}

function show_date()
{
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

// Get today's current date.
var now = new Date();

// Array list of days.
var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');

// Array list of months.
var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');

// Calculate the number of the current day in the week.
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();

// Calculate four digit year.
function fourdigits(number)	{
	return (number < 1000) ? number + 1900 : number;
								}

// Join it all together
// today =  days[now.getDay()] + ", " +
//               months[now.getMonth()] + " " +
//                date + ", " +
//                 (fourdigits(now.getYear())) ;
// 
day_of_week = days[now.getDay()]
today =  months[now.getMonth()] + " " +
               date + ", " +
                (fourdigits(now.getYear())) ;

// Print out the data.
document.write("<div style='color: #72AFC6; font: 10pt arial, helvetica, sans serif; padding-bottom: 15px;'>"+day_of_week+", "+today+"</div>");
}
