var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Johnny Weir on "Gay" Figure Skating - Advocate
";
arnews[0] += "HBO Real Sports asked Olympic figure skater Johnny Weir whether he thought the sport's \"gay\" reputation hurt its popularity. His answer jibed at men whom he said would prefer to see \"spandexed men hitting each other's ass and throwing a ball.\" \"Do ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[0] += "
";
arnews[1]="Johnny Weir: Straight Men Would Rather See Male Spandex Asses Getting ... - Towleroad
";
arnews[1] += "Johnny usually annoys me to no end purely b/c his skating has not lived up to his potential on the international stage. I could care less about his personal life, except when it's clear he's letting it interfere with his skating. Still he really is ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[1] += "
";
arnews[2]="'Be Good Johnny Weir': 'I was a taller girl too, once' - Entertainment Weekly Online
";
arnews[2] += "He truly sealed the deal as he was filmed teaching a seminar to kids in Long Island. Memories of Weir’s catty initial response to his agent, Tara: “I love children, but Long Island ?” melted away as he was clearly devoted to sharing not only ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[2] += "
";
arnews[3]="Johnny Weir’s furs and tights - Outsports.com
";
arnews[3] += "As a fan of figure skater Johnny Weir, I’m now pretty convinced he’s headed for trouble in Vancouver. I don’t know his training regimen, but it seems from the outside that he’s focusing on everything but skating lately. No doubt you’ve ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT";
arnews[3] += "
";
arnews[4]="Johnny Weir acquiesces, agrees to wear faux fur - ESPN.com
";
arnews[4] += "AP Photo/Elaine Thompson Here's the costume Johnny Weir wore on Jan. 17, drawing the ire of animal rights advocates. This was only a matter of time. Johnny Weir has been forced to switch from real to fake fur. Weir wore a costume for his free program ...";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[4] += "
";
arnews[5]="Here is Johnny Weir singing 'Before He Cheats' - YAHOO!
";
arnews[5] += "I guess this is a preview? For himself? I don't know. I do know that it's definitely a video of Johnny Weir singing \"Before He Cheats\" by Carrie Underwood. Yep, that's really it. America's most infamous figure skater karaoking a country song while ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 22:12:00 GMT";
arnews[5] += "
";
arnews[6]="Presenting Johnny Weir — Rear View — in a Custom Rodarte Unitard - Nymag.com
";
arnews[6] += "Rodarte made outfits for thirteen Olympians participating in the Games beginning next week. Ryan McGinley shot the sportsmen and women in their custom knits for The New York Times Magazine coming out this Sunday. Rodarte designers Kate and Laura ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 02:44: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("