<!-- 
function leapto(form) {
var myindex=form.dest.selectedIndex
this.location.href=(form.dest.options[myindex].value);
}
//-->

<!--
document.write('<FORM NAME="band_form"><SELECT NAME="dest" SIZE="1" onChange="leapto(this.form)">');
document.write('<option value="" selected>News Archive');
document.write('<option value="">-------------------');
document.write('<option value="041211.html">05.04.05-Stevo in GUITAR ONE magazine');
document.write('<option value="041211.html">12.11.04-This Sunday on Q104.3');
document.write('<option value="041124.html">11.24.04-Bunch of updates');
document.write('<option value="041018.html">10.30.04-TrimSpa Commercial');
document.write('<option value="041018.html">10.18.04-First TV Commercial');
document.write('<option value="041004.html">10.04.04-New concert footage');
document.write('<option value="040923.html">09.23.04-Hardrock Haven interview');
document.write('<option value="040913.html">09.13.04-40ft. Ringo and Cheap Trick');
document.write('<option value="040720.html">07.20.04-All My Children clip');
document.write('<option value="040622.html">06.22.04-Funny Thing review');
document.write('<option value="040604.html">06.04.04-All My Children *UPD*');
document.write('<option value="040426.html">04.26.04-Popbangs Single of the Week');
document.write('<option value="040401.html">04.01.04-MetalSludge CD &amp; Platinum');
document.write('<option value="040316.html">03.16.04-Ringo debuts on XM Radio');
document.write('<option value="040218.html">02.18.04-Ringo on WDHA');
document.write('<option value="040116.html">01.16.04-Espa&ntilde;a ama el Ringo');
document.write('<option value="031128.html">11.28.03-New EP clips');
document.write('<option value="031103.html">11.03.03-Ringo ROCKS en espanol');
document.write('<option value="031027.html">10.27.03-More studio shots');
document.write('<option value="031020.html">10.20.03-Back in the studio');
document.write('<option value="031001.html">10.01.03-40ft EP cover');
document.write('<option value="030926.html">09.26.03-Portugal & 500,000 hits');
document.write('<option value="030904.html">09.04.03-Inerview & Number 2');
document.write('<option value="030826.html">08.26.03-Taking over the web/radio');
document.write('<option value="030723.html">07.23.03-Funny Thing released in Japan');
document.write('<option value="030610.html">06.10.03-Funny Thing review');
document.write('<option value="030603.html">06.03.03-Funny Thing review');
document.write('<option value="030520.html">05.20.03-Funny Thing review');
document.write('<option value="030506.html">05.06.03-We are #3 and 2 revews');
document.write('<option value="030425.html">04.25.03-Funny Thing review');
document.write('<option value="030424.html">04.24.03-Album of the Week & UK mag');
document.write('<option value="030415.html">04.15.03-newspaper ad');
document.write('<option value="030407.html">04.07.03-Funny Thing review');
document.write('<option value="030314.html">03.14.03-Funny Thing review');
document.write('<option value="030307.html">03.07.03-Funny Thing review');
document.write('<option value="030227.html">02.27.03-Funny Thing review');
document.write('<option value="030219.html">02.19.03-Funny Thing review');
document.write('<option value="030218.html">02.18.03-Funny Thing release date');
document.write('<option value="030213.html">02.13.03-Funny Thing review');
document.write('<option value="000916.html">09.16.00-New Site');
document.write('</select>');
// end hiding contents -->

