function artists(){
document.write('<form name="selectform">');
document.write('<select name="pageselect" onChange="location.href=document.selectform.pageselect.options[document.selectform.pageselect.selectedIndex].value" class="selectname">');
document.write('<OPTION value="">SELECT ARTIST NAME');
document.write('<OPTION value="index.html">:: Herbie Hancock\'s Headhunters\'05</OPTION>');
document.write('<OPTION value="marcus.html">:: Marcus Miller</OPTION>');
document.write('<OPTION value="gary.html">:: Gary Burton - Generations -</OPTION>');
document.write('<OPTION value="ivan.html">:: Ivan Lins</OPTION>');
document.write('<OPTION value="tky.html">:: TKY</OPTION>');
document.write('<OPTION value="charito.html">:: Charito Latin Jazz Funk Band</OPTION>');
document.write('<OPTION value="agatsuma.html">:: Hiromitsu Agatsuma TOKYO JAZZ special unit</OPTION>');
document.write('<OPTION value="yamanaka.html">:: Chihiro Yamanaka</OPTION>');
document.write('<OPTION value="jazztronik.html">:: Jazztronik+special guest Sandii</OPTION>');
document.write('<OPTION value="newsound.html">:: The New Sound Quartet</OPTION>');
document.write('</select>');
document.write('</form>');
}