var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="More Cash for More Causes, Tere Morris Style
";
arnews[0] += "Celebrity auctioneer Tere Morris keeps the energy and cash flowing this fund raising season.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:45:20 GMT";
arnews[0] += "
";
arnews[1]="Starz rolls out sexy movie clip fest
";
arnews[1] += "Mena Suvari in 1999's best-movie Oscar winner, \"American Beauty,\" is one of the clips in the Starz sex documentary.";
arnews[1] += "
Publ.Date : Tue, 10 Nov 2009 11:09:44 GMT";
arnews[1] += "
";
arnews[2]="Finding the right specs for your face shape
";
arnews[2] += "Eyewear projects a certain image, for example, the chunky black glasses Elvis Costello wears on his new show, Spectacle.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 09:39:53 GMT";
arnews[2] += "
";
arnews[3]="Hotel News in Brief
";
arnews[3] += "Langham Place unveiled its latest art exhibition profiling the objects of inspiration behind Asia's leading film directors.";
arnews[3] += "
Publ.Date : Sun, 08 Nov 2009 23:22:02 GMT";
arnews[3] += "
";
arnews[4]="Taylor Swift Happy Despite Awful Performance
";
arnews[4] += "Hosting SNL gives her a permanent place in showbiz history, right alongside Louise Lasser, Charlene Tilton, and Mena Suvari.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 10:23:00 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Love Hewitt is a Stripper
";
arnews[5] += "Jessica Alba... check Natalie Portman... check Jessica Biel... check Lindsay Lohan... check Mena Suvari... check Jennifer Love Hewitt.... check! - I watched the first season.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 15:22:50 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("