var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays
";
arnews[0] += "Today's Birthdays: Judge Joseph Wapner is 90. Statesman Howard H. Baker Jr. is 84.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 18:50:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 15, 1988, the Soviet Union launched its first space shuttle,...
";
arnews[1] += "Today is Sunday, Nov. 15, the 319th day of 2009. There are 46 days left in the year.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 18:35:24 GMT";
arnews[1] += "
";
arnews[2]="Birthday Suits: ABBA Alert
";
arnews[2] += "No, you'll never see 100% of the Best Picture or Best Actor nominees. Not even if you try 1932 Petula Clarke singer/actress 1937 Yaphett Kotto actor <--- 1945 Anna Frid \"Frida\" Lyngstad , my favorite member of ABBA.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 14:39:57 GMT";
arnews[2] += "
";
arnews[3]="New Mexico Gov. Bill Richardson is 62.
";
arnews[3] += "Share + Nov 15, 2009 12:00 am US/Eastern Today is Sunday, Nov. 15, the 319th day of 2009.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:25:04 GMT";
arnews[3] += "
";
arnews[4]="Odds & Ends
";
arnews[4] += "On Nov. 15, 1777, the Second Continental Congress approved the Articles of Confederation, a precursor to the Constitution of the United States.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 06:24:09 GMT";
arnews[4] += "
";
arnews[5]="2009 | The global fashion magazine
";
arnews[5] += "Left President of Montblanc, Lutz Bethge; managing director of Montblanc France, Michel Ade; and actress Virginie Ledoyen.";
arnews[5] += "
Publ.Date : Sun, 18 Oct 2009 11:18:40 GMT";
arnews[5] += "
";
arnews[6]="Beach
";
arnews[6] += "Present-day parable of Paradise Found and Paradise Lost: more precisely, a legendary island Shangri-La somewhere near Thailand , home to a Hippie Commune cum Club Med, as well as, less idyllically, a fearsome foursome of marijuana farmers.";
arnews[6] += "
Publ.Date : Sun, 11 Oct 2009 05:16:03 GMT";
arnews[6] += "
";
arnews[7]="Louis Vuitton goes new-age
";
arnews[7] += "Last season was about cocktail so this time I wanted to look at utilitarian things, at what people wear in the street.";
arnews[7] += "
Publ.Date : Thu, 08 Oct 2009 13:32:53 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("