<!--
function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}
file://-->

<!--
phrases=new Array(10);
index=Math.floor(Math.random() * phrases.length);

document.write('<img border="0" src="images/siteheader',index,'.jpg" width="882" height="270">');
document.write('<table border="0" align=center id="table9" cellspacing="2" height="2" cellpadding="0"><tr></tr></table>');
document.write('<table border="0" bgcolor="#480a0b" width="100%" align=center id="table3" cellspacing="0" cellpadding="0" height="30"><tr><td align="center">');
document.write('<a href="index1.htm">HOME</a>&nbsp;:&nbsp;');
document.write('<a href="band.htm">BAND</a>&nbsp;:&nbsp;');
document.write('<a href="music.htm">MUSIC</a>&nbsp;:&nbsp;');
document.write('<a href="reviews.htm">PRESS</a>&nbsp;:&nbsp;');
document.write('<a href="gigs.htm">GIGS</a>&nbsp;:&nbsp;');
document.write('<a href="gallery.htm">GALLERIES</a>&nbsp;:&nbsp;');
document.write('<a href="media.htm">MEDIA</a>&nbsp;:&nbsp;');
document.write('<a href="shop.htm">SHOP</a>&nbsp;:&nbsp;');
document.write('<a href="links.htm">LINKS</a>&nbsp;:&nbsp;');
document.write('<a href="extras.htm">EXTRAS</a>');
document.write('</tr></td></table>');
//-->
