var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kirsten Dunst, Jake Gyllenhaal Friends No More - Post Chronicle
";
arnews[0] += "The 'Spider-Man' star - who previously dated Razorlight frontman Johnny Borrell - told Allure magazine: \"My girlfriends will sleep in bed with me, but no guests, not long-term anyway.\" Kirsten, who was born in New Jersey, recently went on a trip ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[0] += "
";
arnews[1]="Kirsten Dunst on Ex Jake Gyllenhaal: "We're Not Good Friends" - US Magazine
";
arnews[1] += "So much for hanging with your exes. The couple -- who had shared an L.A. home and a dog named Atticus -- split in 2004 after about two years together. Now 29, Gyllenhaal has been in a relationship with Reese Witherspoon since early 2007. The 27 year ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:01:00 GMT";
arnews[1] += "
";
arnews[2]="Kirsten Dunst says she and ex Jake Gyllenhaal "are not good friends" - Newstrack India
";
arnews[2] += "Washington, Nov 19 (ANI): Kirsten Dunst has confessed that she is not really in touch with her ex-flame Jake Gyllenhaal. \"It would be nice to see him...But we're not good friends,\" Us mag quoted her as telling Allure mag. The pair, who shared a home ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:11:00 GMT";
arnews[2] += "
";
arnews[3]="Kirsten Dunst - YAHOO!
";
arnews[3] += "Actress Kirsten Dunst had over 50 television and film appearances under her belt by the time she was 25 years old. The girl-next-door with the proudly crooked smile was unique among her generation of young actresses, due to her ability to carry a fun ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:19:00 GMT";
arnews[3] += "
";
arnews[4]="Kirsten Dunst, Jake Gyllenhaal Friends No More - Post Chronicle
";
arnews[4] += "Kirsten Dunst is no longer friends with ex-boyfriend Jake Gyllenhaal. The actress dated the 'Brokeback Mountain star for two years, before the couple split in 2004, and admits they haven't remained on friendly terms. She said: \"It would be nice to ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[4] += "
";
arnews[5]="Kirsten Dunst jaded with Jake - Earthtimes
";
arnews[5] += "Kirsten Dunst has admitted she doesn't have a friendly relationship with ex-boyfriend Jake Gyllenhaal, and doesn't ever see him. Kirsten Dunst is no longer friends with ex-boyfriend Jake Gyllenhaal. The actress dated the 'Brokeback Mountain star for ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:26:00 GMT";
arnews[5] += "
";
arnews[6]="Retrial Set In NYC Theft Of Kirsten Dunst’s Bag - Access Hollywood
";
arnews[6] += "Prosecutors plan to retry a suspect on the most serious charges in the theft of Kirsten Dunst ’s $2,000 purse during a Manhattan movie shoot. But it’s not clear whether the “Spider-Man” star will play a role. A judge Friday set a Dec. 3 date ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 23:59: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("