var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Julia Roberts: Making out for Valentine's Day
";
arnews[0] += "Cast member Julia Roberts attends the premiere of \"Valentine's Day\" at the Grauman's Chinese theatre in Hollywood, California February 8, 2010.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:46:03 GMT";
arnews[0] += "
";
arnews[1]="Coast Lines: Feb. 10, 2010
";
arnews[1] += "The county Board of Supervisors on Tuesday approved a tentative set of budget principles that will steer policymakers in making financial decisions.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:27:57 GMT";
arnews[1] += "
";
arnews[2]="preview / related links
";
arnews[2] += "\"Valentine's Day\" is yet another date movie that's less than the sum of its parts.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:27:42 GMT";
arnews[2] += "
";
arnews[3]="Review: Jay Leno's nostril-squeezing finale
";
arnews[3] += "Last night, Jay Leno said farewell to his short-lived \"Jay Leno Show'' with all the momentousness of a guy taking out the trash.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:16:28 GMT";
arnews[3] += "
";
arnews[4]="Jessica Alba's shaggy bob cut: Sexy or untidy?
";
arnews[4] += "The shaggy bob cut is in trend for the coming season. And if you too want to give yourself that look, then I must say that take a hint from Jessica Alba.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:00:38 GMT";
arnews[4] += "
";
arnews[5]="Jessica Alba: 'Men should always pay on dates'
";
arnews[5] += "The Valentine's Day actress, who last week revealed that she \"hated\" the idea of marriage, said that she always expects men to pay on dates.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 11:41:35 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("