

function stratusFact() {

var r_text = new Array ();
r_text[0] = "Did you know that on March 15, 2003 Trish became the second Woman in WWE History to win the Womens Championship 4 times.";
r_text[1] = "Trisn had ankle surgery on August 2, 2001 and co-host Excess during her time away from the ring.";
r_text[2] = "Did you know Trish was a Hulkamanic while growing up and big fan of Macho Man, Randy Savage.";
r_text[3] = "Did you know Trish owns a silver Cadillac STS & a 1967 Camaro SS.";
r_text[4] = "Did you know Trish won her first title on November 18, 2001.";
r_text[5] = "Did you know Trish debuted in the WWF in March 2000.";
r_text[6] = "Trish is the only Diva to win 2 titles in 2 different weeks.";
r_text[7] = "Did you know Trish won the Women's title for the 2nd time on May 13, 2002.";
r_text[8] = "Trish won the Hardcore title on May 6, 2002.";
r_text[9] = "Trish won the Women's title for the third time on September 22, 2002.";
r_text[10] = "Did you know Trish's first WrestleMania was WrestleMania 7 as a child.";
r_text[11] = "Did you know Trish officially signed her WWF contact on November 24, 1999.";
r_text[12] = "Trish is the first Diva to appear on the cover of the Divas magazine two times in a row.";
r_text[13] = "Did you know Trish is the only Diva to win Internet Babe of the Year three times in a row.";
r_text[14] = "Trish attended York University in Toronto until the Professors went on strike causing her to consider a different future.";
r_text[15] = "Did you know Trish won the 790 The Zone Field of 64 Women contest.";
r_text[16] = "Did you know Trish's favorite sport's team is the Toronto Maple Leafs.";
r_text[17] = "Did you know that Trish loves to collect Barbie dolls.";
r_text[18] = "Did you know Trish's theme 'Time To Rock & Roll' was done by LiL Kim.";
r_text[19] = "Did you know Trish attended Bayview Secondary School.";
r_text[20] = "Did you know Trish played on York's varsity field hockey team.";
r_text[21] = "Did you know Trish's favorite Kool Aid flavor is Grape.";
r_text[22] = "There are 3 hidden special features on the Collector's Edition DVD. Did you find them all?";
r_text[23] = "In 2004 Trish won Fox Sports 'Girl Next Door' Hottest Female Athlete (2004) in which she competed against 32 other mainstream female athletes in sports entertainment.";
r_text[24] = "Trish is a Spokesperson & representative for WNSA (World Natural Sports Association).";
r_text[25] = "Did you know Trish has two sisters, Christy and Melissa.";
r_text[26] = "Did you know Trish's full name is Patricia Anne Stratigias, made public in WWE Unscripted.";
r_text[27] = "Did you know Trishworked at a small gym called Sallys Gym before becoming a fitness model.";
r_text[28] = "Trish has made 2 'sneak appearences' in 2 movies as posters. Butterfly Effect featured a multi-diva poster in the background and Bullet Proff Monk featured Trish's first Divas magazine cover.";
r_text[29] = "Trish won the Women's title for the fourth time March 30, 2004 at Wrestlemania XIX.";
r_text[30] = "Trish won the Women's title for a record setting fifth time on June 13, 2004.";
r_text[31] = "Trish wrestled less matchs the year of her heel turn in 2004, then she did her first full year with the WWE, 2001.";
r_text[32] = "On January 09, 2005 Trish won the Women's title from Lita at New Years Revolution to become the WWE's first 6-time Women's Champion.";

document.write(r_text[Math.round(32*Math.random())]);

}
