var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thai twins gain toehold in Japan
";
arnews[0] += "They're cute and often wear eye-catching outfits, but the Japanese public may only be familiar with the voices of these twins from Bangkok.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 03:21:49 GMT";
arnews[0] += "
";
arnews[1]="Polysics at Rhythm Room
";
arnews[1] += "Fumi of Polysics. See more shots in our Polysics slide show . a Polysics bassist Fumi sits on the curb outside Rhythm Room chatting with the band's photographer Tsukasa as drummer Yano stretches out.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 19:49:05 GMT";
arnews[1] += "
";
arnews[2]="Passion Pit remix Lady GaGa's 'Telephone'
";
arnews[2] += "I don't know why everyone gets so excited about B's part in this song...she sounds dumb as fuck.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 18:24:26 GMT";
arnews[2] += "
";
arnews[3]="Music Break: Ayumi Hamasaki
";
arnews[3] += "If you're not yet registered with Wired.com, join now so you can share your thoughts and opinions.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 01:53:22 GMT";
arnews[3] += "
";
arnews[4]="SurrogatesWillis does 'Avatar' minus the 'smurfs,' while Ledger says goodbye
";
arnews[4] += "\"Surrogates,\" the new Bruce Willis sci-fi flick directed by Jonathan Rostow, sketches out a brave new world where the plasticky digital-airbrush aesthetic of Photoshop and Ayumi Hamasaki album covers has triumphed over the imperfections of the meat body; humans lie in \"Stim-chairs\" all day plugged into sensors and goggles that allow them to control ...";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 01:55:54 GMT";
arnews[4] += "
";
arnews[5]="J Pop History, Past Tense Activity
";
arnews[5] += "Ask your partner about these bands, achievements, and dates. You can ask, \"When did __________ make the song diamonds in 1989?\" You can also ask about the achievement or the year.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 13:04:42 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("