var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kings And Q... - 30 Seconds To M...
";
arnews[0] += "Launched in 1998 by frontman Jared Leto and his older brother, drummer Shannon Leto, 30 Seconds to Mars found success in the 2000s with a mix of post-grunge, screamo, and melodic hard rock.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:23:45 GMT";
arnews[0] += "
";
arnews[1]="Quick Hits: Michael Jackson, The Who, Lady Gaga, 30 Seconds To Mars,...
";
arnews[1] += "February 8, 2010 Michael Jackson 's physician, Dr. Conrad Murray , has been charged with involuntary manslaughter for providing the singer with the powerful anesthetic propofol that was found to be a major factor in his death.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:34:01 GMT";
arnews[1] += "
";
arnews[2]="30 Seconds to Mars Threatened Bomb Scare
";
arnews[2] += "A bomb scare temporarily derailed an event featuring 30 SECONDS TO MARS, the band led by actor JARED LETO, last Thursday.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:11:24 GMT";
arnews[2] += "
";
arnews[3]="30 Seconds To (Explode) Mars! Bomb threat...
";
arnews[3] += "Jared Leto and his band, just came face to face with an explosive threat: A man who panicked a crowd with a mysterious box.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 20:56:29 GMT";
arnews[3] += "
";
arnews[4]="30 Seconds To Mars Event Cut Short By Bomb Scare
";
arnews[4] += "A 30 Seconds To Mars event on Thursday night at the band's Los Angeles headquarters, called The Hive, was cut short by a bomb scare, according to Alternative Press.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:00:27 GMT";
arnews[4] += "
";
arnews[5]="It Happened This Week-ish: Kellan Lutz, Taylor Swift, Jared Leto
";
arnews[5] += "I give you the perfect compromise: \"How you doin',A Kellan Lutz in undies ?\" This blood-sucker is packing some serious um abs.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:30:26 GMT";
arnews[5] += "
";
totcount = 6;
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("