var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is There More for Us to Learn From Oncology?: Examining the...
";
arnews[0] += "Correspondence to Douglas Sawyer, MD, Vanderbilt University Medical Center, 383 Preston Research Bldg, 2220 Pierce Ave, Nashville, TN 37232-6300. E-mail douglas.b.sawyer@vanderbilt.edu Key Words: Editorials * angiogenesis * cardiomyopathy Decades of basic and clinical research have improved the cure rates of many forms of cancer, particularly ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:46:03 GMT";
arnews[0] += "
";
arnews[1]="Avon teams have great fun with double triumph
";
arnews[1] += "Avon 's Primary Sportshall Athletics Squad dominated the South West 'Fun in Athletics' Championships at UWE last Sunday, with both the boys and girls teams running away as champions.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="the Conversation: Fed Up Friday
";
arnews[2] += "This week on Fed Up Friday Diane Sawyer helps viewers get answers to their problems.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 23:45:58 GMT";
arnews[2] += "
";
arnews[3]="Women let win slip away to Utes, 68-65
";
arnews[3] += "The CSU women's basketball team has done a good job this season of not letting leads slip away down the stretch.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Utah rallies to beat CSU women, 68-65
";
arnews[4] += "The CSU women's basketball team let one slip away tonight. The Rams, ahead by three points with less than 21 2 minutes to play, saw Utah rally for a 68-65 victory before 1,027 fans at Moby Arena.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 10:31:38 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("