var arnews = new Array(2); totcount = 2; rnd = 1; document.write("
");
document.write("![]() "); arnews[0]="For Bonobo Males, Mom Is the Best Wingman (LiveScience.com) "; arnews[0] += "LiveScience.com - To most human males, the thought of your mother anywhere near your sex life is probably horrifying. Not so for the bonobo, one of our closest primate relatives. A new study confirms that hanging out with mom boosts male bonobos' chances of getting intimate with a fertile female."; arnews[0] += " Publ.Date : Tue, 31 Aug 2010 23:21:10 GMT"; arnews[0] += " "; arnews[1]="Antihistamine use linked to extra pounds (Reuters) "; arnews[1] += "Reuters - People who use prescription antihistamines to relieve allergy symptoms may be more likely than non-users to carry excess pounds, a new study suggests, although the significance of the connection is not yet clear."; arnews[1] += " Publ.Date : Wed, 25 Aug 2010 18:04:34 GMT"; arnews[1] += " "; totcount = 2; 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(" |