var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The libertine's guide to gallantry: the group pick-up
"; arnews[0] += "Large groups of women are often avoided by insecure men. To men on the hunt, these clusters are akin to herds of gazelles: their number often makes it difficult to separate one from the pack."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:44:00 GMT"; arnews[0] += "
"; arnews[1]="In Time for Valentine's Day: the Love Dare's New Online/On Video...
"; arnews[1] += "Love Dare Stories: LoveDareStories.com Love Dare Day by Day: 365 http://bit.ly/70FW8z Love Dare Day by Day: 30 http://bit.ly/7Uh7k3 On Tuesday February 9, 2010, 6:58 pm EST NASHVILLE, Tenn."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:54:03 GMT"; arnews[1] += "
"; arnews[2]="Falcons prevail over Sultan in triple-overtime thriller
"; arnews[2] += "Falcon basketball games may have to start coming with a warning label: May cause heart palpitations, tightness of the throat, anxiety and euphoria."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:03:55 GMT"; arnews[2] += "
"; arnews[3]="Hello World Azure in PHP
"; arnews[3] += "Building on the Windows Azure Command Line Tools blog post, I thought we could kick it up a notch and get PHP running in Azure leveraging the command line tools."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:20:24 GMT"; arnews[3] += "
"; arnews[4]="Interim board named at troubled First Nations university
"; arnews[4] += "SASKATOON a ' An interim board of governors was named Tuesday for the First Nations University of Canada, tasked with helping the troubled institution deal with allegations of financial impropriety and a history of governance problems."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:10:14 GMT"; arnews[4] += "
"; arnews[5]="A History of Jiu Jitsu: Final
"; arnews[5] += "Carlos and Helio Gracie took Japanese Judo and molded it to fit their frailer bodies, moving an evolution that started with Samurai and now needed to be brought to the world."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:51:19 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("
");document.write("
");