var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Empathy and Stress Levels May be Coded Into Our Genes
"; arnews[0] += "CORVALLIS, Ore. Researchers have discovered a genetic variation that may contribute to how empathetic a human is, and how that person reacts to stress."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:58:23 GMT"; arnews[0] += "
"; arnews[1]="Study Links Genetic Variation To Individual Empathy, Stress Levels
"; arnews[1] += "Main Category: Anxiety / Stress Also Included In: Autism ; Genetics ; Psychology / Psychiatry Article Date: 17 Nov 2009 - 4:00 PST Researchers have discovered a genetic variation that may contribute to how empathetic a human is, and how that person reacts to stress ."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:00:00 GMT"; arnews[1] += "
"; arnews[2]="Empathy in Your Genes?
"; arnews[2] += "In the first study of its kind, a variation in the hormone/neurotransmitter oxytocin's receptor was linked to a person's ability to infer the mental state of others."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:01:29 GMT"; arnews[2] += "
"; arnews[3]="Goals by Sam Blair and Christine Simone lead Southwick girls soccer to 2-1 victory over South Hadley
"; arnews[3] += "Sam Blair and Christine Simone scored one goal each as Southwick shaded South Hadley, 2-1, in high school girls soccer ."; arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 03:47:57 GMT"; arnews[3] += "
"; arnews[4]="Galerie Popoff : Rare Russian Art to be Offered at Christie's London in October
"; arnews[4] += "Christie's announced the auction of Galerie Popoff - An Enduring Passion for Russian Art which will take place on 12 and 13 October 2009 in London, and which will present exceptional Russian works of art from one of the most renowned Russian galleries in Paris."; arnews[4] += "
Publ.Date : Sat, 08 Aug 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Federal Court Fight For Dog Continues
"; arnews[5] += "Audrey sets her trap for James; Janet puts the pieces together. Guiding Light 3:00PM - 4:00PM Doris has a heart-to-heart with Ashlee; Alan makes the only decision he can to save his son; Olivia surprises Natalia."; arnews[5] += "
Publ.Date : Fri, 04 Sep 2009 18:46:46 GMT"; arnews[5] += "
"; arnews[6]="Harry Potter and the bewitching strip show: Actress in naked plunge in lake at festival
"; arnews[6] += "Natalia Tena: The Harry Potter actress shocked onlookers as she went skinny dipping at a music festival at the weekend She plays clumsy witch Nymphadora Tonks in the blockbuster Harry Potter films."; arnews[6] += "
Publ.Date : Tue, 28 Jul 2009 15:21:50 GMT"; arnews[6] += "
"; totcount = 7; 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("
");