<!-- Begin MENU LINKS AND OPTIONS
// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY


var showimage 	= "yes" 		             // SHOW THE SMALL IMAGE ON THE MENU
var imaglink	= "under_construction.htm"	// SMALL IMAGE PAGE LINK
var linkstop 	= "no" 			           // START LINKS AT THE VERY TOP
var date 	= "yes" 		              // SHOW DATE



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/spacer.gif" width="10" height="40"><br>');
}
document.write('<img src="picts/menu-top.gif"><br>');



// START LINKS - EDIT BELOW TO CHANGE MENU ITEMS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">Afrikan Simba</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="live.htm" class="menu">Live Gigs (2006)</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="under_construction.htm" class="menu">Orash Productions</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cart.htm" class="menu">Shopping Centre</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu"> I & I Rastafari</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact OMP</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sound-1.htm" class="menu">Album Tracks</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.htm" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="under_construction.htm" class="menu">Spirituality</a>');


// START BOTTOM IMAGE AREA

document.write('</td></tr><tr><td>');

   if (showimage == "yes") {
document.write('<center><br><br>');
document.write('<a href="'+imaglink+'"><img src="picts/sidebar.jpg" border="1"></a>');
document.write('</center>');
}
document.write('</td></tr></table></DIV>');


// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}

//  End -->