<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "40"		// SPACE BETWEEN MENUS


document.write('<TABLE cellpadding="0" cellspacing="0 border="0" width="100%"><tr><td>');

document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td></tr><tr><td>');

document.write('<a href="artists.html" class="menu">Artists</a>');
document.write('</td></tr><tr><td>');

document.write('<a href="discography.html" class="menu">Discography</a>');
document.write('</td></tr><tr><td>');

// END 1st LINK GROUP

// START LOWER LINK


// END LOWER LINKS



document.write('</td></tr></table>');





//  End -->
