var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exercise with Carrie Underwood - Taylor Swift a Real Doll
";
arnews[0] += "Music notes...Would you like to workout with American idol winner and country music sweetheart Carrie Underwood - she reveals some body secrets and work out tips.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:20:28 GMT";
arnews[0] += "
";
arnews[1]="Taylor Swift's dream year brings out naysayers
";
arnews[1] += "Sat Nov 21, 2009 7:45am EST - Singer Taylor Swift performs \"Forever and Always\" at the 43rd annual Country Music Association Awards in Nashville November 11, 2009.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:28:58 GMT";
arnews[1] += "
";
arnews[2]="Taylor Lautner Wants To Tie The Knot
";
arnews[2] += "It seems that Taylor Lautner wants to tie the knot. Sources say that Lautner wants to take his relationship with Swift to the next level and proposed to his girlfriend.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:19:46 GMT";
arnews[2] += "
";
arnews[3]="Bitch-Back! Breaking Newsa "Johnny's a Hottie
";
arnews[3] += "Dear Ted: A.T. is part of my early morning ritual, helping me start the day on a light note before diving into work.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:02:00 GMT";
arnews[3] += "
";
arnews[4]="Vampire fans flock to O'Fallon theater; 11 auditoriums sell out for second 'Twilight' movie
";
arnews[4] += "Staunch members of Team Edward and Team Jacob eagerly came together in record numbers to howl at \"New Moon,\" the second movie in the \"Twilight Saga\" series, at its first midnight showing Friday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:15:10 GMT";
arnews[4] += "
";
arnews[5]="Joe's British Invasion
";
arnews[5] += "Jonas gives girls something to talk about on the streets of London. Plus: Pete & Ashlee, Taylor Swift, Kellan Lutz and more";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:40:21 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("