var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="PM a no-show for Lucy Lawless, cheque - New Zealand Herald
"; arnews[0] += "It seems celebrity does not wash with the Prime Minister. Lucy Lawless turned up at Parliament today with Greenpeace, bearing a $5,000 cheque and a bunch of flowers for John Key to send him to next month's climate change meeting in Copenhagen. The ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:58:00 GMT"; arnews[0] += "
"; arnews[1]="Lucy Lawless offers cash to Key - ninemsn
"; arnews[1] += "Prime Minister John Key will be offered $NZ4781 ($A3,834) by actress Lucy Lawless, of Xena: Warrior Princess fame, and climate scientists Jim Salinger in an attempt to get him to a climate change conference in Denmark next month. The international ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:01:00 GMT"; arnews[1] += "
"; arnews[2]="Kiwi men too sexy for NZ sheilas - New Zealand Herald
"; arnews[2] += "Kiwi blokes are among the world's most attractive, but New Zealand women are struggling in the good-looks competition, according to a website that lets only beautiful people sign up. Members of beautifulpeople.com rate applicants to the site on how ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:19:00 GMT"; arnews[2] += "
"; arnews[3]="Lawless, Salinger offer PM ticketĀ  - ONE News
"; arnews[3] += "Prime Minister John Key will be offered $4,781 by Lucy Lawless and Jim Salinger in an attempt to get him to a climate change conference in Denmark next month. The international climate change meeting in Copenhagen will be a big step towards getting ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 GMT"; arnews[3] += "
"; arnews[4]="PM Key confronted by warrior princess - Skynews.com
"; arnews[4] += "Actress Lucy Lawless and climate scientist Jim Salinger only got as far as the front desk when attempting to give NZ PM John Key a boarding pass to Copenhagen. Representing Greenpeace, Ms Lawless and Dr Salinger were responding to Mr Key's decision ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 GMT"; arnews[4] += "
"; arnews[5]="Lawless fails to deliver cash to Key - ninemsn
"; arnews[5] += "Actress Lucy Lawless, of Xena the Warrior Princess fame, and climate scientist Jim Salinger only got as far as the Beehive front desk when attempting to give Prime Minister John Key a boarding pass to Copenhagen on Wednesday. Representing Greenpeace ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 04:24:00 GMT"; arnews[5] += "
"; arnews[6]="ICT supports UN 18 days before Copenhagen - National Business Review
"; arnews[6] += "Yesterday, actress and Greenpeace activist Lucy Lawless went to Parliament to present Mr Key with a cheque for the $5000. Mr Key did not meet with Ms Lawless or accept the cheque."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 01:52:00 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("
");