var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="pete wentz - The Gossip Girls
";
arnews[0] += "She’s had quite a year as she’s settled into marriage and motherhood, and Ashlee Simpson says she’s loved being a mom. Spotted out shopping with Pete Wentz and their son Bronx Mowgli at Dragon Books in Los Angeles earleir today (November 20 ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[0] += "
";
arnews[1]="Pete Wentz: 'I Ruined Fall Out Boy' - Teen Music
";
arnews[1] += "Pete Wentz blames himself for the demise of Fall Out Boy - because his personal life became a \"hindrance\" for the band. The rockers have decided to shelve the group indefinitely to allow them all more time to concentrate on their own projects. Wentz ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:11:00 GMT";
arnews[1] += "
";
arnews[2]="Simpson celebrates son's first birthday - Digital Spy
";
arnews[2] += "The 25-year-old wrote: \"BX's 1st bday tomorrow! My angel is going to be a year! The greatest year of my life.\" Simpson's husband Pete Wentz also posted a message for his son and thanked his friends for recording lullabies. Wentz wrote: \"Happy ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:54:00 GMT";
arnews[2] += "
";
arnews[3]="Pete Wentz: 'I'm a hindrance to band' - Digital Spy
";
arnews[3] += "Pete Wentz has revealed that he blames himself for Fall Out Boy's current hiatus. The 'I Don't Care' rockers have decided to suspend the group indefinitely to allow them all more time to concentrate on separate projects. Wentz claimed that his high ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 GMT";
arnews[3] += "
";
arnews[4]="Pete Wentz and Ashlee Simpson-Wentz Eyes France Move - Teen Music
";
arnews[4] += "Fall Out Boy rocker Pete Wentz and wife Ashlee Simpson -Wentz are eyeing a dream move to France to escape the paparazzi. The bassist married the pop star in May 2008 and they welcomed their first child, son Bronx Mowgli, six months later. Wentz has ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:11:00 GMT";
arnews[4] += "
";
arnews[5]="Fall Out Boy Rocker Pete Wentz Into Ashlee Simpson Stretch Marks? - Post Chronicle
";
arnews[5] += "Ashlee Simpson says husband Pete Wentz loves her stretch marks. The singer-and-actress admits her body has changed since giving birth to the couple's 11-month-old son Bronx but knows the Fall Out Boy rocker still finds her attractive. She said: \"Pete ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 14:49: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("