var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Ambien Sex?" - Health
";
arnews[0] += "John Stamos had a disastrous interview on Australian TV after taking it, and singer Pete Wentz admitted setting his house on fire while having an Ambien-induced hallucination. Ambien was also found in the late Heath Ledger's apartment ...";
arnews[0] += "
";
arnews[1]="Valentine's fan Ashlee Simpson: Gossip [1/1] - Elle Canada : Today
";
arnews[1] += "Ashlee Simpson-Wentz is looking forward to spending Valentine's Day (14.02.10) with her husband, rocker Pete Wentz.";
arnews[1] += "
";
arnews[2]="The Rocktimist: Goodnight, Sweet Fall Out Boy — Blargus
";
arnews[2] += "Pete Wentz was an insufferable tabloid celebrity and he wrote some insufferable self-referential lyrics. Perhaps most importantly, Fall Out Boy were never good enough to earn them their brilliant Simpsons-referencing name. ...";
arnews[2] += "
";
arnews[3]="…soihadto… @ local 506 « brand new kind of photography
";
arnews[3] += "The only thing remotely hardcore in my iTunes library are the two EPs released by Pete Wentz's pre-Fall Out Boy band Arma Angelus, and I objectively couldn't tell you if that was, technically, good or not either, because I know less ...";
arnews[3] += "
";
arnews[4]="heartsdesire456 - The Be Your Own Pete Wentz Meme.
";
arnews[4] += "The Be Your Own Pete Wentz Meme. Stolen from [info] mcfuzzles1. This is pretty awesome :) Put your iPod on shuffle and write down the first line of the first twenty songs. Post the resulting poem. The title is the first line of the ...";
arnews[4] += "
";
arnews[5]="McFuzzles1 - The Be Your Own Pete Wentz Meme.
";
arnews[5] += "The Be Your Own Pete Wentz Meme. location: I dunno- WHERE AM I??? mood: bouncy. music: But it's better If you do ~ P!ATD. This is pretty awesome :) Put your iPod on shuffle and write down the first line of the first twenty songs. ...";
arnews[5] += "
";
arnews[6]="Fall Out Boy – A Brief Biography
";
arnews[6] += "The band was started by bassist Pete Wentz and guitarist Joe Trohman in 2001 when both were just teenagers in Chicago. Patrick Stump, who originally auditioned to be the drummer, became the lead singer and rhythm guitarist. they were ...";
arnews[6] += "
";
arnews[7]="Ashlee Simpson Waits For Something Creative On Valentine's Day ...
";
arnews[7] += "Ashlee Simpson is waiting to be surprised on Valentine's Day. She says her husband Pete Wentz pretty much does something unexpected every year. She told OK!";
arnews[7] += "
";
arnews[8]="Ashlee, Pete and Bronx Head Back to LA | Twitting Stars
";
arnews[8] += "Ready for a warmer climate, Ashlee Simpson and husband Pete Wentz were spotted leaving JFK Airport with their son, Bronx Mowgli Wentz, on Tuesday (February 9). The happy trio are headed to warm Los Angeles after Ashlee's time in the ...";
arnews[8] += "
";
arnews[9]="Ashlee, Pete and Bronx Head Back to LA | People and Models ...
";
arnews[9] += "Ready for a warmer climate, Ashlee Simpson and husband Pete Wentz were spotted leaving JFK Airport with their son, Bronx Mowgli Wentz, on Tuesday (February 9).";
arnews[9] += "
";
totcount = 10;
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("