var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who do you like better, Taylor Swift or lady gaga?
";
arnews[0] += "I am a huge taylor swift fan. she's an amazing writer (one of the best) and is so young. try and find one bad thing about her. she's innocent and a great role model. i absolutely love her singing. lady gaga isn't bad, but i can't relate ...";
arnews[0] += "
";
arnews[1]="ohnotheydidnt: Inside Taylor Swift's Bachelorette Pad
";
arnews[1] += "Taylor Swift is only 20 years old, but she's already won four Grammy Awards, was the youngest person to ever be named the CMA Entertainer of the Year, stars in the upcoming flick \"Valentine's Day,\" and just dropped $2 million on a ...";
arnews[1] += "
";
arnews[2]="The name of Taylor Swift has been in the mouths of both music ...
";
arnews[2] += "The name of Taylor Swift has been in the mouths of both music and movie fans for two reasons: both her appearance in upcoming romantic.";
arnews[2] += "
";
arnews[3]="Fashion Under $100: Taylor Swift's Style for $98.24
";
arnews[3] += "Taylor Swift's Style for $98.24. Reader Request. Shop Now: Red Dress $34.80 · Black Cardigan $16.50 · Black Double Strap Mary Janes $24.99 · Tan Handbag $21.95. Posted by Dana on Wednesday, February 10, 2010. Labels: Taylor Swift ...";
arnews[3] += "
";
arnews[4]="Taylor Swift Spent Night With John Mayer | Chisme TeVe
";
arnews[4] += "In Touch can exclusively reveal that John Mayer told a friend that he and Taylor Swift hooked up when they were both in Nashville, Tenn., on January 24. According to a source, the couple met up several times, in public and private, ...";
arnews[4] += "
";
arnews[5]="Mantra Of Music: Taylor Swift - Heart of music lovers
";
arnews[5] += "Taylor Swift became one of country-pop's brightest (and youngest) faces in 2006, when the 16-year-old vocalist released her first album. Although new to the American public, Swift had been performing since her pre-teen years in ...";
arnews[5] += "
";
arnews[6]="What color are the rhinestones on Taylor Swift's rhinestone guitar?
";
arnews[6] += "What color are the rhinestones on Taylor Swift's rhinestone guitar? by admin on February 10, 2010. Ok, so I am getting a new guitar and I am going to put rhinestones on my old one. I really want it to look like Taylor Swift's rhinestone ...";
arnews[6] += "
";
arnews[7]="Taylor Swift Buys $2M Condo In Nashville--Backseat Cuddler
";
arnews[7] += "Grammy winner Taylor Swift is putting down roots in her favorite city in the world. She's bought a swank penthouse ...";
arnews[7] += "
";
arnews[8]="ohnotheydidnt: This love is serious; Mayer pining for Taylor Swift ?
";
arnews[8] += "This love is serious; Mayer pining for Taylor Swift? Taylor Swift is touring Australia. John Mayer, in yet another cryptic tweet, posted on his Twitter a while ago that he's missing someone. What's that song that goes \"It's a quarter ...";
arnews[8] += "
";
arnews[9]="Stupid and Contagious: Hot Popper Taylor Swift is really a Lioness
";
arnews[9] += "Labels. _ART (1229); _ARTICLE (300); _BABE (4669); _BOB DYLAN (438); _Bob Dylan's Theme Time Radio Hour (61); _CARTOON (1889); _CINEMA (680); _COMEDY (640); _LITERATURE (87); _MANGA - COMIC (111); _MUSIC (2655); _OTHER (399) ...";
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("