var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Nate and Hingy
";
arnews[0] += "My new puppy playing with my girlfriend's brother's puppy, Hingy.";
arnews[0] += "
Publ.Date : Tue, 05 May 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="tommy emanuell
";
arnews[1] += "a classical gas compilation hingy not to clear bt";
arnews[1] += "
Publ.Date : Fri, 06 Mar 2009 04:12:21 GMT";
arnews[1] += "
";
arnews[2]="Martina Hingis and Anna Kournikova
";
arnews[2] += "Martina Hingis and Anna Kournikova";
arnews[2] += "
Publ.Date : Wed, 04 Feb 2009 08:00:00 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="silent hill 4 parody hingy
";
arnews[3] += "meh its early in the morning i cant sleep";
arnews[3] += "
Publ.Date : Thu, 22 May 2008 03:29:24 GMT";
arnews[3] += "
";
arnews[4]="1997 US Open (Final) - Hingis Vs V Williams
";
arnews[4] += "1997 US Open (Final) - Hingis Vs V Williams";
arnews[4] += "
Publ.Date : Tue, 19 Feb 2008 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sania beats Hingis at East West Bank Classic
";
arnews[5] += "Sania Mirza's sensational form continued unabated as she upset seventh seed Martina Hingis to storm into the quarterfinals of the USD 600,000 East West Bank Classic tournament....";
arnews[5] += "
Publ.Date : Sat, 08 Dec 2007 09:51:22 GMT";
arnews[5] += "
";
arnews[6]="VARIOUS: TENNIS - Hingis tests positive for cocaine, retires
";
arnews[6] += "Former world number one Martina Hingis said on Thursday (November 1) she had tested positive for cocaine during Wimbledon this year and announced she was retiring from the...";
arnews[6] += "
Publ.Date : Fri, 02 Nov 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="TENNIS: Martina Hingis announces her retirement following positive cocaine test
";
arnews[7] += "Former tennis number one Martina Hingis has admitted she tested positive for cocaine during the 2007 Wimbledon tournament, and has announced her retirement. Hingis says she is...";
arnews[7] += "
Publ.Date : Thu, 01 Nov 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="commons conor and gavin in the river number 2
";
arnews[8] += "ryan commons, conor o'hanlen and gavin purdy down at calderglen walk threw the river hingy in thaire socks and boxers lmao number 2";
arnews[8] += "
Publ.Date : Tue, 03 Jul 2007 17:10:14 GMT";
arnews[8] += "
";
arnews[9]="commons conor and gavin in the river
";
arnews[9] += "ryan commons, conor o'hanlen and gavin purdy down at calderglen walk threw the river hingy in thaire socks and boxers lmao";
arnews[9] += "
Publ.Date : Tue, 03 Jul 2007 17:01:33 GMT";
arnews[9] += "
";
totcount = 10;
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("