var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="They call me Stripey - hello there.
";
arnews[0] += "... and i had woken up early, needless to say i was exhausted. i slept pretty much the whole time. ~Stripey. Current Location: WHY DO YOU ALWAYS WANT TO KNOW?? D: Current Mood: meh :]. Current Music: All i need is You -The Click Five ...";
arnews[0] += "
";
arnews[1]="Freedom.
";
arnews[1] += "Fav pop stars/bands:Taylor Swift,The Click Five,Jay Chou,Greenday Fav songs:LOTS!!! Hobbies:Sitting on the swing,playing guitar/piano/chess,writing diaries/posting on blogs,chatting with fwens!!! bolditalicunderline ...";
arnews[1] += "
";
arnews[2]="There's a hero in everyone.
";
arnews[2] += "... Honor Society, Jonas Brothers, KSM, Metro Station, Mitchel Musso, National Product, Panic! At The Disco, Red Car Wire, School Boy Humor, Taylor Swift, The Academy Is... The Click Five, The Fold, The Friday Night Boys, Tokio Hotel ...";
arnews[2] += "
";
arnews[3]="With a Wink, and a Smile
";
arnews[3] += "wristbands drawing/sketching designing T-shirt playing guitar singing along listening to music namely: Avril Lavigne, Evan Taubenfeld, Lights, Boys Like Girls, The Click Five, Sum41, Hey Monday. [ off-tune ] when my wrist hurts ...";
arnews[3] += "
";
arnews[4]="Mickey's Place, "your place for knowledge": VCU FALLS IN OT, CAPS ...
";
arnews[4] += "Country musician Jeremy Baxter (Carolina Rain) is 30. Rock singer Eric Dill is 28. Rock musician Ben Romans (The Click Five) is 28. Actress Emma Roberts is 19. Actress Makenzie Vega is 16. Actress Chloe Moretz is 13. ...";
arnews[4] += "
";
arnews[5]="Once upon a time/
";
arnews[5] += "Email: carey_lhy@hotmail.com. Well, in short, : 1. I love/adore/am addicted to MUSIC. Michael Buble Jesse McCartney. Taylor Swift Justin Bieber Boys Like Girls Panic! At The Disco The Click Five The Corrs David Archuleta Fall Out Boy ...";
arnews[5] += "
";
arnews[6]="THE ULTIMATE COMPUTER: TODAY IN HISTORY...02-10-10
";
arnews[6] += "Actress Elizabeth Banks is 36. Pop singer Rosanna Taverez (Eden's Crush) is 33. Country musician Jeremy Baxter (Carolina Rain) is 30. Rock singer Eric Dill is 28. Rock musician Ben Romans (The Click Five) is 28. ...";
arnews[6] += "
";
arnews[7]="Jonas Brothers - O Gwiazdach :-) - bloog.pl
";
arnews[7] += "W roku 2005, Jonas Brothers występowali na kilku trasach koncertowych, między innymi Kelly Clarkson, Jessego McCartneya, Backstreet Boys i The Click Five. Następnie brali udział w anty-narkotykowej trasie z Aly & AJ i The Cheetah Girls. ...";
arnews[7] += "
";
arnews[8]="Hui lai, hao bu hao?;
";
arnews[8] += "The Click Five JJ Lin Farenheit Michelle Branch Poem~ 我怕你会误会的原因很简单, 如何让你遇见我在我最美丽的时刻为这,br> 我已在佛前求了五百年求佛让我们借一段尘缘佛于是把我化做一棵树长在你必经的路旁阳光下慎重地开满了花朵朵都是我前世的盼望 ...";
arnews[8] += "
";
arnews[9]="JieLeDin^^
";
arnews[9] += "FACEBOOK: http://www.facebook.com/home. php#/profile.php?ref=name&id=1066211715 F.A.N of FAHRENHEIT,WONDERGIRLS,THE CLICK FIVE,SUM 41 & AVRIL LAVINGE. ♫♪My passion is Playing De Piano-.-♫ CURRENTLY GRADE 5:D ♫ ...";
arnews[9] += "
";
totcount = 10;
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("