var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will U B My Valentine, Mr. Values? . . .
";
arnews[0] += "I had this friend J.J. . With her biological clock on alarm, this publisher, a pillar of her community, fell madly in love with the man of her dreams: tall, dark, handsome, smart, successful, loved kidsin fact, he was married and had three of them.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:58:38 GMT";
arnews[0] += "
";
arnews[1]="10 things women really want
";
arnews[1] += "Yeah, yeah, you're right, buddy. Valentine's Day is a hustle, a scam thought up by greeting-card companies, florists, chocolatiers and jewelers to inconvenience you every stinking February.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:05:21 GMT";
arnews[1] += "
";
arnews[2]="Desperate Housewives, C4, C4 HD 10pm
";
arnews[2] += "John The Gardener makes a mouth-watering return to the series this week and he's now John The Restaurant Owner.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[2] += "
";
arnews[3]="Andrea Bowen to star in 'After the Fall'
";
arnews[3] += "\"Desperate Housewives\" regular Andrea Bowen will star in a Hallmark Channel movie, \"After the Fall.\" Bowen and Greg Evigan have been cast in the original telefilm about a horseback rider whose accident leaves her paralyzed.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 11:31:00 GMT";
arnews[3] += "
";
arnews[4]="Local venues geared with Valentine's Day treats
";
arnews[4] += "With the end of the year upon us, it's time to try predicting next year's hottest food trends.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:43:46 GMT";
arnews[4] += "
";
arnews[5]="Video Included: Cooper sues sheriff's office, sheriff Ingram and former sheriff Hewett
";
arnews[5] += "George Cooper, the Leland man shot by two sheriff's deputies in May 2007, has sued the Brunswick County Sheriff's Office, Sheriff John Ingram and former sheriff Ronald Hewett.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:10:43 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("