var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Beyonce and Ali Larter are Obsessed
";
arnews[0] += "Psychological thriller starring hit singer and Heroes actress. .";
arnews[0] += "
Publ.Date : Sat, 30 May 2009 11:35:35 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Beyoncé Knowles and Ali Larter in OBSESSED - in theaters 4/24
";
arnews[1] += "Beyoncé Knowles and Ali Larter in OBSESSED - in theaters 4/24. Visit the official site at http://AreYouObsessed.com. Want to prank your friends? Send them a viral video from Ali...";
arnews[1] += "
Publ.Date : Mon, 13 Apr 2009 21:23:46 GMT";
arnews[1] += "
";
arnews[2]="Heroes : Featurettes - NBC Taste Test - Ali Larter
";
arnews[2] += "Find out Ali Larter's preferences when she takes the Taste Test.";
arnews[2] += "
Publ.Date : Mon, 05 Jan 2009 23:13:18 GMT";
arnews[2] += "
";
arnews[3]="Ali Larter
";
arnews[3] += "Ali Larter";
arnews[3] += "
Publ.Date : Sat, 12 Jul 2008 15:25:22 GMT";
arnews[3] += "
";
arnews[4]="Ali Larter - Taste Test (Interview)
";
arnews[4] += "Get to know Ali a little more with NBC's Taste Test.";
arnews[4] += "
Publ.Date : Tue, 15 Apr 2008 16:50:37 GMT";
arnews[4] += "
";
arnews[5]="IGotShotgun with Ali Larter, Kaya on red carpet
";
arnews[5] += "IGotShotgun continues its coverage of strong, independent women in Hollwood with LUCYinLA. Ali Larter, Keke Palmer and MTV's newest star Danielle Savre chat about their future as...";
arnews[5] += "
Publ.Date : Thu, 25 Oct 2007 16:11:06 GMT";
arnews[5] += "
";
arnews[6]="IGotShotgun with Ali Larter, Kaya on red carpet
";
arnews[6] += "IGotShotgun continues its coverage of strong, independent women in Hollwood with LUCYinLA. Ali Larter, Keke Palmer and MTV's newest star Danielle Savre chat about their future as...";
arnews[6] += "
Publ.Date : Thu, 25 Oct 2007 09:11:06 GMT";
arnews[6] += "
";
arnews[7]="Ali Larter on Heroes, Evil & More
";
arnews[7] += "Actress Ail Larter talks with Avi the TV Geek about NBC's new season of \"Heroes\" as well as her other projects.";
arnews[7] += "
Publ.Date : Mon, 17 Sep 2007 08:24:44 GMT";
arnews[7] += "
";
arnews[8]="Ali Larter, Eliza Dushku & Shannon Elizabeth
";
arnews[8] += "Ali Larter, Eliza Dushku, Shannon Elizabeth & jen smith - Jay And Silent Bob - 02";
arnews[8] += "
Publ.Date : Fri, 11 May 2007 19:45:14 GMT";
arnews[8] += "
";
arnews[9]="Ali Larter - Final Destination 2
";
arnews[9] += "Kimberly, your regular girl, ends up escaping the clutches of death, and saves others, as well. But soon the survivors start dropping dead and Kimberly realizes you can't cheat...";
arnews[9] += "
Publ.Date : Fri, 07 Feb 2003 06:00:00 GMT";
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("