<!-- Begin

// CHANGE ANY OF THESE VARIABLES
var color		= "BCCCCC"	// FLASH BACKGROUND COLOR (Edit in .css)
var flashheight		= "100"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// START FLASH HEADER
// This header makes the Flash movie transparent so we can see the buttons.
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide">');
document.write('  <tr>');
document.write('    <td align="left" valign="middle" class="headerstripe">');
document.write('      <img src="picts/spacer.gif" height="2" width="20" border="0"><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td align="left" valign="top" class="header">');
document.write('      <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
document.write('      <PARAM NAME="movie" VALUE="logo.swf">');
document.write('      <PARAM NAME="quality" VALUE="high">');
document.write('			<PARAM NAME="wmode" VALUE="transparent">');
document.write('      <PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('      <EMBED src="logo.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');
// END FLASH HEADER

// START SEARCH FORM
document.write('  <div id="quicksearch" class="printhide">');
//document.write('    <td align="left" valign="middle" width="200" class="header">');
document.write('      <form name="form1" method="post" action="search_results.php">');
document.write('        <font color="#333333">Search Last Name:</font><br>');
document.write('        <input type="text" name="surname" size="15" class="shadeformShort">');
document.write('        <input type="submit" name="search" value="Go"><br>');
document.write('        <input type="hidden" name="searchtype" value="normal">');
document.write('        <a href="advanced_search.php">Advanced Search</a>');
document.write('      </form>');
//document.write('    </td>');
document.write('  </div>');
// END SEARCH FORM

// Enter Buttons.
document.write('<div id="enterbutton" class="printhide">');
document.write('  <a href="home.htm" class="enter" target="_self">Enter the Site</a><br />');
//document.write('	<a href="advanced_search.php" class="enter" target="_self">Begin a Search</a><br />');
document.write('  <br />');
document.write('</div>');

//  End -->
