var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Morley Safer on Human Gullibility
";
arnews[0] += "The father of the Ponzi scheme, Charles Ponzi. Written by \"60 Minutes\" correspondent Morley Safer If there is indeed a sucker born every minute, there are at least three con artists born every 30 seconds destined to take him for a ride.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:30:08 GMT";
arnews[0] += "
";
arnews[1]="Update on the latest in sports
";
arnews[1] += "NBA -LATEST SCORES Carter gets 48 in Magic victory UNDATED Vince Carter poured in 48 points in the Orlando Magic's 123-117 victory over the New Orleans Hornets.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Buckeyes keep pace in race for the Big Ten title
";
arnews[2] += "Evan Turner stayed up late Saturday night, watching Michigan State lose to turn the Big Ten race into a free-for all.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:42:33 GMT";
arnews[2] += "
";
arnews[3]="Loss to Stanford is still a win for USC's Gemelos
";
arnews[3] += "Stanford forward Jayne Appel grabs a rebound in front of USC guard Briana Gilbreath.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="College Basketball Roundup
";
arnews[4] += "No. 3 Syracuse 71, Cincinnati 54: At Cincinnati, Kris Joseph hit a pair of 3s that sparked Syracuse's decisive second-half run Sunday, and the Orange kept the best start in school history going with a 71-54 victory over Cincinnati, their 10th in a row.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="College-Basketball Roundup: Orange win 10th in row; Connecticut women roll
";
arnews[5] += "No. 3 Syracuse 71, Cincinnati 54: Kris Joseph hit two 3-pointers that sparked a decisive second-half run as visiting Syracuse kept the best start in school history going with a victory over Cincinnati yesterday, its 10th straight win.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 05:20:17 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("