var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Dave Mustaine: 'I Had a Profound Psychic Change In My Life'
"; arnews[0] += "Steven Rosen of Ultimate-Guitar.com recently conducted an interview with MEGADETH mainman Dave Mustaine ."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:51:15 GMT"; arnews[0] += "
"; arnews[1]="Is Aerosmith auditioning a singer?
"; arnews[1] += "Designer Cibeline Sariano makes some adjustments to model Tanja Lederer's outfit during \"Fashionably Late'' at the Liberty Hotel."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:27:14 GMT"; arnews[1] += "
"; arnews[2]="Top 10 Pick Squealers Of All Time [News]
"; arnews[2] += "There has always been a good deal of mystery surrounding the pinch harmonic, or, as hip players like to call it, \" pick squeal \". A pick squeal is simply an artificial harmonic, or high-pitched sound, produced by choking up on the pick and allowing the thumb or thumbnail to catch the string in just as it is picked."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:10:56 GMT"; arnews[2] += "
"; arnews[3]="Feel Your Love Tonig... - Van Ha...
"; arnews[3] += "With their 1978 eponymous debut, Van Halen simultaneously rewrote the rules of rock guitar and hard rock in general."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:23:48 GMT"; arnews[3] += "
"; arnews[4]="Family harmony with the Grab brothers
"; arnews[4] += "If only Cain and Abel had behaved like this. Harmony is the aim of Provincetown brothers Marc and Larry Grab, who have been recruiting fans with their music on the Cape for more than 25 years."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:56:00 GMT"; arnews[4] += "
"; arnews[5]="Herman: Cheney's aim? To help, not hurt
"; arnews[5] += "The low-road way to begin telling you about the Dick Cheney-Kay Bailey Hutchison event would involve a cheap metaphor linking Cheney's comebacks from life-threatening health conditions and Hutchison's hope that her gubernatorial campaign can do the same thing."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:32:32 GMT"; arnews[5] += "
"; arnews[6]="Mike Anthony: Eddie Van Halen has it in for me
"; arnews[6] += "New interview with Mike Anthony has the former Van Halen bassist commenting on how Eddie Van Halen no likey...and what it felt like to be inducted without the rest of the band... Undercover News: What is your relationship with Eddie Van Halen these days? Anthony: There is no relationship."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 04:31:09 GMT"; arnews[6] += "
"; arnews[7]="State-by-state numbers for a cash for clunkersa program
"; arnews[7] += "\"Money can't buy you happiness, but it can buy you a yacht big enough to pull up right alongside it.\" a 'David Lee Roth Oct Housing Starts totaled 529k annualized, well below forecasts of 600k and down from 592k in Sept."; arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 23:50:51 GMT"; arnews[7] += "
"; totcount = 8; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");