// JavaScript Document
images = new Array(3);
images[0] = "<a href = 'http://www.allparts.com/Graph-Tech-s/210.htm?Click=11410'><img src='https://s3.amazonaws.com/apmc/images/graph_tech_banner.gif' alt='Allparts is top supplier of Graph-Tech Products'  border='0'></a>";
images[1] = "<a href = 'http://www.allparts.com/Gotoh-Guitar-Parts-s/203.htm?Click=14990'><img src='https://s3.amazonaws.com/apmc/images/gotoh_banner.gif' alt='Allparts is the top supplier of Gotoh Products worldwide'  border='0'></a>";
images[2] = "<a href = 'http://www.allparts.com/Knobs-and-Switch-Tips-s/94.htm?Click=14991'><img src='https://s3.amazonaws.com/apmc/images/knobs_banner.png' alt='Allparts guitar knobs and switch tips'  border='0'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
