var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="complete Schedule of MPT HD
";
arnews[0] += "NOVA Examines the roots of our own species, Homo sapiens, and evidence that points to southern Africa some 200,000 years ago.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:29:31 GMT";
arnews[0] += "
";
arnews[1]="complete Schedule of MPT HD
";
arnews[1] += "Antiques Roadshow A colorful assortment of finds includes a rare Dirk Van Erp lamp and an 1876 portrait Jumeau doll.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:28:41 GMT";
arnews[1] += "
";
arnews[2]="complete Schedule of MPT 2
";
arnews[2] += "Paintings by Gericault, Turner, Delacroix, and Goya demonstrate the astonishing range of styles in the Romantic movement as artists strive for individual expression Rebroadcast 08:30 AM Passport to Adventure Hike stunning coastline, ride a steam train, learn to pilot a canal boat and visit a cheese maker.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 06:22:29 GMT";
arnews[2] += "
";
arnews[3]="complete Schedule of MPT HD
";
arnews[3] += "NOVA Investigates first skeleton that looks like us, \"Turkana Boy,\" specimen of Homo erectus found by Leakey team in Kenya.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 06:22:17 GMT";
arnews[3] += "
";
arnews[4]="complete Schedule of MPT HD
";
arnews[4] += "04:30 AM Sherlock Holmes The Hound of the Baskervilles - Part One Holmes investigates the legend of the hound that has haunted the Baskerville family for 200 years.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 06:22:13 GMT";
arnews[4] += "
";
arnews[5]="Bafta blues
";
arnews[5] += "The glitz and glamour of the annual Bafta Scotland awards betrayed some pessimism in the home grown industry.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 21:23:24 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("