<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




var color		= "666666"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var flashheight		= "75"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var stripes	 	= "no"		// SHOW STRIPE UNDER THE FLASH





// COPYRIGHT 2009 © Mediakid.net
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'" style="hellow"><tr><td align="left" class="headercolor">');
document.write('<table><tbody><tr><td style="width:669px;"><A href="http://www.brightoneye.com/"><img src="picts/brighton-eye-logo.png" border="0"></a></td><td style="width:131px; vertical-align:bottom;"> <a href="http://www.zocdoc.com/practice/brighton-eye-4881" id="zocdoc_schedule" target="_top"><img src="picts/book-online.png" style="margin-bottom: 3px; margin-left:auto; margin-left:auto;"></a> <script type="text/javascript" src="http://offsiteSchedule.zocdoc.com/remote/Schedule2.js.aspx?providerid=4881&prefix=zocdoc__&bookBtn=http://www.brightoneye.com/picts/book-online.png"></script></td></tr></tbody></table>');



   if (stripes == "yes") {
document.write('</td></tr><tr class="printhide"><td class="pagebars">');
document.write('<img src="picts/spacer.gif" width="10" height="1"><br>');
}

document.write('</td></tr></table>');



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


//  End -->
