var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Megan Fox Goes Furniture Shopping With Brian Austin Green And His Son
";
arnews[0] += "Megan Fox was seen doing some furniture shopping with boyfriend Brian Austin Green and his son, Kassius , in West Hollywood, California.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:00:36 GMT";
arnews[0] += "
";
arnews[1]="You Guys, We Need to Talk About the Biggest Loser
";
arnews[1] += "Okay, so, if you've read this blog for any length of time, you know that I have a tendency to obsess on things.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Corey Feldman's Wife Susannah Files For Divorce
";
arnews[2] += "Corey Feldman, the 'Lost Boys' actor's spouse of seven years, Susannah, cited \"irreconcilable differences\" in the papers filed in Los Angeles Superior Court on October 22.";
arnews[2] += "
Publ.Date : Thu, 29 Oct 2009 10:07:21 GMT";
arnews[2] += "
";
arnews[3]="Susannah Feldman and Corey Feldman: Susannah Feldman Files for Divorce
";
arnews[3] += "Corey Feldman and Susannah Feldman Will Split Over \"Irreconcilable Differences\" Susannah Feldman is Corey Feldman's wife.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 18:01:38 GMT";
arnews[3] += "
";
arnews[4]="Re: New rumors/Spoilers
";
arnews[4] += "Don't like that idea at all. This isn't Sonny and Carly's baby, it's Jax and Carly's and he finally deserves to have a child of his own.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 20:36:39 GMT";
arnews[4] += "
";
arnews[5]="What's Hot on SlashControl: Jonathan Jackson's return to General Hospital
";
arnews[5] += "I used to be a devoted fan of General Hospital , and some of my favorite episodes involved Luke and Laura, and later, their son, Lucky.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 17:02:00 GMT";
arnews[5] += "
";
arnews[6]="Corey Feldmana s Wife Has Filed For Divorce
";
arnews[6] += "Corey Feldmana s wife has filed for divorce. The a Lost Boysa actora s spouse of seven years, Susannah , cited a oeirreconcilable differencesa in the papers filed in Los Angeles Superior Court on October 22.";
arnews[6] += "
Publ.Date : Wed, 28 Oct 2009 16:55:19 GMT";
arnews[6] += "
";
arnews[7]="Corey Feldman to divorce
";
arnews[7] += "Corey Feldman's wife has filed for divorce. The 'Lost Boys' actor's spouse of seven years, Susannah, cited \"irreconcilable differences\" in the papers filed in Los Angeles Superior Court on October 22.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 16:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("