var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elvis On Lennon Soundtrack
";
arnews[0] += "Sony Music announced the tracklist for the original soundtrack album to \"Nowhere Boy\", the new biopic movie on the early life of John Lennon which will feature the music that inspired the young Lennon to become a musician.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:16:50 GMT";
arnews[0] += "
";
arnews[1]="Maggie
";
arnews[1] += "How do you avoid beadera TMs burnout? I like to read forums about beading. They help me stay connected with other beaders and hear the latest news in the bead world.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'New York, I Love You' has lovely moments
";
arnews[2] += "In 'New York, I Love You,' short stories seem to end just as they're beginning. For transcendence, look closely.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:32:19 GMT";
arnews[2] += "
";
arnews[3]="'Love and Pain and the Whole Damn Thing'
";
arnews[3] += "Alan J. Pakula was an all-around movie-making talent always on the edge of Academy Awards , yet he never got to take home an Oscar.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:50:35 GMT";
arnews[3] += "
";
arnews[4]="Local roundup: Aptos' Sooter named SCCAL volleyball MVP
";
arnews[4] += "Aptos High volleyball player Steffi Sooter has been named the Most Valuable Player of the Santa Cruz Coast Athletic League by league coaches.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:02:00 GMT";
arnews[4] += "
";
arnews[5]="Writer Mines Past Imperfect
";
arnews[5] += "Fifteen years - and one husband, two children and one move to the 'burbs - later, Simone spent this past winter poring over her life's work while selecting 100 pieces to be reprinted in her new collection, From Beer to Maternity .";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:55:07 GMT";
arnews[5] += "
";
arnews[6]=""New York, I Love You"
";
arnews[6] += "Tuesday, 17 November 2009 [Language and sexual content.] - Numerous filmmakers direct a series of eclectic vignettes that pay tribute to the Big Apple in this entertaining, star-dotted but uneven film that follows various couples, including a Hassidic diamond dealer negotiating prices with an Indian Jewish buyer before her wedding, two pickpockets ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 02:32:27 GMT";
arnews[6] += "
";
arnews[7]="This week: Ryan Sidebottom
";
arnews[7] += "We caught up with England seam bowler Ryan Sidebottom to discover his affection for Steps, Maggie Q and Nicky Clarke hair products.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 23:15:12 GMT";
arnews[7] += "
";
totcount = 8;
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("