var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="produces Save Haiti PSA
";
arnews[0] += "To support victims of the Haiti earthquake, Variety produced a Save Haiti PSA in conjunction with several Power of Youth honorees and supporters and fanlala.com, an online community for fans of tween and teen stars.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 00:45:52 GMT";
arnews[0] += "
";
arnews[1]="Tableau Calendar
";
arnews[1] += "So what's the big fuss about dead zones The environmental sciences department presents a talk by Nancy N. Rabalais today in Clark Hall.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 11:37:51 GMT";
arnews[1] += "
";
arnews[2]="Vanity Fair's Young Hollywood Issue Features No Women Of Color
";
arnews[2] += "Vanity Fair just released images from its March \"young Hollywood\" issue which features 9 up-and-coming actresses.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 03:47:09 GMT";
arnews[2] += "
";
arnews[3]="Vanity Fair's Young Hollywood Issue Features No Women Of Color
";
arnews[3] += "Vanity Fair just released images from its March \"young Hollywood\" issue which features 9 up-and-coming actresses.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 21:21:50 GMT";
arnews[3] += "
";
arnews[4]="Print Version
";
arnews[4] += "Canada's largest kids' broadcaster, Corus Entertainment, is spreading the February love with new series and specials for kids and their families.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 01:56:33 GMT";
arnews[4] += "
";
arnews[5]="Indy's Own Vivica Fox Goes Gospel
";
arnews[5] += "The star, joined by actor Flex Alexander, taped the event live from Cincinnati, OH earlier this month.";
arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 21:24:58 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("