var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Greek” the “G” word is spoken, “Graduation.” - Radio Business Report
";
arnews[0] += "Miss Cartwright goes to Washington? The Future looms over Casey and Cappie. The “G” word is finally spoken out loud –“Graduation.” Casey is ready to discuss the future with a resistant Cappie, and the situation isn’t helped by handsome ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 12:07:00 GMT";
arnews[0] += "
";
arnews[1]="Five Reasons to Tune In to 'Greek' - YAHOO!
";
arnews[1] += "It's pass or fail time for the students at Cyprus Rhodes University. With many of \" Greek 's\" major players — including Casey, Cappie, Evan and Ashleigh — set to graduate at the end of the semester, the future of the college-based drama is up in ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
totcount = 2;
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("