var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Taylor Swift's dream year brings out naysayers - AsiaOne
";
arnews[0] += "LOS ANGELES (Reuters) - At what may be the height of her early career, teen sensation Taylor Swift finds herself facing the downside of stardom -- naysayers. The 19-year-old pop/country singer-songwriter heads in to Sunday's American Music Awards ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[0] += "
";
arnews[1]="Taylor Lautner ‘Proposes to Taylor Swift’ - Showbizspy.com
";
arnews[1] += "TAYLOR Lautner wants to take his relationship with girlfriend Taylor Swift to the next level — he’s proposed to the teenage star, it has been claimed. The hunky 17-year-old star of the record-breaking movie New Moon apparently went down on one ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[1] += "
";
arnews[2]="Taylor Swift Suing Bar - New Kerala
";
arnews[2] += "The Love Story hitmaker has teamed up with Broadcast Music, Inc. (BMI), the organisation which collects license fees on behalf of songwriters and distributes them as royalties, to file a copyright infringement lawsuit against The Sports Cellar venue ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:38:00 GMT";
arnews[2] += "
";
arnews[3]="Taylor Swift, BMI Sue Idaho Bar - Boise Weekly
";
arnews[3] += "Yesterday, TMZ.com reported that an agent for BMI—Broadcast Music Inc.—was doing a little desert recon and found Lewiston bar Boomers' Sports Cellar in violation of playing music without having paid licensing rights. A case , filed in Idaho ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT";
arnews[3] += "
";
arnews[4]="Taylor Swift: going into the greeting card business - Examiner
";
arnews[4] += "Access Hollywood reported ; Who is only 19 years old ,The Country Music Entertainer Of the Year, dating a werewolf from 'Twilight' and is now going to be designing her own line of greeting cards? Yeah It's country cutie Taylor Swift. Is there ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:06:00 GMT";
arnews[4] += "
";
arnews[5]="Taylor Swift Vs Bar- John Mayer To Beat Bon Jovi- Oprah Show No More ... - antiMUSIC
";
arnews[5] += "Taylor Swift Vs Bar- John Mayer To Beat Bon Jovi- Oprah Show No More- Susan Boyle Sets Record- Morrissey Vs Fan and more was a top story for this week. Here it is again: Taylor Swift is reportedly suing the owners of a bar in Idaho for allegedly ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 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("