var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Myths and Legends 6 volumes by various
";
arnews[0] += "Language & Culture / Mythology and Legend. / Myths and Legends 6 volumes by various Tuesday, February 02, 2010 Book Title: Myths and Legends 6 volumes Author: various ISBN: MW00128213 Publisher: Senate Year Published: 1994,1995 Our Price: 25.30 GBP Description: Myths and Legends, set of six paperback volumes published by Senate, an imprint of ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 15:05:33 GMT";
arnews[0] += "
";
arnews[1]="Brides Against Breast Cancer
";
arnews[1] += "Here's an event that makes dreams come true. The Making Memories Breast Cancer foundation will be holding its annual Brides against Breast Cancer charity wedding gown sale in Portland January 22-24 at the Doubletree Hotel.";
arnews[1] += "
Publ.Date : Thu, 07 Jan 2010 20:21:22 GMT";
arnews[1] += "
";
arnews[2]="Having Said that: Readers agree phrase is overused
";
arnews[2] += "Sometimes I have no way of knowing which items here strike a chord with readers and which ones don't. Other times, they let me know by writing to comment or to agree or disagree with something I have written.";
arnews[2] += "
Publ.Date : Sat, 02 Jan 2010 23:40:16 GMT";
arnews[2] += "
";
arnews[3]="Minnesota composer's collaborative multimedia work to premiere in Havana
";
arnews[3] += "The 100-year-old character El Viejo is played by Cuban musician Angel de la Cuesta, who is 98.";
arnews[3] += "
Publ.Date : Wed, 25 Nov 2009 16:08:00 GMT";
arnews[3] += "
";
arnews[4]="Random 21
";
arnews[4] += "2. The Poets of Rhythm's Discern/Define Making up for decades of unfunky Germans.";
arnews[4] += "
Publ.Date : Sat, 31 Oct 2009 12:16:20 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("