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 PROGRAM');
document.write('<OPTION value="program.html">::  sat 8/20 Latin Lounge</OPTION>');
document.write('<OPTION value="programnight.html">::  sun 8/21 Club "Jazzin"</OPTION>');
document.write('</select>');
document.write('</form>');
}