var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Big Hurt: Dispatches from Splitsville
";
arnews[0] += "Ladies and gentlemen, the unthinkable has happened: FALL OUT BOY have split up. Wait, let me get my dictionary a ' I was using \"unthinkable\" to mean, \"Incapable of provoking thought, probably owing to its utter irrelevance to anyone but shitty teenagers,\" but I'm not sure that's actually correct.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:38:16 GMT";
arnews[0] += "
";
arnews[1]="ASSlee Threatens Promises To Reproduce More
";
arnews[1] += "Ashlee Simpson recently told anyone who would listen that she's ready for more children with husband Pete Wentz .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:34:02 GMT";
arnews[1] += "
";
arnews[2]="Entertainment News
";
arnews[2] += "The lineup for the fourth annual Rock On The Range festival will be announced on Tuesday morning at 10:00 a.m. ET.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:12:25 GMT";
arnews[2] += "
";
arnews[3]="Ashlee Simpson 'wants another baby'
";
arnews[3] += "Ashlee Simpson has reportedly revealed her intention to have another baby, reports claim.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 22:59:31 GMT";
arnews[3] += "
";
arnews[4]="Family first for Simpson-Wentz
";
arnews[4] += "Ashlee Simpson-Wentz is looking forward to Valentine's Day. The 25-year-old singer, who is married to musician Pete Wentz, is looking forward to treating her husband on the romantic day as well as getting a surprise from him.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:11:00 GMT";
arnews[4] += "
";
arnews[5]="Ashlee Simpson-Wentz looking forward to Valentine's Day
";
arnews[5] += "Ashlee Simpson-Wentz is looking forward to Valentine's Day . The 25-year-old singer, who is married to musician Pete Wentz, is looking forward to treating her husband on the romantic day as well as getting a surprise from him.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:23:10 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("