var cText = ''

cText += '<br><b>Check out these other great guitar players:</b><br><br>'
cText += '<table  style="font-size: 4;">'
cText += '  <tr> '
cText += '    <td><a href="Albert_Collins.html">Albert Collins</a></td>'
cText += '    <td><a href="Albert_King.html">Albert King</a></td>'
cText += '    <td><a href="BB_King.html">BB King</a></td>'
cText += '    <td><a href="Bireli_Lagrene.html">Bireli Lagrene</a></td>'
cText += '    <td><a href="Buddy_Guy.html">Buddy Guy</a></td>'
cText += '    <td><a href="Derek_Trucks.html">Derek Trucks</a></td>'
cText += '  </tr>'
cText += '  <tr>'
cText += '    <td><a href="Django_Reinhardt.html">Django Reinhardt</a></td>'
cText += '    <td><a href="Eric_Clapton.html">Eric Clapton</a></td>'
cText += '    <td><a href="Fernando_Sor.html">Fernando Sor</a></td>'
cText += '    <td><a href="Jimi_Hendrix.html">Jimi Hendrix</a></td>'
cText += '    <td><a href="Joe_Satriani.html">Joe Satriani</a></td>'
cText += '    <td><a href="John_Scofield.html">John Scofield</a></td>'
cText += '  </tr>'
cText += '  <tr>'
cText += '    <td><a href="John_Williams.html">John Williams</a></td>'
cText += '    <td><a href="Lenny_Breau.html">Lenny Breau</a></td>'
cText += '    <td><a href="Mike_Stern.html">Mike Stern</a></td>'
cText += '    <td><a href="Paco_de_Lucia.html">Paco de Lucia</a></td>'
cText += '    <td><a href="Robert_Johnson.html">Robert Johnson</a></td>'
cText += '    <td><a href="Stevie_Ray_Vaughan.html">Stevie Ray Vaughan</a></td>'
cText += '  </tr>'
cText += '  <tr>'
cText += '    <td><a href="Wes_Montgomery.html">Wes Montgomery</a></td>'
cText += '    <td><a href=""></a></td>'
cText += '    <td><a href=""></a></td>'
cText += '    <td><a href=""></a></td>'
cText += '    <td><a href=""></a></td>'
cText += '    <td><a href=""></a></td>'
cText += '  </tr>'
cText += '</table>'
cText += '<br><a href="index.html"><b>Go back to www.great-guitar-players.com</b></a><br>'

document.write(cText)