var arnews = new Array(10);
totcount = 5;
rnd = 1;
arnews[0]="Such Good Friends
";
arnews[0] += "Julie Messinger (Dyan Cannon) has it made. She is a New York housewife whose husband, Richard (Laurence Luckinbill), is an editor for a prominent photography magazine. They have a...";
arnews[0] += "
Publ.Date : Fri, 13 Jul 2007 01:11:48 GMT";
arnews[0] += "
";
arnews[1]="Protecting A Friend
";
arnews[1] += "Jt's good friend Brittney is Pregnant with her Husbends baby, the mob is threatening her husbend so JT says the baby is his to protect it. only JT, Brittney and her Hubby know the...";
arnews[1] += "
Publ.Date : Fri, 09 Jun 2006 21:07:04 GMT";
arnews[1] += "
";
arnews[2]="True Love Forever
";
arnews[2] += "song by mandy moore \"Your Face\" again i love the story with colleen and JT from young and restless, but only with Lyndsy Fonseca as Colleen. P.S.. I Didnt Make This Video, I got...";
arnews[2] += "
Publ.Date : Fri, 09 Jun 2006 20:41:11 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Biggest Mistake
";
arnews[3] += "Colleen knows what he did... this song is shoulda, woulda, coulda by brian mcknight (all these are songs) PS. I Didnt Make This Video, I got it from www.thad-luckinbill.com just...";
arnews[3] += "
Publ.Date : Fri, 09 Jun 2006 20:31:50 GMT";
arnews[3] += "
";
arnews[4]="Thad Luckinbill -- Light My Way
";
arnews[4] += "Thad also wrote this song for the show Y&R after his character JT, cheats on colleen and he sees her with someone new. LOVE this song.. OMG P.S.. I Didnt Make This Video, I got it...";
arnews[4] += "
Publ.Date : Fri, 09 Jun 2006 05:55:35 GMT";
arnews[4] += "
";
totcount = 5;
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("