var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="WATCH ME GRACE PARK - Globe and Mail
";
arnews[0] += "Let's be blunt, many fans place you squarely in the hot category. How do you put that into perspective? Perspective? I compile all the \"hot lists\" I've ever been on and take it very, very personally. I jest. Growing up I was quite an ordinary girl, a ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:57:00 GMT";
arnews[0] += "
";
arnews[1]="The Houstonian Golf and Country Club - LPGA
";
arnews[1] += "First-round ends, second begins in Houston. Rain and threatening storms in the area caused a six hour delay that kept players off the course until 1 p.m. CST at the LPGA Tour Championship Presented by Rolex. Ten players finished their first round ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[1] += "
";
arnews[2]="Iligal na sugal, talamak sa Caloocan - The Journal Group Online
";
arnews[2] += "TALAMAK umano sa Calocan ang bookies at iba pang iligal na sugal na maaaring hindi alam ng mga lokal na opisyal. Ayon sa isang mag-asawang taga-Sangandaan, na natatakot na mabunyag ang pangalan, ang mga iligal na sugal ay kinalolokohan hindi lamang ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 16:39:00 GMT";
arnews[2] += "
";
arnews[3]="Rahway chiropractic clinic owner accused of staging accidents to ... - Bridgeton News
";
arnews[3] += "If convicted, Castanon faces up to 20 years in prison, said Grace Park, an assistant U.S. attorney.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:21:00 GMT";
arnews[3] += "
";
arnews[4]="Na Yeon Choi grabs Samsung lead - WCPO
";
arnews[4] += "South Korea's Na Yeon Choi parlayed a hot start into a nine-under 63 and a two-shot lead Saturday at the Samsung World Championship. The talented 21-year-old fired a six-under 30 on the front nine, then cooled off some for a 33 on the back nine to ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 21:02:00 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("