name = "MammothRecords";
document.writeln('<style type="text/css">');
document.writeln('.ArtistMenuIE {color:#ffffff; font-family:Arial; font-weight:bold; font-size:9px; background-color: #8094a8;}');
document.writeln('.ArtistMenuNS {font-family:helvetica; font-size:55%;}');
document.writeln('</style>');
// BEGIN DROPDOWN STUFF
//Array Function
function makeArray() {
var args=makeArray.arguments;
	for (var i=0; i<args.length; i++) {
	this[i]=args[i];
	}
this.length=args.length;
}

function goPage(form) {
i=form.menu.selectedIndex;
	if (i !=0) {
	var url= form.menu.options[form.menu.selectedIndex].value
	top.location.href=url;
	}
form.menu.options[0].selected = true;
}

// END DROPDOWN STUFF

// BEGIN GLOBAL NAV TABLE ROW
document.writeln('<tr><td valign="top" background="http://mammoth.go.com/images/nav_tile.gif"><table border="0" cellspacing="0" cellpadding="0" width="550" background="">');
document.writeln('<tr><td rowspan="2"><a href="http://mammoth.go.com/index.html"><img src="http://mammoth.go.com/images/logo.gif" width=144 height=43 alt="Mammoth Records" border=0></td><td colspan="2"><img src="http://mammoth.go.com/images/blank.gif" width="495" height="22" border="0"></td></tr>');
document.writeln('<tr><td valign="top" background="http://mammoth.go.com/images/nav_spacer_full.gif">');
document.write('<form class="ArtistMenuNS"><img src="http://mammoth.go.com/images/blank.gif" width="496" height="1" border="0" name="nothing"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<select name="menu" class="ArtistMenuIE" onchange="goPage(this.form)">');
document.writeln('<option selected>Select an artist</option>');
document.writeln('<option value="http://mammoth.go.com/a/">A</option>');
document.writeln('<option value="http://mammoth.go.com/freestylers/">Freestylers</option>');
document.writeln('<option value="http://mammoth.go.com/fumanchu/">Fu Manchu</option>');
document.writeln('<option value="http://mammoth.go.com/joehenry/">Joe Henry</option>');
document.writeln('<option value="http://mammoth.go.com/johnwesleyharding/">John Wesley Harding</option>');
document.writeln('<option value="http://hollywoodrecords.go.com/loslobos/">Los Lobos</option>');
document.writeln('<option value="http://mammoth.go.com/sevenmarythree/">Seven Mary Three</option>');
document.writeln('<option value="http://mammoth.go.com/squirrelnutzippers/">Squirrel Nut Zippers</option>');
document.writeln('<option value="http://mammoth.go.com/wiseguys/">The Wiseguys</option>');
document.write('</SELECT></td>');
document.writeln('<td valign="top"><img src="http://mammoth.go.com/images/blank.gif" width="1" height="21" border="0"></td></tr>');
document.writeln('</form></table>');
document.write('</td></tr>');
// END GLOBAL NAV TABLE ROW

function GOurl(url) {
window.open(url);
}

document.write('<style type="text/css">');
document.write('A{text-decoration:none}');
document.write('</style>');