// PlayHear updateable masthead, part 1.  DO NOT EDIT THIS FILE, with the sole exception
// of  changing the location of "phmember.gif" as outlined in line 24 below.

//declare function for site-navigator
function goToLevel2() {
	if ((document.locations.level2List.options[document.locations.level2List.selectedIndex].value) != "") {
		top.location.href = (document.locations.level2List.options[document.locations.level2List.selectedIndex].value)
	}
}

// Set info for flycast.
FlycastSite			= "Playhearcom";
FlycastPage			= "fiftiesweb";
FlycastWidth		= 468;
FlycastHeight		= 60;
FlycastPrintTag		= true;
FlycastNewAd		= true;
FlycastLoaded		= false;
FlycastVersion		= 3.5;

// Write out left half of masthead
document.write("<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>\n");
document.write("<TR><FORM NAME=\"locations\"><TD ALIGN=\"CENTER\" VALIGN=\"TOP\" WIDTH=\"20%\">\n");
// if you want to avoid keeping a copy of phmember.gif in the same directory as each and every file,
// replace "phmember.gif" in the next line with the exact location of the image on your server.
// so, if you put the image in the /img directory, the line would read "<IMG SRC=\"/img/phmember.gif\" WIDTH...".
document.write("<A HREF=\"http://www.playhear.com\" TARGET=\"_top\"><IMG SRC=\"/phmember.gif\" WIDTH=171 HEIGHT=39 BORDER=0></A><BR>\n");
document.write("<FONT FACE=\"arial,helvetica,sans-serif\" SIZE=2><B><SELECT NAME=\"level2List\" onChange=\"goToLevel2()\">\n");
document.write("<OPTION SELECTED VALUE=\"\">Pick A Site:\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com\">&nbsp;&nbsp;&nbsp;&nbsp;Home\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Blues_Gospel\">&nbsp;&nbsp;&nbsp;&nbsp;Blues/Gospel\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Classical_Opera_NewAge\">&nbsp;&nbsp;&nbsp;&nbsp;Classical/Opera\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Country\">&nbsp;&nbsp;&nbsp;&nbsp;Country\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Jazz\">&nbsp;&nbsp;&nbsp;&nbsp;Jazz\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Classical_Opera_NewAge\">&nbsp;&nbsp;&nbsp;&nbsp;New Age\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Genres_Rock\">&nbsp;&nbsp;&nbsp;&nbsp;Rock\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Lifestyles_Musicians\">&nbsp;&nbsp;&nbsp;&nbsp;Musicians\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-173--nfilter-Specialties_All\">&nbsp;&nbsp;&nbsp;&nbsp;Specialty Sites\n");
document.write("<OPTION VALUE=\"\">Network Services:\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-4--cursubsec-featt\">&nbsp;&nbsp;&nbsp;&nbsp;Free Downloads\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&mainpageloc=sub-14--cursubsec-contest\">&nbsp;&nbsp;&nbsp;&nbsp;Win CDs\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-7--cursubsec-store\">&nbsp;&nbsp;&nbsp;&nbsp;Store\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-47--cursubsec-directory\">&nbsp;&nbsp;&nbsp;&nbsp;Directory\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&extpagelink=www-playhear-com--forums--get--comein--comein-htmlXQUEXoutlineXEQUX1\">&nbsp;&nbsp;&nbsp;&nbsp;Messageboards\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-177--cursubsec-signup\">&nbsp;&nbsp;&nbsp;&nbsp;Sites Join Free\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-6--cursubsec-signup\">&nbsp;&nbsp;&nbsp;&nbsp;Artist Signup\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-34--cursubsec-signup\">&nbsp;&nbsp;&nbsp;&nbsp;Artist Login\n");
document.write("<OPTION VALUE=\"http://fiftiesweb.playhear.com/html/main.cgi?sub=168&lev2=1&usetopmh=1&usephinfo=1&mainpageloc=sub-12--cursubsec-aboutus\">&nbsp;&nbsp;&nbsp;&nbsp;About PlayHear\n");
document.write("</SELECT></B></FONT></TD></FORM>\n");
document.write("<TD ALIGN=\"CENTER\" VALIGN=\"TOP\" WIDTH=\"80%\">\n");
