var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[0] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[0] += "
";
arnews[1]="Tim Burton's Films Honored At MoMa In NYC
";
arnews[1] += "Showing off their shared love of black and all things gothic, celebrity couple Helena Bonham Carter and Tim Burton showed up looking all kinds of pale-skinned and mysterious at The Museum of Modern Art Film Benefit: A Tribute to Tim Burton in New York .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 17:26:10 GMT";
arnews[1] += "
";
arnews[2]="Peter Davis' Status Update: Arc NY, Beauty Is Power
";
arnews[2] += "Lorenzo Martone and Ryan Brown understand the power of brand name beauties. Last night in SoHo they launched Arc New York , a talent PR agency that debuted with bi-time models/clients like Lydia Hearst , Alessandra Ambrosio , Jessica White and Julie Henderson .";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:19:28 GMT";
arnews[2] += "
";
arnews[3]="VOLLEYBALL | Blue cruise in home finales
";
arnews[3] += "Outside hitter Cat Dailey '10 spikes the ball during Yale's three-set win over Columbia.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 10:46:22 GMT";
arnews[3] += "
";
arnews[4]="VOLLEYBALL | Elisa final home games
";
arnews[4] += "The 2009 Yale women's volleyball season nears its finish as the Bulldogs play their two final home games of the season this coming weekend.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Traver Rains Launching T. Rains at Star-Studded Solis Red Carpet Holiday Bash
";
arnews[5] += "Heatherette's Traver Rains to debut men's line at Solis holiday party, with co-hosts that include MTV's Paris Hilton's BFFs Stephen Hampton and Onch, with Hollywood darling, Selene Luna.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="VOLLEYBALL | Elis split games on the road
";
arnews[6] += "The Yale volleyball team had a weekend of mixed results as they took on Harvard and Dartmouth.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 10:54:46 GMT";
arnews[6] += "
";
arnews[7]="Talented NY fashion designer, Malcolm Harris participates in a great cause
";
arnews[7] += "The Evoluer House , located in Philadelphia is teaming up with leading NY fashion expert, Malcolm Harris .";
arnews[7] += "
Publ.Date : Sun, 13 Sep 2009 07:00:00 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("