var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On the shoreline
";
arnews[0] += "We humans are drawn to the shore, with some 40% of the world's population living within 100 kilometers of a coast.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Is Rihanna's 'Russian Roulette' Video An Homage To A David Lynch Movie?
";
arnews[1] += "Then there are flashes of tigers and Rihanna ends up in the desert, where she is buzzed by a car.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:29:45 GMT";
arnews[1] += "
";
arnews[2]="They were at the same place at the same time they're obviously FUCKING.
";
arnews[2] += "NEW LOVE INTEREST FOR LILO?!! Lindsay Lohan Swaps Gerard Butler for Ryan Phillippe By Rohin Guha November 16, 2009 Lindsay Lohan Swaps Gerard Butler for Ryan Phillippe Meh, it's anyone guess how LiLo, ever the object of public curiosity, keeps finding the eleven letters of her name magnetically drawn to almost-A-listers lately.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:35:32 GMT";
arnews[2] += "
";
arnews[3]="Sienna Protects Her Famous Blond Locks From the Rain
";
arnews[3] += "Sienna Miller stepped out in the rain to fulfill her dog-owning duties in Manhattan this morning.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:30:55 GMT";
arnews[3] += "
";
arnews[4]="Lindsay Lohan's Latest Relapse: Goes Back to Dating Boys
";
arnews[4] += "Lindsay Lohan has reportedly begun a romantic fling with male model Petey Wright.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Most Notorious Celebrity Apologies
";
arnews[5] += "Letterman isn't the first celeb to put his foot in his mouth and cause a stir -- here are some of the most notorious celebrity apologies David Letterman may have experienced a ratings boost but he also suffered an ego blow recently for joking that Sarah Palin's daughter got knocked up by New York Yankee Alex Rodriguez during a seventh-inning ...";
arnews[5] += "
Publ.Date : Tue, 23 Jun 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Mandy Moore Buys Vintage a " for Her Husband | Mandy Moore
";
arnews[6] += "The singer-actress popped into Tini on L.A.'s Faifax Avenue, where she browsed the wares in a blue blouse and flats.";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 15:01:02 GMT";
arnews[6] += "
";
totcount = 7;
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("