var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shakira gets broody - Boston Globe
";
arnews[0] += "Shakira wants to have a baby. The 32-year-old singer - who has been engaged to Antonio de la Rua, 36, for the last four years - admits her biological clock is ticking and she's desperate to start a family. She said: \"I'm dying to have a baby. We both ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:41:00 GMT";
arnews[0] += "
";
arnews[1]="Shakira gets bloody - Himalayan Times
";
arnews[1] += "LOS ANGELES: Shakira has revealed she is ready to start a family with her fiancee Antonio de la Rua because her ''biological clock is ticking''. Shakira wants to have a baby. The 32-year-old singer - who has been engaged to Antonio de la Rua, 36, for ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:11:00 GMT";
arnews[1] += "
";
arnews[2]="The making of Saint Shakira - The Guardian
";
arnews[2] += "Something very strange happens, in the company of Shakira Isabel Mebarak Ripoli, to cynicism. After a while, even the blandest of statements has you nodding away, enthralled – not that there are too many, but before we get on to the sociopathy of ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:04:00 GMT";
arnews[2] += "
";
arnews[3]="Kanye West Protest Left Shakira Feeling Uncomfortable - New Kerala
";
arnews[3] += "KANYE WEST's rude onstage protest at the MTV Video Music Awards in September (09) was lost in translation for SHAKIRA - she only realised the rapper was not onstage to pay tribute to TAYLOR SWIFT when she saw the horror on the faces of the audience ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 GMT";
arnews[3] += "
";
arnews[4]="Two dance-pop divas cocksure of their power - Philadelphia Inquirer
";
arnews[4] += "Shakira is the lycanthropic predator on the prowl who issues a warning to all who might resist her. \"Nocturnal creatures are not so prudent,\" she sings, while writhing around in a cage in a flesh-colored bodysuit, on \"She Wolf,\" the title track of ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:08:00 GMT";
arnews[4] += "
";
arnews[5]="Gonzo's Guide: Thanksgiving movies and music - MLive.com
";
arnews[5] += "Thanksgiving means family, food and fantastic movies. My Top 5 list also includes what else is in store this week: 5. Family Force Five. As some of you know, I'm a big fan of contemporary Christian music. I love the variety of styles I hear on ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 08:44:00 GMT";
arnews[5] += "
";
arnews[6]="TV tonight: Five worth watching - Toronto Star
";
arnews[6] += "But as a result, yes, your favourite musician might well be performing tonight: Rihanna, Eminem, Lady Gaga, Keith Urban, Shakira, Daughtry, Jay-Z, the Black Eyed Peas, Janet Jackson, Whitney Houston and Adam Lambert are. Taylor Swift stops by, too ...";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 09:34: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("