<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showicon		= "yes"		// SHOW MENU ICON
var menuspace		= "5"		// MENU END SPACING
var menuside		= "left"	// MENU SIDE | left | center | right



document.write('<div id="menulocation" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="35"><br>');



// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //



document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="intro.html" class="menu">Intro</a>');

document.write('</td><td nowrap>');
document.write('<a href="currently.htm" class="menu">Currently</a>');


document.write('</td><td nowrap>');
document.write('<a href="biography.htm" class="menu">Biography</a>');

document.write('</td><td nowrap>');
document.write('<a href="discography.htm" class="menu">Discography</a>');




document.write('</td><td nowrap>');
document.write('<a href="video-home.htm" class="menu">Videos</a>');

document.write('</td><td nowrap>');
document.write('<a href="soon.htm" class="menu">Photos</a>');

document.write('</td><td nowrap>');
document.write('<a href="tour.htm" class="menu">Tour</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://utopiarecords.spreadshirt.com/alfonzo-blackwell-C65602"target="_blank" class="menu">Merchandise</a>');



document.write('</td><td nowrap>');
document.write('<a href="radio.htm" class="menu">Radio</a>');


document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

document.write('<div id="menulocation" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="2"><br>');




document.write('</td><td nowrap>');
document.write('<a href="humannature.htm" class="menu">Human Nature</a>');

document.write('</td><td nowrap>');
document.write('<a href="impressions.htm" class="menu">Impressions</a>');



document.write('</td><td nowrap>');
document.write('<a href="ringtones.htm" class="menu">FREE Ringtones</a>');

document.write('</td><td nowrap>');
document.write('<a href="specials.htm" class="menu">Specials</a>');

document.write('</td><td nowrap>');
document.write('<a href="giveaway.htm" class="menu">CD Giveaway</a>');

document.write('</td><td nowrap>');
document.write('<a href="production.htm" class="menu">Production</a>');


document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

document.write('<div id="menulocation" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="2"><br>');


document.write('</td><td nowrap>');
document.write('<a href="guestbook.htm" class="menu">GuestBook</a>');


document.write('</td><td nowrap>');
document.write('<a href="chat.htm" class="menu">Lounge & Chat</a>');

document.write('</td><td nowrap>');
document.write('<a href="fitness.htm" class="menu">Fitness</a>');


document.write('</td><td nowrap>');
document.write('<a href="soon.htm" class="menu">Jiu-Jitsu</a>');




document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');



document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

   if (showicon == "yes") {
document.write('</td><td align="right" width="180">');
document.write('<a href="http://www.facebook.com/pages/AlfonzoBlackwellOfficialFanPage/253374014576#!/pages/AlfonzoBlackwellOfficialFanPage/253374014576?v=app_6627984866" target="_blank"><img src="picts/face_icon.jpg" border="0" class="menuicon"></a>&nbsp;<a href="http://www.myspace.com/1alfonzoblackwell" target="_blank"><img src="picts/space_icon.jpg" border="0" class="menuicon"></a>&nbsp;<a href="http://www.twitter.com/BlackwellWorld"target="_blank"><img src="picts/t_logo-c.png" alt="Follow BlackwellWorld on Twitter"/></a>&nbsp;<a href="http://music.blackplanet.com/alfonzoblackwell/" target="_blank"><img src="picts/bp_icon.jpg" border="0" class="menuicon"></a>&nbsp;<a href="http://www.utopiarecordings.com" target="_blank"><img src="picts/utopia_icon.jpg" border="0" class="menuicon"></a>&nbsp;');
}

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

//  End -->