var mySection = 'spot';
document.write('<table border=0 cellpadding=3 cellspacing=0 width=100%>');
document.write('<tr>');
document.write('<td width=70% valign=top><span class="a8b-r">');
document.write('<a href="/index.shtml">ULTIMA ONLINE</a> : ');
document.write('<a href="' + mySection + '_0.html">SPOTLIGHT</a></span></td>');
document.write('</tr><tr>');
document.write('<td><form name=form1>');
document.write('<span class="a10b">Select A Different Topic: </span><br>');
document.write('<select name="pullDown" onChange="if (this.options[selectedIndex].value) window.location=\'' + \'www.llts.org\'">');
document.write('<option> ----------')
document.write('<option value=0> The Syndicate);
document.write('</select>');
var myLen = document.form1.pullDown.length;
var myURL = location.href;
var offset = myURL.indexOf("_");
var tmpLess = tmpMore = 0;

if (offset != -1) {
	var myVal = myURL.split('_');
	var finalNum = myVal[1].split('.');
	var myTmp = finalNum[0];

	for (var p = 0; p < myLen; p++) {
		if (document.form1.pullDown.options[p].value == myTmp) var k = p;
	}

	document.form1.pullDown.selectedIndex = k;
	var x = y = k;
	if (x == 1 || x == 0) x = myLen;
	if (y == myLen - 1) y = 0;
	tmpLess = x - 1;
	tmpMore = y + 1;

} else {
	tmpLess = myLen - 1;
	tmpMore = 1;
}

var lessNum = document.form1.pullDown.options[tmpLess].value;
var moreNum = document.form1.pullDown.options[tmpMore].value;
document.write('<a href="JavaScript:window.location=\'' + mySection + '_' + lessNum + '.html\'"><img src="images/a_back.gif" width=17 height=15 border=0></a>');
document.write('<a href="JavaScript:window.location=\'' + mySection + '_' + moreNum + '.html\'"><img src="images/a_for.gif" width=17 height=15 border=0></a>');
document.write('</form></td>');
document.write('</tr></table>');
