var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Love Stories
"; arnews[0] += "Every love song tells a story. So which one is yours? It's almost certain you'll find one among the 74 timeless tunes in this four-CD package, released just in time for Valentine's Day."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:33:56 GMT"; arnews[0] += "
"; arnews[1]="The Closet Thinker: Best Glasses
"; arnews[1] += "Glasses are as important an accessory as any other, but more visible. Previous of Images Large retro, 249, by Cutler & Gross Thick-rimmed, 119, by D&G, from David Clulow Round, 205, by prism As I sit at my computer writing this I am wearing a pair of reading spectacles bought at Luton airport while waiting for a delayed easyJet flight."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:54:28 GMT"; arnews[1] += "
"; arnews[2]="Torn - Natalie Imbruglia
"; arnews[2] += "By mixing Lisa Loeb/Alanis Morissette-like singing with music that sounds similar to a more mainstream Portishead at times, Natalie Imbruglia became one of the biggest pop sensations in Europe."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 01:39:59 GMT"; arnews[2] += "
"; arnews[3]="February 4: Washington voted first U.S. President, Confederate States of America founded
"; arnews[3] += "Maine Fast Fact : Acadia National Park's shallowest pond is the Tarn at just five feet deep and its deepest pond in Jordan Pond at 150 feet deep."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="On Feb. 4, 1932, The Winter Olympic Games opened at Lake Placid, NY
"; arnews[4] += "Today's Highlight in History: On Feb. 4, 1783, Britain's King George III proclaimed a formal cessation of hostilities in the American Revolutionary War."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 20:10:19 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("
");document.write("
");