var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paying attention to form - Boston Globe
";
arnews[0] += "Taking advantage of temperatures climbing towards 60, Chris Martin worked on his tai chi moves today during class at Salem Willows in Salem as instructor Marin Spivack (right) worked with another student. The class was sponsored by the Chen Zhaokui ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:04:00 GMT";
arnews[0] += "
";
arnews[1]="Chris Martin - Bleacherreport.com
";
arnews[1] += "Born on the Central Coast and educated at the University of South Central, Chris is a lifelong diehard Dodgers and USC fan who loves the game of baseball and loves to follow those underdog teams too (and that means lots of Pirates, Royals and ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 00:53:00 GMT";
arnews[1] += "
";
arnews[2]="Chris Martin returns to Simpsons - Entertainment.uk.msn.com
";
arnews[2] += "Chris Martin is making a return to The Simpsons. The Coldplay frontman, who appeared in the animated comedy with his band earlier this year, will appear on the show next year as part of its 20th anniversary celebrations. But instead of being ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:56:00 GMT";
arnews[2] += "
";
arnews[3]="Is Chris Martin a Knob ? - BikeRadar.com
";
arnews[3] += "Well, Coldplay's music just seems to be a bunch of psuedo-emotional songwriting attempts, think they've done a couple of small handful of half-decent tracks but they're not the collosus they're hyped up to be, at least not in the talent-sense. As for ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:05:00 GMT";
arnews[3] += "
";
arnews[4]="Football Gameday Blog vs. Northwestern - UWBadgers.com
";
arnews[4] += "MADISON, Wis. - Please join Betsy Golomski as she chronicles all the action from the 2009 Big Ten finale as Wisconsin takes on Northwestern in Evanston. Remember, the blog is interactive, so be sure to chime in with comments and questions and vote in ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:29:00 GMT";
arnews[4] += "
";
arnews[5]="Pay a fee to pay your rent - Sydney Morning Herald
";
arnews[5] += "TENANTS have been urged to question any agreement that forces them to pay convenience fees to pay their rent. A spokesman for the NSW Tenants Union, Chris Martin, said agents were turning to third-party service providers to limit their costs. The ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:18:00 GMT";
arnews[5] += "
";
arnews[6]="Chris Martin praised for comedy talent - SamayLive
";
arnews[6] += "London: English alternative rock band Coldplay frontman Chris Martin has been praised for his comedy talents and urged to seek acting roles by fellow rocker Tim Wheeler. Wheeler has asked Martin to widen his career and seek acting roles after ...";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 14:22:00 GMT";
arnews[6] += "
";
totcount = 7;
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("