var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Killer Adrian Prout considers appeal
";
arnews[0] += "Adrian Prout, jailed for 18 years for murdering his wife, is \"actively considering\" an appeal.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:28:25 GMT";
arnews[0] += "
";
arnews[1]="Herve Leger designer fashions at up to 75% off
";
arnews[1] += "Herve Leger designer fashions are on sale at up to 75% off at HauteLook.com . These chic, stylish fashions are in some of the brightest new colors for spring and the prices will not frighten even the most budget-conscious fashion shopper away.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:37:21 GMT";
arnews[1] += "
";
arnews[2]="Cupid is Grounded as More and More Depend on Psychic Source for their ...
";
arnews[2] += "Cupid is Grounded as More and More Depend on Psychic Source for their Valentine's Day Matchmaking in 2010 The nation's most respected psychic service helps thousands get a grip on their love lives; offers Hollywood relationship forecasts PHILADELPHIA , Feb.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:52:38 GMT";
arnews[2] += "
";
arnews[3]="Kate Bosworth And ASkars, Still On
";
arnews[3] += "Lucky bitch still has her hands on that sexy Swede! Kate Bosworth and rumored boyfriend Alexander Skarsgard were spotted on the tented patio of the Chateau Marmont in El Lay with a big group, but the actress was paying particular attention to the True Blood star.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:41:34 GMT";
arnews[3] += "
";
arnews[4]="DIARY: Keepers of the Fame
";
arnews[4] += "Left: Calvin Klein creative director Francisco Costa with Penelope Cruz. Right: Artist Ruby Neri, dealer David Kordansky, and artist Kathryn Andrews.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:15:00 GMT";
arnews[4] += "
";
arnews[5]="Caught! Mischa Barton Alienates Fansa "Again
";
arnews[5] += "PopSugar BuzzSugar Today 1:12 PM PST by Ted Casablanca Ray Tamarra/Getty Images Mischa Barton was spotted getting her shop on at the L.A. Vintage Expo in Santa Monica, and it was a good thing, too.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 21:12:15 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("