var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Java: MaryEllen Fillo: Lavoisier Finds A Lasting Role, And Love, On 'OLTL'
";
arnews[0] += "John-Paul Lavoisier, Rex Balsom on \"One Life To Live,\" visits Hartford Sunday for the Women's Expo at the Connecticut Expo Center.";
arnews[0] += "
Publ.Date : Sat, 12 Sep 2009 11:35:44 GMT";
arnews[0] += "
";
arnews[1]="Thanking all for support of Gabriel Project
";
arnews[1] += "The Gabriel Project would like to thank the nearly 200 people who attended the Celebrity Auction at Veterans Memorial School in Vineland.";
arnews[1] += "
Publ.Date : Fri, 12 Jun 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]=""Interesting article-drama about Shawn and Belle s/l...."
";
arnews[2] += "This is a place for all DOOL fans to come together and discuss events on the show, either current, past or even speculate on the future.";
arnews[2] += "
Publ.Date : Mon, 08 Jun 2009 11:01:54 GMT";
arnews[2] += "
";
totcount = 3;
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("