var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Custom Wayne Gretzky Phoenix Coyote Jersey!
";
arnews[0] += "This is a new custom made Wayne Gretzky Phoenix Coyote Jersey It was made when he was coaching the Coyotes Size XXL Color Wine Made by Koho Stitched No fight.";
arnews[0] += "
";
arnews[1]="Lodur Joins WoW.com | It burns when I PVP! | MMORPGs
";
arnews[1] += "Well Lodur, since it is that time of year, here's ***SECURITY FOOTER*** :: Thanks for reading a post from World of Matticus! You miss 100% of the shots you never take. - Wayne Gretzky This post sponsored by Byte Me Gaming.";
arnews[1] += "
";
arnews[2]="All Your Latest News » Blog Archive » Betty Fox, Gretzky, could ...
";
arnews[2] += "“Wayne Gretzky seems like the favourite because he's a global name and represents Canada's game,” says CBC's Tom Harrington. Gretzky's name and face are recognized worldwide, and unlike Terry or Betty Fox, he is an Olympian. ...";
arnews[2] += "
";
arnews[3]="winter sport news: Sarà Wayne Gretzky ad accendere Vancouver?
";
arnews[3] += "In pole position c'è il leggendario Wayne Gretzky, \"The Great One\", il giocatore più famoso della storia dell'hockey su ghiaccio, vera e propria icona vivente dello sport nazionale canadese. Secondo un sondaggio la maggioranza del paese ...";
arnews[3] += "
";
arnews[4]="Drew Brees Tribute Art Benefits Foundation
";
arnews[4] += "Drew Brees, the first football player to be featured with the Looney Tunes, joins an elite group of sports legends including Michael Jordan, Muhammad Ali, Wayne Gretzky, and Derek Jeter who have all been featured in a Warner Bros. ...";
arnews[4] += "
";
arnews[5]="PENS WANT ALL-STAR GAME, FROZEN FOUR | Mondesi's House
";
arnews[5] += "Not only was it the first time that Mario Lemieux and Wayne Gretzky played head-to-head in front of a national TV audience, it was the first time a skills competition and Old-Timers game were included in the weekend. ...";
arnews[5] += "
";
arnews[6]="Love to see Gretzky light cauldron with flaming puck | Blenz Blog
";
arnews[6] += "Most responded Betty Fox, Michael J. Fox or Wayne Gretzky. Betty Fox would be great because she represents her son's legacy. Our reporter, Kristen Thompson, said she can't think of anyone else who's united the country the way Terry Fox ...";
arnews[6] += "
";
arnews[7]="2010 Olympics Preview: Women's Ice Hockey | Fanatchicks.com
";
arnews[7] += "She has been called the Wayne Gretzky of women's hockey. A sixteen year national team veteran, she has three Winter Olympic medals to her name, two gold and a silver. She is also the first woman to score a goal in a men's pro league. ...";
arnews[7] += "
";
arnews[8]="Foreclosure News: Lenny Dykstra's Thrashed Mansion Back on the ...
";
arnews[8] += "The mansion that he obtained back in 2005 came from one of the most famous hockey players of all time, Wayne Gretzky. Lenny bought the home from Wayne at an astonishing price of $17 million. Last summer Mr. Dykstra placed the property ...";
arnews[8] += "
";
arnews[9]="Product Launch Campaigns – the Lifeblood of the Business | Blast ...
";
arnews[9] += "In the words of the Great One – Hockey Legend Wayne Gretzky, make sure you are going where the puck will be, not where it is. Otherwise, your launch campaign may miss the mark. Elements to research during data collection. Market-based ...";
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("