commit 6685d624cd5238567e93a6514d983afac39d2d10 Author: Jim Infield Date: Thu Jan 1 12:00:00 2009 -0600 import of old work diff --git a/DOM/script.js b/DOM/script.js new file mode 100644 index 0000000..58fa8af --- /dev/null +++ b/DOM/script.js @@ -0,0 +1,70 @@ + // this function is needed to work around + // a bug in IE related to element attributes + function hasClass(obj) { + var result = false; + if (obj.getAttributeNode("class") != null) { + result = obj.getAttributeNode("class").value; + } + return result; + } + + function stripe(id) { + + // the flag we'll use to keep track of + // whether the current row is odd or even + var even = false; + + // if arguments are provided to specify the colours + // of the even & odd rows, then use the them; + // otherwise use the following defaults: + var evenColor = arguments[1] ? arguments[1] : "#fff"; + var oddColor = arguments[2] ? arguments[2] : "#eee"; + + // obtain a reference to the desired table + // if no such table exists, abort + var table = document.getElementById(id); + if (! table) { return; } + + // by definition, tables can have more than one tbody + // element, so we'll have to get the list of child + // <tbody>s + var tbodies = table.getElementsByTagName("tbody"); + + // and iterate through them... + for (var h = 0; h < tbodies.length; h++) { + + // find all the <tr> elements... + var trs = tbodies[h].getElementsByTagName("tr"); + + // ... and iterate through them + for (var i = 0; i < trs.length; i++) { + + // avoid rows that have a class attribute + // or backgroundColor style + if (! hasClass(trs[i]) && + ! trs[i].style.backgroundColor) { + + // get all the cells in this row... + var tds = trs[i].getElementsByTagName("td"); + + // and iterate through them... + for (var j = 0; j < tds.length; j++) { + + var mytd = tds[j]; + + // avoid cells that have a class attribute + // or backgroundColor style + if (! hasClass(mytd) && + ! mytd.style.backgroundColor) { + + mytd.style.backgroundColor = + even ? evenColor : oddColor; + + } + } + } + // flip from odd to even, or vice-versa + even = ! even; + } + } + } \ No newline at end of file diff --git a/XML/mar07.xml b/XML/mar07.xml new file mode 100644 index 0000000..ebeb1a8 --- /dev/null +++ b/XML/mar07.xml @@ -0,0 +1,2232 @@ + + + THRILL HILL MOTOCROSS L.L.C. + 03/07/2004 + March 7, 2004 + + + + Shane Vaughn + Humbolt, TN + + HON + 33 + + + 3 + 1 + + + + Jason Kraus + + + HON + 75 + + + 2 + 2 + + + + Rayford Collins Jr. + Arlington, TN + + HON + 67 + + + 1 + 3 + + + + Jeremy Robinson + + + HON + 4 + + + 4 + 4 + + + + Tim Ripley + + + HON + 15 + + + 5 + 5 + + + + Brooks Holcomb + Somerville, TN + + YAM + 27 + + + 6 + 6 + + + + John Wilder + Mason, TN + + KTM + 123 + + + 7 + 7 + + + + Davd Winstead + Dresden, TN + + KAW + 43 + + + 8 + 8 + + + + Donny Lewis + Greenfield, TN + + SUZ + 126 + + + 9 + 9 + + + + Lee Mannin + + + SUZ + 69 + + + 10 + 10 + + + + + + Yeiser Ross + Clifton, TN + + KTM + 34 + + + 1 + 1 + + + + Ian Legens + Gleason, TN + + COB + 30 + + + 2 + 2 + + + + Blake Pollard + + + COB + 12 + + + 4 + 3 + + + + Austin Grabow + + + KTM + 0 + + + 3 + 4 + + + + + + Brice Klippel + + + COB + 40k + + + 1 + 1 + + + + Adam Collins + Arlington, TN + + KTM + 67 + + + 2 + 2 + + + + Garrett Williams + + + COB + 503 + + + 3 + 3 + + + + Trent (t-mac) Macdiarmid + Arlington, TN + + KTM + 583 + + + 4 + 4 + + + + + + Danny Giesler + Springville, TN + + SUZ + 387 + + + 1 + 2 + + + + Austin Guhy + + + KAW + 746 + + + 5 + 3 + + + + Shane Rose + + + YAM + 19 + + + 4 + 4 + + + + Hunter Sykes + + + HON + / + + + 2 + 6 + + + + Preston Seratt + Finley, TN + + SUZ + 29 + + + 7 + 5 + + + + Daniel Russell + + + YAM + 463 + + + 6 + 8 + + + + Myles Taylor + + + SUZ + 924 + + + 14 + 1 + + + + Brandon Thompson + + + YAM + 667 + + + 11 + 9 + + + + Blake Bissinger + + + KTM + 217 + + + 8 + 12 + + + + Jason Gable + + + YAM + 0 + + + 12 + 11 + + + + Brendon Smith + Medina, TN + + HON + 271 + + + 3 + DNF + + + + Brittney Infield + Memphis, TN + + SUZ + 427 + + + 13 + 13 + + + + Daniel Sharp + + + YAM + 89 + + + DNF + 7 + + + + Shea Lattus + + + HON + 103 + + + 9 + DNF + + + + Scott Hutson + Paris, TN + + KTM + 620 + + + 10 + DNF + + + + Stephen Harris + + + YAM + 2 + + + DNS + 10 + + + + + + Jim Moll + + + YAM + 65 + + + 1 + 1 + + + + + + Chris Rotenberry + + + HON + 77 + + + 1 + 1 + + + + + + Stephen Wofford + Trenton, TN + + HON + 243 + + + 2 + 1 + + + + Brandon Stout + + + HON + 7 + + + 1 + 2 + + + + Matt Mount + + + HON + 80 + + + 3 + 3 + + + + + + Spencer Morris + + + HON + 02 + + + 1 + 2 + + + + Jeremy Boaz + + + HON + 8 + + + 3 + 1 + + + + Tommy Sheppard + + + YAM + 2 + + + 2 + DNS + + + + + + Ethan Gibbons + + + YAM + 51 + + + 1 + 1 + + + + + + Gavin Stover + Ridgely, TN + + KAW + 7g + + + 2 + 1 + + + + Jess Wilder + Mason, TN + + KTM + 711 + + + 1 + 2 + + + + Taylor Erwin + + + YAM + 117 + + + 3 + 3 + + + + Shawn Yeager + + + KAW + 654 + + + 4 + 4 + + + + Logan Manley + Lakeland, TN + + COB + 4 + + + 5 + 6 + + + + Jon Ross Lowe + + + KTM + 18 + + + 7 + 5 + + + + Clayton Bradshaw + + + KTM + 5 + + + 6 + 7 + + + + Kylie Infield + Memphis, TN + + KTM + 721 + + + 8 + 8 + + + + + + Matthew Mckinney + So. Fulton, TN + + SUZ + 171 + + + 1 + 1 + + + + Matthew Shaul + Colliverville, TN + + KAW + 88 + + + 3 + 2 + + + + Ty Smithson + + + SUZ + 249 + + + 2 + 4 + + + + Cory Windle + + + HON + 7 + + + 6 + 3 + + + + Tommy Deroe + + + HON + 43 + + + 4 + 5 + + + + Hunt Lott + + + HON + 99 + + + 5 + 6 + + + + Chad Butts + Southaven, MS + + YAM + 8 + + + 8 + 7 + + + + Curtiss Sloan + Crump, TN + + YAM + 55 + + + 10 + 8 + + + + Chris Leible + Sikeston, MO + + HON + 491 + + + 11 + 9 + + + + Alex Blackwell + Jackson, TN + + SUZ + 6c + + + 12 + 10 + + + + Tony Thomas + + + YAM + 6a + + + 7 + DNS + + + + + + Casey Johnson + Jackson, TN + + YAM + 16 + + + 3 + 1 + + + + Blair Miller + + + KTM + 95 + + + 2 + 2 + + + + Kyle Dortch + Greenfield, TN + + SUZ + 34 + + + 1 + 3 + + + + Carey Willett + + + YAM + 380 + + + 4 + 4 + + + + Rusty Harris + Henderson, TN + + YAM + 5 + + + 5 + 5 + + + + Jerrod Slayton + Jonesboro, AR + + HON + 567 + + + 7 + 6 + + + + Brandon Burrow + Sikeston, MO + + HON + 579 + + + 6 + 7 + + + + Dillion Clayton + TN + + YAM + 56 + + + 9 + 8 + + + + Troy West + + + KTM + 58 + + + 8 + 9 + + + + + + Jamaal Bond + + + HON + 547 + + + 1 + 1 + + + + Jason Perry + Cordova, TN + + HON + 918 + + + 3 + 2 + + + + Jason Kraus + + + HON + 75 + + + 2 + 4 + + + + Jody Howell + + + HON + 36 + + + 4 + 3 + + + + + + Brice Klippel + + + COB + 40k + + + 1 + 1 + + + + Chad Blackwell + Jackson, TN + + KAW + 5c + + + 2 + 2 + + + + Garrett Williams + + + COB + 503 + + + 3 + 3 + + + + Adad Grabow + + + KAW + 00 + + + 5 + 4 + + + + Emanuel Azevebo + + + HON + 33 + + + 4 + DNF + + + + + + Clayton Bradshaw + + + KTM + 5 + + + 3 + 2 + + + + Jon Ross Lowe + + + KTM + 18 + + + 5 + 1 + + + + Adam Collins + Arlington, TN + + KTM + 67 + + + 2 + 4 + + + + Corey Holcomb + Somerville, TN + + COB + 17 + + + 1 + 5 + + + + Logan Manley + Lakeland, TN + + COB + 4 + + + 4 + 3 + + + + + + Sheena Guhy + + + KAW + 900 + + + 1 + 1 + + + + Brittney Infield + Memphis, TN + + SUZ + 427 + + + 2 + 2 + + + + Carrie Arant + Dresden, TN + + YAM + 363 + + + 3 + 3 + + + + Kylie Infield + Memphis, TN + + KTM + 721 + + + 4 + 4 + + + + + + Jamaal Bond + + + HON + 547 + + + 1 + 1 + + + + Brent Brush + + + YAM + 90 + + + 2 + 2 + + + + + + Tim Ripley + + + HON + 15 + + + 1 + 1 + + + + Brooks Holcomb + Somerville, TN + + YAM + 27 + + + 2 + 2 + + + + John Wilder + Mason, TN + + KTM + 123 + + + 3 + 3 + + + + Max Garnett + + + YAM + 317 + + + 4 + 4 + + + + Steve West + + + HON + 48 + + + 5 + 5 + + + + Mike West + + + HON + 8 + + + 7 + 6 + + + + Ray Shaul + Collierville, TN + + KAW + 43 + + + 6 + 7 + + + + Joel Cook + Eads, TN + + YAM + 47 + + + 8 + 8 + + + + Mark Holland + + + YAM + 235 + + + 10 + 9 + + + + Jim Bingham + + + HON + 3 + + + 9 + 10 + + + + + + Eric Goetz + + + YAM + 851 + + + 2 + 1 + + + + Greg Lovins + + + YAM + 243 + + + 1 + 2 + + + + Jerrod Slayton + Jonesboro, AR + + HON + 567 + + + 4 + 3 + + + + Aaron Thomas + Milan, TN + + YAM + 6x + + + 3 + 4 + + + + Ross Woods + + + HON + 1 + + + 5 + 5 + + + + H.reece Lemay + + + HON + 29 + + + 6 + DNF + + + + + + George Adams + + + HON + 32 + + + 1 + 2 + + + + Todd Bradford + Eads, TN + + HON + 2 + + + 2 + 3 + + + + Jason Williford + Arlington, TN + + YAM + 23 + + + 3 + 4 + + + + Manuel Guzman + + + HON + 7 + + + 4 + 5 + + + + John Thompson + + + HON + 214 + + + 5 + 6 + + + + Keith Lovins + Finley, TN + + YAM + 4 + + + 6 + 7 + + + + Myles Taylor + + + SUZ + 924 + + + DNS + 1 + + + + + + Matthew Mckinney + So. Fulton, TN + + SUZ + 171 + + + 1 + 1 + + + + Matthew Shaul + Colliverville, TN + + KAW + 88 + + + 2 + 3 + + + + Ty Smithson + + + SUZ + 249 + + + 4 + 2 + + + + Cory Windle + + + HON + 7 + + + 3 + 4 + + + + Chad Butts + Southaven, MS + + YAM + 8 + + + 6 + 6 + + + + Curtiss Sloan + Crump, TN + + YAM + 55 + + + 10 + 5 + + + + Jess Wilder + Mason, TN + + YAM + 711 + + + 8 + 7 + + + + Chris Leible + Sikeston, MO + + HON + 491 + + + 7 + 8 + + + + Alex Blackwell + Jackson, TN + + SUZ + 6a + + + 9 + 9 + + + + Blake Bissinger + + + KTM + 217 + + + 5 + DNS + + + + Tony Thomas + + + YAM + 6x + + + DNF + DNS + + + + + + Joe Wooten + + + YAM + 131 + + + 1 + 2 + + + + Fraser Gaulden + + + HON + 111 + + + 3 + 1 + + + + Ross Ferrell + + + YAM + 12 + + + 2 + 3 + + + + Dewayne House + + + KAW + 486 + + + 4 + 4 + + + + Zach Coleman + Germantown, TN + + YAM + 20 + + + 5 + 5 + + + + Joey Mcmillen + + + HON + 619 + + + 5 + DNS + + + + + + Jonathan Muncrief + + + YAM + 829 + + + 1 + 1 + + + + Jeff Grabow + + + HON + 1 + + + 2 + 2 + + + + Joel Cook + Eads, TN + + YAM + 47 + + + 3 + 3 + + + + Jeff West + + + HON + 140 + + + 4 + 4 + + + + + + Yeiser Ross + Clifton, TN + + KTM + 34 + + + 1 + 1 + + + + Austin Williams + + + YAM + 60 + + + 2 + 2 + + + + + + Kyle Dortch + Greenfield, TN + + SUZ + 34 + + + 1 + 1 + + + + Carey Willett + + + YAM + 380 + + + 2 + 2 + + + + Danny Giesler + Springville, TN + + SUZ + 387 + + + 4 + 3 + + + + Brandon Burrow + Sikeston, MO + + HON + 579 + + + 3 + 4 + + + + Ty Smithson + + + SUZ + 249 + + + 7 + 5 + + + + Austin Guhy + + + KAW + 746 + + + 6 + 6 + + + + Joe Wooten + + + YAM + 131 + + + 9 + 7 + + + + Matthew Mckinney + So. Fulton, TN + + SUZ + 171 + + + 5 + DNS + + + + Shea Lattus + + + HON + 103 + + + 8 + DNS + + + + Myles Taylor + + + SUZ + 924 + + + DNS + DNS + + + + + + Christopher Miller + + + KAW + 32 + + + 1 + 1 + + + + Nico Smith + + + YAM + 68 + + + 2 + 2 + + + + Kurtis Holland + + + HON + 3 + + + 3 + 3 + + + + Michael Harris + + + KAW + 1 + + + 5 + 4 + + + + Ben Coates + + + YAM + 9 + + + 4 + DNS + + + + Brian Stevens + + + YAM + 217 + + + DNS + DNS + + + + + + Logan Pollard + Martin, TN + + SUZ + 70 + + + 1 + 1 + + + + Gavin Stover + Ridgely, TN + + HON + 7g + + + 2 + 2 + + + + Jess Wilder + Mason, TN + + YAM + 711 + + + 5 + 3 + + + + Taylor Erwin + + + YAM + 17 + + + 4 + 4 + + + + Zack Patterson + Collierville, TN + + KAW + 6 + + + 3 + DNS + + + + Shawn Yeager + + + KAW + 654 + + + DNS + DNS + + + + + + Cody Gibson + + + HON + 66 + + + 1 + 1 + + + + Garrett Malugen + + + SUZ + g1 + + + 2 + 2 + + + + Derek Patrick + + + HON + 55 + + + DNS + DNS + + + + + + Dusty Ritchie + + + HON + 444 + + + 2 + 1 + + + + Tyler Coffman + + + YAM + 19 + + + 1 + 2 + + + + Briann Stout + + + HON + 7 + + + 3 + 3 + + + + + + Trevor Patrick + + + HON + 5 + + + 1 + 1 + + + + + + Brent Brush + + + YAM + 90 + + + 1 + 1 + + + + Jerrod Slayton + Jonesboro, AR + + HON + 567 + + + 2 + 2 + + + + Greg Lovins + + + YAM + 243 + + + 3 + 3 + + + + Eric Goetz + + + YAM + 851 + + + 5 + 4 + + + + Brandon Thompson + + + YAM + 667 + + + 8 + 5 + + + + Blair Miller + + + KTM + 95 + + + 4 + DNS + + + + Dillion Clayton + TN + + YAM + 56 + + + 6 + DNS + + + + Hunter Sykes + + + HON + / + + + 7 + DNS + + + + Casey Johnson + Jackson, TN + + YAM + 16 + + + DNF + DNS + + + + + + Shane Vaughn + Humbolt, TN + + HON + 33 + + + 2 + 1 + + + + Rayford Collins Jr. + Arlington, TN + + HON + 67 + + + 1 + 3 + + + + Jason Kraus + + + HON + 75 + + + 3 + 2 + + + + Jody Howell + + + HON + 36 + + + 4 + 4 + + + + George Adams + + + HON + 32 + + + DNS + DNS + + + + + diff --git a/XML/mar14.xml b/XML/mar14.xml new file mode 100644 index 0000000..9bb1463 --- /dev/null +++ b/XML/mar14.xml @@ -0,0 +1,1564 @@ + + + DRY HILL RACEWAY, LLC. + 03/14/2004 + MARCH 14, 2004 + + + + Myles Taylor + Gadsden, TN + + SUZ + 924 + + + 2 + 1 + + + + Danny Giesler + Springville, TN + + SUZ + 387 + + + 1 + 2 + + + + Preston Seratt + Finley, TN + + SUZ + 29 + + + 5 + 3 + + + + Justin Essary + Dresden, TN + + YAM + 591 + + + 4 + 6 + + + + Ryan Cook + Brighton, TN + + KAW + 5 + + + 6 + 5 + + + + Andy Dotson + Drummonds, TN + + HON + 8 + + + 7 + 7 + + + + Terry Boxx + Sharon, TN + + HON + 620 + + + 8 + 8 + + + + Britney Infield + Memphis, TN + + SUZ + 427 + + + 9 + 9 + + + + Coy Sellers + Olive Branch, MS + + YAM + 53 + + + 3 + DNF + + + + Fraser Gaulden + Memphis, TN + + HON + 111 + + + DNF + 4 + + + + Nathan Howe + Millington, TN + + YAM + 88 + + + DNF + DNS + + + + + + Nick Elder + + + HON + 5 + + + 1 + 1 + + + + Bryan Adams + + + HON + 29 + + + 2 + 2 + + + + + + Brandon Williams + Ripley, TN + + HON + 4 + + + 1 + 3 + + + + J.d. Wimberly + + + KAW + 005 + + + 5 + 1 + + + + Collin Williams + Ripley, TN + + HON + 3 + + + 4 + 2 + + + + Aston Haswell + Olive Branch, MS + + SUZ + 03 + + + 2 + 4 + + + + Jonathan Fisher + Ripley, TN + + HON + 14 + + + 3 + 6 + + + + Hunter Haswell + Olive Branch, MS + + HON + 73 + + + 7 + 5 + + + + Terry Jr Akins + Ripley, TN + + YAM + 72 + + + 6 + 7 + + + + + + Chris Green + Ripley, TN + + YAM + 71 + + + 1 + + + + + + + Brice Klippel + Bradford, TN + + COB + 40k + + + 1 + 1 + + + + Dalton Pitts + Hornbeak, TN + + SUZ + 99 + + + 2 + 2 + + + + + + Corey Holcomb + Sommerville, TN + + SUZ + 17 + + + 1 + 1 + + + + Clayton Bradshaw + Hickman, KY + + LEM + 5 + + + 4 + 2 + + + + Tristan Pickens + Adamsville, TN + + SUZ + 33 + + + 3 + 3 + + + + Jaykota Kearbey + Ellsinore, MO + + KTM + 113 + + + 5 + 4 + + + + Joe Looney + West Memphis, AR + + KTM + 161 + + + 2 + DNS + + + + + + Jess Wilder + Mason, TN + + KTM + 711 + + + 2 + 1 + + + + Shawn Yeager + Dickson, TN + + KAW + 654 + + + 3 + 2 + + + + Gavin Stover + Ridgely, TN + + HON + 7g + + + 1 + DNS + + + + + + Hunter Inman + Mayfield, KY + + KAW + h1 + + + 1 + 1 + + + + Curtiss Sloan + Crump, TN + + YAM + 55 + + + 2 + 2 + + + + Heath Thompson + Jackson, TN + + KTM + 9 + + + 4 + 4 + + + + Charlie Smith + Collierville, TN + + KAW + 87 + + + 3 + 5 + + + + Chad Butts + Southaven, MS + + YAM + 8 + + + 6 + 3 + + + + Hunt Lott + Henderson, TN + + HON + 99 + + + 5 + 6 + + + + + + Trey Hardin + Newbern, TN + + YAM + 77 + + + 2 + 1 + + + + Frank Bringle + Millington, TN + + SUZ + 111 + + + 3 + 2 + + + + Keith Parker + Millington, TN + + HON + 49 + + + 1 + 6 + + + + Tim Denton + Millington, TN + + HON + 20 + + + 5 + 3 + + + + Tommy Taylot + Dyersburg, TN + + YAM + 9 + + + 7 + 4 + + + + Spencer Morris + Jonesboro, AR + + HON + 02 + + + 4 + 8 + + + + Scott Mckell + Millington, TN + + HON + 158 + + + 8 + 5 + + + + Ethan Gibbons + Dyersburg, TN + + YAM + 51 + + + 6 + 7 + + + + Clint Holland + Millington, TN + + HON + 33 + + + 9 + 9 + + + + + + Rusty Essary + Newbern, TN + + YAM + 5 + + + 1 + 1 + + + + Chris Ellis + Ripley, TN + + HON + 57 + + + 2 + 2 + + + + + + Eric Goetz + Sikeston, MO + + YAM + 851 + + + 1 + 1 + + + + Scott Hutson + Paris, TN + + SUZ + 112 + + + 3 + 2 + + + + Coy Sellers + Olive Branch, MS + + YAM + 53 + + + 2 + DNS + + + + + + Brooks Holcomb + Summerville, TN + + YAM + 27 + + + 1 + 1 + + + + John Wilder + Mason, TN + + KTM + 123 + + + 2 + 2 + + + + Manuel Guzman + Memphis, TN + + HON + 7 + + + 3 + 3 + + + + Donny Lewis + Greenfield, TN + + SUZ + 126 + + + 4 + 4 + + + + + + Hunter Inman + Mayfield, KY + + KAW + h1 + + + 1 + 1 + + + + Cory Windle + Dyersburg, TN + + SUZ + 7 + + + 2 + 2 + + + + Hunt Lott + Henderson, TN + + HON + 99 + + + 4 + 3 + + + + Curtiss Sloan + Crump, TN + + YAM + 55 + + + 3 + 4 + + + + Chad Butts + Southaven, MS + + YAM + 8 + + + 5 + 5 + + + + Heath Thompson + Jackson, TN + + KTM + 9 + + + 6 + 6 + + + + Jess Wilder + Mason, TN + + KTM + 711 + + + 7 + 7 + + + + + + Raleigh Maxwell + Cordova, TN + + YAM + 14 + + + 1 + 1 + + + + Taylor Pickens + Adamsville, TN + + SUZ + 10 + + + 2 + 2 + + + + + + Brandon Burrow + Sikeston, MO + + HON + 579 + + + 2 + 1 + + + + Myles Taylor + Gadsden, TN + + SUZ + 924 + + + 1 + 2 + + + + Billy Black + Paducah, KY + + YAM + 83 + + + 3 + 3 + + + + Danny Giesler + Springville, TN + + SUZ + 387 + + + 4 + 4 + + + + Kelly Allen + Benton, KY + + YAM + 309 + + + 5 + 5 + + + + Hunter Inman + Mayfield, KY + + KAW + h1 + + + 6 + 6 + + + + + + Eric Goetz + Sikeston, MO + + YAM + 851 + + + 1 + 1 + + + + Ross Woods + Dyersburg, TN + + YAM + 871 + + + 2 + 2 + + + + + + John Wilder + Mason, TN + + KTM + 123 + + + 1 + 1 + + + + + + Jess Wilder + Mason, TN + + KTM + 711 + + + 2 + 1 + + + + Eric Black + Paducah, KY + + KAW + 423 + + + 1 + 2 + + + + Corey Holcomb + Sommerville, TN + + SUZ + 17 + + + 5 + 3 + + + + Brice Klippel + Bradford, TN + + COB + 40k + + + 4 + 4 + + + + Clayton Bradshaw + Hickman, KY + + LEM + 5 + + + 7 + 5 + + + + Tristan Pickens + Adamsville, TN + + SUZ + 33 + + + 6 + 6 + + + + Joseph Haynes + Brownsville, TN + + SUZ + 51 + + + 8 + 7 + + + + Kylie Infield + Memphis, TN + + KTM + 721 + + + 9 + 8 + + + + Austin Freeman + + + KAW + 17/ + + + 10 + 9 + + + + Joe Looney + West Memphis, AR + + KTM + 161 + + + 3 + DNS + + + + Gavin Stover + Ridgely, TN + + KAW + 7g + + + DNF + DNS + + + + + + Raleigh Maxwell + Cordova, TN + + YAM + 14 + + + 1 + 1 + + + + Clayton Gregory + Millington, TN + + COB + 8c + + + 2 + 2 + + + + Cameron Burton + Atwood, TN + + UN + 8 + + + 3 + 3 + + + + Jeremiah Palmer + Ridgely, TN + + KTM + 7 + + + 4 + 4 + + + + + + Joe Wooten + Lexa, AR + + YAM + 131 + + + 2 + 1 + + + + Cory Windle + Dyersburg, TN + + SUZ + 7 + + + 1 + 2 + + + + Charlie Smith + Collierville, TN + + KAW + 87 + + + 3 + 4 + + + + Ross Ferrell + Jackson, TN + + YAM + 12 + + + 5 + 3 + + + + Dean Dotson + Drummonds, TN + + HON + 121/ + + + 4 + 5 + + + + Blake Harris + Henderson, TN + + KAW + 56 + + + 7 + 6 + + + + Zach Coleman + + + KAW + 20 + + + 6 + 8 + + + + Chris Craig + Henderson, TN + + SUZ + 121 + + + 9 + 7 + + + + Jon Dycus + Dyersburg, TN + + KAW + 8 + + + 8 + 9 + + + + + + Jonathan Muncrief + Dyersburg, TN + + YAM + 829 + + + 1 + 1 + + + + Joel Cook + Eads, TN + + YAM + 47 + + + 2 + 2 + + + + + + Brice Klippel + Bradford, TN + + COB + 40k + + + 1 + 1 + + + + Raleigh Maxwell + Cordova, TN + + YAM + 14 + + + 3 + 2 + + + + Jaykota Kearbey + Ellsinore, MO + + KTM + 113 + + + 2 + 3 + + + + Clayton Gregory + Millington, TN + + COB + 8c + + + 4 + 4 + + + + Nathan Mckell + Millington, TN + + HON + 8 + + + 5 + 5 + + + + Jon Bringle + Millington, TN + + HON + 6 + + + 6 + 6 + + + + + + Garrett Malugen + Dyersburg, TN + + SUZ + g1 + + + 1 + 1 + + + + + + Brandon Burrow + Sikeston, MO + + HON + 579 + + + 1 + 1 + + + + Billy Black + Paducah, KY + + YAM + 83 + + + 4 + 2 + + + + Dustin Arant + Sharon, TN + + KTM + 620 + + + 3 + 3 + + + + Kelly Allen + Benton, KY + + YAM + 309 + + + 5 + 5 + + + + Rusty Harris + Henderson, TN + + YAM + 5 + + + 2 + DNF + + + + Dillon Clayton + Jackson, TN + + YAM + 56 + + + DNS + 4 + + + + + + Scott Hutson + Paris, TN + + SUZ + 112 + + + 1 + 1 + + + + Keith Lovins + Finley, TN + + YAM + 4 + + + 2 + 2 + + + + Myles Taylor + Gadsden, TN + + SUZ + 924 + + + DNS + DNS + + + + + + Jon Thompson + Reagen, TN + + HON + 214 + + + 2 + 1 + + + + Heath Davis + Jackson, TN + + YAM + 712 + + + 1 + 2 + + + + + + Shawn Yeager + Dickson, TN + + KAW + 654 + + + 1 + 1 + + + + Rusty Paine + Medina, TN + + KAW + 59 + + + 2 + 2 + + + + Cody Alexander + Lexington, TN + + HON + 12 + + + 3 + 3 + + + + Joe Looney + West Memphis, AR + + SUZ + 171 + + + 4 + DNS + + + + + + Emily Sterling + Millington, TN + + KAW + 21 + + + 1 + 1 + + + + Britney Infield + Memphis, TN + + SUZ + 427 + + + 2 + 2 + + + + Carrie Arant + Sharon, TN + + YAM + 363 + + + 3 + 3 + + + + Kylie Infield + Memphis, TN + + KTM + 721 + + + 4 + 4 + + + + + diff --git a/XML/nav.xml b/XML/nav.xml new file mode 100644 index 0000000..c9cef7f --- /dev/null +++ b/XML/nav.xml @@ -0,0 +1,22 @@ + + + + + + + + /index + + + + /page1 + + + + /page2 + + + + /page3 + + diff --git a/XSLT/calendar.html b/XSLT/calendar.html new file mode 100644 index 0000000..a33e5b6 --- /dev/null +++ b/XSLT/calendar.html @@ -0,0 +1,120 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

Upcoming Events

+ +
+
Feb 29:
Sunday Racing at TNT Motocross
+
Mar 7:
Sunday Motocross at Thrill Hill
+
Mar 14:
Sunday Motocross at Dry Hill Raceway
+
Mar 21:
Sunday Motocross at Hidden Valley
+
Mar 27-28:
+
AMA Youth and Amateur Area Qualifier at Great River Road
+
Apr 4:
Sunday Motocross at Dry Hill Raceway
+
Apr 10:
Saturday Motocross at Thrill Hill
+
Apr 11:
Sunday Motocross at TNT Motocross
+
Apr 18:
Sunday Motocross at Great River Road
+
Apr 25:
Sunday Motocross at Hidden Valley
+
May 2:
Sunday Motocross at Great River Road
+
May 8:
+
Saturday Motocross at Thrill Hill (Strawberry Festival)
+
Quad Only race at Powerline SX
+
May 9:
NME Ponca City Qualifier at Thrill Hill
+
May 16:
Sunday Motocross at Dry Hill Raceway
+
May 23:
Sunday Motocross at Great River Road
+
May 30-31:
NME Ponca City Qualifier at Hidden Valley
+
Jun 6:
Sunday Motocross at Thrill Hill
+
Jun 12-13:
AMA Amateur Regional Qualifier at Hidden Valley
+
Jun 19-20:
+
AMA Youth Regional Qualifier at Seven Oaks (Boone, Iowa)
+
Jun 20:
Sunday Motocross at Thrill Hill
+
Jun 26:
Saturday Supercross at Powerline SX
+
Jul 3:
Saturday Supercross at Hidden Valley
+
Jul 4:
Sunday Motocross at Hidden Valley
+
Jul 10:
Saturday Supercross at Powerline SX
+
Jul 17:
Saturday Supercross at Great River Road
+
Jul 24:
Saturday Supercross at Powerline SX
+
Jul 31:
Saturday Supercross at Powerline SX
+
Aug 14:
Saturday Supercross at Hidden Valley
+
Aug 15:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Aug 21:
Saturday Supercross at Powerline SX
+
Aug 29:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Sep 4:
Saturday Supercross at Hidden Valley
+
Sep 5:
Sunday Motocross at Hidden Valley
+
Sep 11:
Saturday Supercross at Great River Road
+
Sep 12:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Sep 19:
+
Sunday Motocross at Hidden Valley (River City Classic)
+
Sep 25:
Saturday Supercross at Great River Road
+
Sep 26:
Sunday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 3:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Oct 9:
Saturday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 10:
Sunday Motocross at Hidden Valley
+
Oct 17:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Oct 24:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Nov 7:
Sunday Motocross at Dry Hill Raceway
+
Nov 14:
Sunday Motocross at Hidden Valley
+
Nov 21:
Sunday Motocross at Thrill Hill
+
Nov 27:
Saturday Motocross at Hidden Valley
+
Nov 28:
Sunday Motocross at Hidden Valley
+
Dec 5:
Sunday Racing at TNT Motocross
+
+ +
+ + + +
+ + diff --git a/XSLT/head.html b/XSLT/head.html new file mode 100644 index 0000000..80bbe64 --- /dev/null +++ b/XSLT/head.html @@ -0,0 +1,45 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ diff --git a/XSLT/race2table.xslt b/XSLT/race2table.xslt new file mode 100644 index 0000000..cd8ff7b --- /dev/null +++ b/XSLT/race2table.xslt @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + +
Race Results
PlaceNameBrandNumberMoto1Moto2
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/XSLT/schedule.xml b/XSLT/schedule.xml new file mode 100644 index 0000000..c470b79 --- /dev/null +++ b/XSLT/schedule.xml @@ -0,0 +1,199 @@ + + + + Feb 29: + Sunday Racing at TNT Motocross + + + Mar 7: + Sunday Motocross at Thrill Hill + + + Mar 14: + Sunday Motocross at Dry Hill Raceway + + + Mar 21: + Sunday Motocross at Hidden Valley + + + Mar 27-28: + AMA Youth and Amateur Area Qualifier at Great River Road + + + Apr 4: + Sunday Motocross at Dry Hill Raceway + + + Apr 10: + Saturday Motocross at Thrill Hill + + + Apr 11: + Sunday Motocross at TNT Motocross + + + Apr 18: + Sunday Motocross at Great River Road + + + Apr 25: + Sunday Motocross at Hidden Valley + + + May 2: + Sunday Motocross at Great River Road + + + May 8: + Saturday Motocross at Thrill Hill (Strawberry Festival) + + + May 9: + NME Ponca City Qualifier at Thrill Hill + + + May 16: + Sunday Motocross at Dry Hill Raceway + + + May 23: + Sunday Motocross at Great River Road + + + May 30-31: + NME Ponca City Qualifier at Hidden Valley + + + Jun 6: + Sunday Motocross at Thrill Hill + + + Jun 12-13: + AMA Amateur Regional Qualifier at Hidden Valley + + + Jun 19-20: + AMA Youth Regional Qualifier at Seven Oaks (Boone, Iowa) + + + Jun 20: + Sunday Motocross at Thrill Hill + + + Jun 26: + Saturday Supercross at Powerline SX + + + Jul 3: + Saturday Supercross at Hidden Valley + + + Jul 4: + Sunday Motocross at Hidden Valley + + + Jul 10: + Saturday Supercross at Powerline SX + + + Jul 17: + Saturday Supercross at Great River Road + + + Jul 24: + Saturday Supercross at Powerline SX + + + Jul 31: + Saturday Supercross at Powerline SX + + + Aug 14: + Saturday Supercross at Hidden Valley + + + Aug 15: + Sunday Motocross at Dry Hill Raceway (King of the Hill Series) + + + Aug 21: + Saturday Supercross at Powerline SX + + + Aug 29: + Sunday Motocross at Burnthill MX (King of the Hill Series) + + + Sep 4: + Saturday Supercross at Hidden Valley + + + Sep 5: + Sunday Motocross at Hidden Valley + + + Sep 11: + Saturday Supercross at Great River Road + + + Sep 12: + Sunday Motocross at Thrill Hill (King of the Hill Series) + + + Sep 19: + Sunday Motocross at Hidden Valley (River City Classic) + + + Sep 25: + Saturday Supercross at Great River Road + + + Sep 26: + Sunday Motocross at 886MX Pontotoc (King of the Hill Series) + + + Oct 3: + Sunday Motocross at Burnthill MX (King of the Hill Series) + + + Oct 9: + Saturday Motocross at 886MX Pontotoc (King of the Hill Series) + + + Oct 10: + Sunday Motocross at Hidden Valley + + + Oct 17: + Sunday Motocross at Dry Hill Raceway (King of the Hill Series) + + + Oct 24: + Sunday Motocross at Thrill Hill (King of the Hill Series) + + + Nov 7: + Sunday Motocross at Dry Hill Raceway + + + Nov 14: + Sunday Motocross at Hidden Valley + + + Nov 21: + Sunday Motocross at Thrill Hill + + + Nov 27: + Saturday Motocross at Hidden Valley + + + Nov 28: + Sunday Motocross at Hidden Valley + + + Dec 5: + Sunday Racing at TNT Motocross + + diff --git a/XSLT/schedule.xslt b/XSLT/schedule.xslt new file mode 100644 index 0000000..93ac316 --- /dev/null +++ b/XSLT/schedule.xslt @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/XSLT/tail.html b/XSLT/tail.html new file mode 100644 index 0000000..644f1ba --- /dev/null +++ b/XSLT/tail.html @@ -0,0 +1,15 @@ + +
+ + + +
+ + diff --git a/XSLT/trackside.xslt b/XSLT/trackside.xslt new file mode 100644 index 0000000..4ac1a9e --- /dev/null +++ b/XSLT/trackside.xslt @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/XSLT/ts2race.xslt b/XSLT/ts2race.xslt new file mode 100644 index 0000000..fd62a69 --- /dev/null +++ b/XSLT/ts2race.xslt @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thmx_r1/bars.gif b/thmx_r1/bars.gif new file mode 100644 index 0000000..35c56d8 Binary files /dev/null and b/thmx_r1/bars.gif differ diff --git a/thmx_r1/calendar.html b/thmx_r1/calendar.html new file mode 100644 index 0000000..56259ee --- /dev/null +++ b/thmx_r1/calendar.html @@ -0,0 +1,111 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + + + + +
+ + + + + +
+ +

Upcoming Events

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
February 2004
SunMonTueWedThuFriSat
12G'hog Day34567
8TNT91011121314Powerline
15Thrill Hill161718192021886 MX
22Burnthill232425262728Great River
29Hidden Val.      
+ +
+ + + +
+ + diff --git a/thmx_r1/calendar.html~ b/thmx_r1/calendar.html~ new file mode 100644 index 0000000..ff90622 --- /dev/null +++ b/thmx_r1/calendar.html~ @@ -0,0 +1,101 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + + + + +
+ + + + + +
+ +

Upcoming Events

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
February 2004
SunMonTueWedThuFriSat
12G'hog Day34567
8TNT91011121314Powerline
15Thrill Hill161718192021886 MX
22Burnthill232425262728Great River
29Hidden Val.      
+ +
+ + + +
+ + diff --git a/thmx_r1/images/.xvpics/home.jpg b/thmx_r1/images/.xvpics/home.jpg new file mode 100644 index 0000000..5713a2e Binary files /dev/null and b/thmx_r1/images/.xvpics/home.jpg differ diff --git a/thmx_r1/images/cal.jpg b/thmx_r1/images/cal.jpg new file mode 100644 index 0000000..0a50759 Binary files /dev/null and b/thmx_r1/images/cal.jpg differ diff --git a/thmx_r1/images/cal_f2.jpg b/thmx_r1/images/cal_f2.jpg new file mode 100644 index 0000000..a55c5de Binary files /dev/null and b/thmx_r1/images/cal_f2.jpg differ diff --git a/thmx_r1/images/dir.jpg b/thmx_r1/images/dir.jpg new file mode 100644 index 0000000..fcc264a Binary files /dev/null and b/thmx_r1/images/dir.jpg differ diff --git a/thmx_r1/images/dir_f2.jpg b/thmx_r1/images/dir_f2.jpg new file mode 100644 index 0000000..8dd9346 Binary files /dev/null and b/thmx_r1/images/dir_f2.jpg differ diff --git a/thmx_r1/images/gal.jpg b/thmx_r1/images/gal.jpg new file mode 100644 index 0000000..594cf79 Binary files /dev/null and b/thmx_r1/images/gal.jpg differ diff --git a/thmx_r1/images/gal_f2.jpg b/thmx_r1/images/gal_f2.jpg new file mode 100644 index 0000000..c45bb2e Binary files /dev/null and b/thmx_r1/images/gal_f2.jpg differ diff --git a/thmx_r1/images/home.jpg b/thmx_r1/images/home.jpg new file mode 100644 index 0000000..f375f9b Binary files /dev/null and b/thmx_r1/images/home.jpg differ diff --git a/thmx_r1/images/home_f2.jpg b/thmx_r1/images/home_f2.jpg new file mode 100644 index 0000000..ac3de03 Binary files /dev/null and b/thmx_r1/images/home_f2.jpg differ diff --git a/thmx_r1/images/info.jpg b/thmx_r1/images/info.jpg new file mode 100644 index 0000000..3748575 Binary files /dev/null and b/thmx_r1/images/info.jpg differ diff --git a/thmx_r1/images/info_f2.jpg b/thmx_r1/images/info_f2.jpg new file mode 100644 index 0000000..c3eb853 Binary files /dev/null and b/thmx_r1/images/info_f2.jpg differ diff --git a/thmx_r1/images/king.jpg b/thmx_r1/images/king.jpg new file mode 100644 index 0000000..36da391 Binary files /dev/null and b/thmx_r1/images/king.jpg differ diff --git a/thmx_r1/images/king_f2.jpg b/thmx_r1/images/king_f2.jpg new file mode 100644 index 0000000..4a980c8 Binary files /dev/null and b/thmx_r1/images/king_f2.jpg differ diff --git a/thmx_r1/images/logo.jpg b/thmx_r1/images/logo.jpg new file mode 100644 index 0000000..62c88cf Binary files /dev/null and b/thmx_r1/images/logo.jpg differ diff --git a/thmx_r1/images/more.jpg b/thmx_r1/images/more.jpg new file mode 100644 index 0000000..a66aa46 Binary files /dev/null and b/thmx_r1/images/more.jpg differ diff --git a/thmx_r1/images/more_f2.jpg b/thmx_r1/images/more_f2.jpg new file mode 100644 index 0000000..3199d92 Binary files /dev/null and b/thmx_r1/images/more_f2.jpg differ diff --git a/thmx_r1/images/res.jpg b/thmx_r1/images/res.jpg new file mode 100644 index 0000000..45200f9 Binary files /dev/null and b/thmx_r1/images/res.jpg differ diff --git a/thmx_r1/images/res_f2.jpg b/thmx_r1/images/res_f2.jpg new file mode 100644 index 0000000..b74dba9 Binary files /dev/null and b/thmx_r1/images/res_f2.jpg differ diff --git a/thmx_r1/images/soon.jpg b/thmx_r1/images/soon.jpg new file mode 100644 index 0000000..6a4dc98 Binary files /dev/null and b/thmx_r1/images/soon.jpg differ diff --git a/thmx_r1/images/soon_f2.jpg b/thmx_r1/images/soon_f2.jpg new file mode 100644 index 0000000..472e2b4 Binary files /dev/null and b/thmx_r1/images/soon_f2.jpg differ diff --git a/thmx_r1/index.html b/thmx_r1/index.html new file mode 100644 index 0000000..cc27d42 --- /dev/null +++ b/thmx_r1/index.html @@ -0,0 +1,106 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + + +
+ + + + + +
+ +
+

Jason Perry gets some BIG air! (click for a larger view) +

+
+ +
+
Mar 6th:
+
The wind and sunshine (and a bulldozer or two) have done their job! We will be open for +practice today from 1pm until 5pm. The race tomorrow will start as scheduled, 7am signup, +9am practice, and we begin racing at 10am. Come out and ride hard!
+
Mar 6th:
+
We've had more rain this morning, so practice today is questionable. The forecast doesn't +call for any more rain today or tomorrow, so we should be fine for racing tomorrow. Check back +here, or call (731) 824-0699, around noon for an update.
+
Mar 5th:
+
Come out this weekend for our first race of the season! Due to the light rain we've had +today, practice will start at noon on saturday and last until 5pm. On sunday sign-ups will +start at 7am, practice at 9am, and the racing begins at 10am. Come out and help us start the +season off right!
+
+ +

Welcome to Thrill Hill Motocross!

+ +

We are now the “Official” website of Thrill Hill Motocross. This years schedule has been posted in +the calendar section. We are currently converting this into a more calendar-like format. +We have also initiated the process of having +the thrillhillmx.com address point to this server. When finalized, you will be able to reach this +site through thmx.com, thrillhillmotocross.com, and thrillhillmx.com.

+

We want this site to be a valuable resource +for our riders, as well as a way to entice those who haven't been to our track to come out and give +us a try. As you may have noticed, the dated news headlines above will give you information +about any upcoming events and important changes. We will soon add alerts above the headlines +to keep you informed about present track conditions and changes to our practice schedule. +

+ +
+ +
+ +

We have also included the weather.com “WeatherMagnet” (right) to keep you up to date +on the current weather conditions here at the track. We hope to soon replace the “WeatherMagnet” +(it's kinda big) with something of our own design that will display the current conditions as well +as a 2 or 3 day forecast. But until then, we hope “the magnet” will be of some help. +

+ +

Other changes to the site include some long awaited photos in the “Photo Gallery”. +At the present time they are only static galleries of selected photos from several race and practice +days. Searchable and sortable galleries will be coming in the future, but for now browse the galleries +we have. Don't forget to click on the thumbnails to see larger versions of each picture. If you are interested in prints +or the full-sized image files, contact Jana at +mx-pix.com. +

+ +
+ + + +
+ + diff --git a/thmx_r1/index.html~ b/thmx_r1/index.html~ new file mode 100644 index 0000000..b2388cf --- /dev/null +++ b/thmx_r1/index.html~ @@ -0,0 +1,97 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + + +
+ + + + + +
+ +
+

Jason Perry gets some BIG air! (click for a larger view) +

+
+ +
+
Mar 6th:
+
The wind and sunshine (and a bulldozer or two) have done their job! We will be open for +practice today from 1pm until 5pm. The race tomorrow will start as scheduled, 7am signup, +9am practice, and we begin racing at 10am. Come out and ride hard!
+
Mar 6th:
+
We've had more rain this morning, so practice today is questionable. The forecast doesn't +call for any more rain today or tomorrow, so we should be fine for racing tomorrow. Check back +here, or call (731) 824-0699, around noon for an update.
+
Mar 5th:
+
Come out this weekend for our first race of the season! Due to the light rain we've had +today, practice will start at noon on saturday and last until 5pm. On sunday sign-ups will +start at 7am, practice at 9am, and the racing begins at 10am. Come out and help us start the +season off right!
+
+ +

Welcome to Thrill Hill Motocross!

+ +

We are now the “Official” website of Thrill Hill Motocross. This years schedule has been posted in +the calendar section. We are currently converting this into a more calendar-like format. +We have also initiated the process of having +the thrillhillmx.com address point to this server. When finalized, you will be able to reach this +site through thmx.com, thrillhillmotocross.com, and thrillhillmx.com.

+

We want this site to be a valuable resource +for our riders, as well as a way to entice those who haven't been to our track to come out and give +us a try. As you may have noticed, the dated news headlines above will give you information +about any upcoming events and important changes. We will soon add alerts above the headlines +to keep you informed about present track conditions and changes to our practice schedule. +

+ +
+ +
+ +

We have also included the weather.com “WeatherMagnet” (right) to keep you up to date +on the current weather conditions here at the track. We hope to soon replace the “WeatherMagnet” +(it's kinda big) with something of our own design that will display the current conditions as well +as a 2 or 3 day forecast. But until then, we hope “the magnet” will be of some help. +

+ +

Other changes to the site include some long awaited photos in the “Photo Gallery”. +At the present time they are only static galleries of selected photos from several race and practice +days. Searchable and sortable galleries will be coming in the future, but for now browse the galleries +we have. Don't forget to click on the thumbnails to see larger versions of each picture. If you are interested in prints +or the full-sized image files, contact Jana at +mx-pix.com. +

+ +
+ + + +
+ + diff --git a/thmx_r1/listMenu.html b/thmx_r1/listMenu.html new file mode 100644 index 0000000..ced22b7 --- /dev/null +++ b/thmx_r1/listMenu.html @@ -0,0 +1,164 @@ + + + + + +Alazanto: Entry Comments + + + + + + + + + + + +
+ +

Original Post

+ +

With a little help, I managed to work around a common rendering issue with linked list items and Internet Explorer 5 and 6 for windows. I decided to document my findings with a short tutorial on styling unordered lists (ul).

+ +

Special thanks go to Michael Ryznar for his assistance.

+ +

The Rendering Bug

+ +

Without the necessary workaround, Internet Explorer 5 and 6 will add a large amount of white-space under linked list items. In most cases, this effect is undesirable.

+ +

Creating the Menu

+ +

First, let us create a basic, unordered list containing hyper linked text.

+ +
+<ul>
<ul>
<li><a href="">Item1</a></li>
<li><a href="">Item2</a></li>
</ul>
</ul> +
+ +

For the end product, we want to create a simple menu of two clickable blocks without any white space in between. So now, we will write a the corresponding CSS.

+ +

The first step is to get rid of the bullets in the unordered list (ul).

+ +
+ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+
+	border: 1px solid #555;
+}
+
+ +

The list style property lets you customize the appearance of bullets. By declaring no values in this property, the display of bullets are eliminated. By giving margin-left a value of zero (for ie browsers) and padding-left a +value of zero (for Gecko browsers), we eliminate the default indent of list +items (li) in the unordered list.

+ +

In addition, I added a dark grey border for styling.

+ +

Next, we want to style the list items themselves.

+ +
+li {
+	display: inline;
+	margin: 0;
+	padding: 0;
+}
+
+ +

By setting the display property to the value of inline, we work around a rendering issue in the windows version of Internet Explorer 5 and 6. In addition, the margin and padding are set to zero so that extra whitespace is not created between items.

+ +

Next, we want to make the links into solid boxes with the option of changing color on hover.

+ +
+li a { /*/*/
+	display: block;
+	margin: 0;
+	padding: 3px;
+
+	text-decoration: none;
+
+	background: #ddd;
+/* */}
+
+ +

For linked elements we will be changing the display property to a value of block. Hyperlinks are normally defined as an inline element, but to make the element into a solid box, we need it to occupy an entire line. This is the purpose of display: block.

+ +

The margin is set to zero in order to eliminate whitespace between elements. I added 3 pixels of padding to give each element 3 pixels of spacing along the inside edge.

+ +

In addition, a background color was added for styling.

+ +

The most confusing elements in this section are the slashes and asterisks. /* This is how text is commented out in CSS. */ The particular pattern of slashes and asterisks prevents Netscape Navigator 4 from rendering this CSS. The browser has been prone to crashing when trying to render this element as a block.

+ +

The Workaround

+ +

To elaborate on the Internet Explorer workaround, we first need to set the display of the list items as inline. Then, the hyper link is set to display as a solid box through display: block. This method ensures that no extra whitespace displays in between the list items.

+ +

I had to research this workaround for a new project I am working on. I will be working with Northland College on web accessibility. I don't want to give away too many details about this project, but I will share the code used to produce one of the menus in the redevelopment. Hopefully this will show a real-world context of this workaround.

+ +

XHTML required for a menu:

+ +
+<ul>
<ul>
<div class="qlink-title">

<h3><span>Quick Links »</span></h3>

<ul class="quicklinks">

<li><a href="#">About Northland</a></li>
<li><a href="#">Financial Aid</a></li>
<li><a href="#">Contact NC</a></li>
<li><a href="#">Check Email</a></li>
<li><a href="#">Site Map</a></li>
<li><a href="#">Northland Store Online</a></li>
<li><a href="#">Transcript Request</a></li>
<li><a href="#">Online Application</a></li>
<li><a href="#">The Bridge</a></li>

</ul>
</div>
</ul>
</ul> +
+ +

CSS required for a menu:

+ +
+div.qlink-title ul.quicklinks {
+	list-style: none;
+
+	margin-top: 3px;
+	margin-left: 5px;
+	margin-bottom: 0px;
+	margin-right: 5px;
+
+	padding-top: 2px;
+	padding-left: 0px;
+	padding-bottom: 0px;
+	padding-right: 0px;
+
+	font-family: "Verdana";
+	font-size: 11px;
+	font-weight: normal;
+
+	color: #444422;
+	background-color: #fff;
+
+	border: 1px solid #aaaa88;
+}
+
+div.linklist ul.quicklinks li {
+	display: inline;
+
+	margin: 0px;
+	padding: 0px;
+}
+
+div.linklist ul.quicklinks a {
+	/*/*/display: block;
+
+	margin: 0px;
+	padding: 2px;
+
+	height: 14px;
+
+	text-decoration: none;
+
+	color: #444422;
+	background-color: #f5f3ea;
+
+	border-left: 2px solid #fff;
+	border-bottom: 2px solid #fff;
+	border-right: 2px solid #fff; /* */
+}
+
+div.linklist ul.quicklinks a:hover {
+	text-decoration: none;
+	color: #444422;
+	background-color: #DEDACA;
+}
+
+
+ + \ No newline at end of file diff --git a/thmx_r1/listMenu.html~ b/thmx_r1/listMenu.html~ new file mode 100644 index 0000000..a1a3fdc --- /dev/null +++ b/thmx_r1/listMenu.html~ @@ -0,0 +1,255 @@ + + + + + +Alazanto: Entry Comments + + + + + + + + + + + +
+ +

Original Post

+ +

With a little help, I managed to work around a common rendering issue with linked list items and Internet Explorer 5 and 6 for windows. I decided to document my findings with a short tutorial on styling unordered lists (ul).

+ +

Special thanks go to Michael Ryznar for his assistance.

+ +

The Rendering Bug

+ +

Without the necessary workaround, Internet Explorer 5 and 6 will add a large amount of white-space under linked list items. In most cases, this effect is undesirable.

+ +

Creating the Menu

+ +

First, let us create a basic, unordered list containing hyper linked text.

+ +
+<ul>
<ul>
<li><a href="">Item1</a></li>
<li><a href="">Item2</a></li>
</ul>
</ul> +
+ +

For the end product, we want to create a simple menu of two clickable blocks without any white space in between. So now, we will write a the corresponding CSS.

+ +

The first step is to get rid of the bullets in the unordered list (ul).

+ +
+ul {
+	list-style: none;
+	margin: 0;
+	padding: 0;
+
+	border: 1px solid #555;
+}
+
+ +

The list style property lets you customize the appearance of bullets. By declaring no values in this property, the display of bullets are eliminated. By giving margin-left a value of zero (for ie browsers) and padding-left a +value of zero (for Gecko browsers), we eliminate the default indent of list +items (li) in the unordered list.

+ +

In addition, I added a dark grey border for styling.

+ +

Next, we want to style the list items themselves.

+ +
+li {
+	display: inline;
+	margin: 0;
+	padding: 0;
+}
+
+ +

By setting the display property to the value of inline, we work around a rendering issue in the windows version of Internet Explorer 5 and 6. In addition, the margin and padding are set to zero so that extra whitespace is not created between items.

+ +

Next, we want to make the links into solid boxes with the option of changing color on hover.

+ +
+li a { /*/*/
+	display: block;
+	margin: 0;
+	padding: 3px;
+
+	text-decoration: none;
+
+	background: #ddd;
+/* */}
+
+ +

For linked elements we will be changing the display property to a value of block. Hyperlinks are normally defined as an inline element, but to make the element into a solid box, we need it to occupy an entire line. This is the purpose of display: block.

+ +

The margin is set to zero in order to eliminate whitespace between elements. I added 3 pixels of padding to give each element 3 pixels of spacing along the inside edge.

+ +

In addition, a background color was added for styling.

+ +

The most confusing elements in this section are the slashes and asterisks. /* This is how text is commented out in CSS. */ The particular pattern of slashes and asterisks prevents Netscape Navigator 4 from rendering this CSS. The browser has been prone to crashing when trying to render this element as a block.

+ +

The Workaround

+ +

To elaborate on the Internet Explorer workaround, we first need to set the display of the list items as inline. Then, the hyper link is set to display as a solid box through display: block. This method ensures that no extra whitespace displays in between the list items.

+ +

I had to research this workaround for a new project I am working on. I will be working with Northland College on web accessibility. I don't want to give away too many details about this project, but I will share the code used to produce one of the menus in the redevelopment. Hopefully this will show a real-world context of this workaround.

+ +

XHTML required for a menu:

+ +
+<ul>
<ul>
<div class="qlink-title">

<h3><span>Quick Links »</span></h3>

<ul class="quicklinks">

<li><a href="#">About Northland</a></li>
<li><a href="#">Financial Aid</a></li>
<li><a href="#">Contact NC</a></li>
<li><a href="#">Check Email</a></li>
<li><a href="#">Site Map</a></li>
<li><a href="#">Northland Store Online</a></li>
<li><a href="#">Transcript Request</a></li>
<li><a href="#">Online Application</a></li>
<li><a href="#">The Bridge</a></li>

</ul>
</div>
</ul>
</ul> +
+ +

CSS required for a menu:

+ +
+div.qlink-title ul.quicklinks {
+	list-style: none;
+
+	margin-top: 3px;
+	margin-left: 5px;
+	margin-bottom: 0px;
+	margin-right: 5px;
+
+	padding-top: 2px;
+	padding-left: 0px;
+	padding-bottom: 0px;
+	padding-right: 0px;
+
+	font-family: "Verdana";
+	font-size: 11px;
+	font-weight: normal;
+
+	color: #444422;
+	background-color: #fff;
+
+	border: 1px solid #aaaa88;
+}
+
+div.linklist ul.quicklinks li {
+	display: inline;
+
+	margin: 0px;
+	padding: 0px;
+}
+
+div.linklist ul.quicklinks a {
+	/*/*/display: block;
+
+	margin: 0px;
+	padding: 2px;
+
+	height: 14px;
+
+	text-decoration: none;
+
+	color: #444422;
+	background-color: #f5f3ea;
+
+	border-left: 2px solid #fff;
+	border-bottom: 2px solid #fff;
+	border-right: 2px solid #fff; /* */
+}
+
+div.linklist ul.quicklinks a:hover {
+	text-decoration: none;
+	color: #444422;
+	background-color: #DEDACA;
+}
+
+ + + + + + + + +
+ +
+ +
+ + + + +
+ +
+ +
+ + +

More Info

+ +

When writing new comments, please keep in mind that I no longer support embedded HTML or textile formatting. As always, please be curtious or I might confuse your words with spam.

+ +
+ +
+ + +
+ +
+ +
+ +
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/thmx_r1/results.html b/thmx_r1/results.html new file mode 100644 index 0000000..d3e3190 --- /dev/null +++ b/thmx_r1/results.html @@ -0,0 +1,1603 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
March 7, 2004 Race Results03/07/2004
PlaceNameBrandNum.Moto1Moto2
30+
1Shane VaughnHON3331
2Jason KrausHON7522
3Rayford Collins Jr.HON6713
4Jeremy RobinsonHON444
5Tim RipleyHON1555
6Brooks HolcombYAM2766
7John WilderKTM12377
8Davd WinsteadKAW4388
9Donny LewisSUZ12699
10Lee ManninSUZ691010
50 4-6
1Yeiser RossKTM3411
2Ian LegensCOB3022
3Blake PollardCOB1243
4Austin GrabowKTM034
50 7-8
1Brice KlippelCOB40k11
2Adam CollinsKTM6722
3Garrett WilliamsCOB50333
4Trent (t-mac) MacdiarmidKTM58344
125 C
1Danny GieslerSUZ38712
2Austin GuhyKAW74653
3Shane RoseYAM1944
4Hunter SykesHON/26
5Preston SerattSUZ2975
6Daniel RussellYAM46368
7Myles TaylorSUZ924141
8Brandon ThompsonYAM667119
9Blake BissingerKTM217812
10Jason GableYAM01211
11Brendon SmithHON2713DNF
12Brittney InfieldSUZ4271313
13Daniel SharpYAM89DNF7
14Shea LattusHON1039DNF
15Scott HutsonKTM62010DNF
16Stephen HarrisYAM2DNS10
25+ QUAD
1Jim MollYAM6511
ATV 2-STROKE B
1Chris RotenberryHON7711
ATV 4-STROKE B
1Stephen WoffordHON24321
2Brandon StoutHON712
3Matt MountHON8033
ATV 4-STROKE C
1Spencer MorrisHON0212
2Jeremy BoazHON831
3Tommy SheppardYAM22DNS
ATV BEG
1Ethan GibbonsYAM5111
65 10-11
1Gavin StoverKAW7g21
2Jess WilderKTM71112
3Taylor ErwinYAM11733
4Shawn YeagerKAW65444
5Logan ManleyCOB456
6Jon Ross LoweKTM1875
7Clayton BradshawKTM567
8Kylie InfieldKTM72188
85 12-13
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8832
3Ty SmithsonSUZ24924
4Cory WindleHON763
5Tommy DeroeHON4345
6Hunt LottHON9956
7Chad ButtsYAM887
8Curtiss SloanYAM55108
9Chris LeibleHON491119
10Alex BlackwellSUZ6c1210
11Tony ThomasYAM6a7DNS
125 B
1Casey JohnsonYAM1631
2Blair MillerKTM9522
3Kyle DortchSUZ3413
4Carey WillettYAM38044
5Rusty HarrisYAM555
6Jerrod SlaytonHON56776
7Brandon BurrowHON57967
8Dillion ClaytonYAM5698
9Troy WestKTM5889
250 PRO
1Jamaal BondHON54711
2Jason PerryHON91832
3Jason KrausHON7524
4Jody HowellHON3643
65 BEG
1Brice KlippelCOB40k11
2Chad BlackwellKAW5c22
3Garrett WilliamsCOB50333
4Adad GrabowKAW0054
5Emanuel AzeveboHON334DNF
65 7-9
1Clayton BradshawKTM532
2Jon Ross LoweKTM1851
3Adam CollinsKTM6724
4Corey HolcombCOB1715
5Logan ManleyCOB443
WOMEN'S OPEN
1Sheena GuhyKAW90011
2Brittney InfieldSUZ42722
3Carrie ArantYAM36333
4Kylie InfieldKTM72144
125 PRO
1Jamaal BondHON54711
2Brent BrushYAM9022
40+
1Tim RipleyHON1511
2Brooks HolcombYAM2722
3John WilderKTM12333
4Max GarnettYAM31744
5Steve WestHON4855
6Mike WestHON876
7Ray ShaulKAW4367
8Joel CookYAM4788
9Mark HollandYAM235109
10Jim BinghamHON3910
250 B
1Eric GoetzYAM85121
2Greg LovinsYAM24312
3Jerrod SlaytonHON56743
4Aaron ThomasYAM6x34
5Ross WoodsHON155
6H.reece LemayHON296DNF
250 C
1George AdamsHON3212
2Todd BradfordHON223
3Jason WillifordYAM2334
4Manuel GuzmanHON745
5John ThompsonHON21456
6Keith LovinsYAM467
7Myles TaylorSUZ924DNS1
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8823
3Ty SmithsonSUZ24942
4Cory WindleHON734
5Chad ButtsYAM866
6Curtiss SloanYAM55105
7Jess WilderYAM71187
8Chris LeibleHON49178
9Alex BlackwellSUZ6a99
10Blake BissingerKTM2175DNS
11Tony ThomasYAM6xDNFDNS
125 BEG
1Joe WootenYAM13112
2Fraser GauldenHON11131
3Ross FerrellYAM1223
4Dewayne HouseKAW48644
5Zach ColemanYAM2055
6Joey McmillenHON6195DNS
250 BEG
1Jonathan MuncriefYAM82911
2Jeff GrabowHON122
3Joel CookYAM4733
4Jeff WestHON14044
50 SHAFT
1Yeiser RossKTM3411
2Austin WilliamsYAM6022
SCHOOL BOY
1Kyle DortchSUZ3411
2Carey WillettYAM38022
3Danny GieslerSUZ38743
4Brandon BurrowHON57934
5Ty SmithsonSUZ24975
6Austin GuhyKAW74666
7Joe WootenYAM13197
8Matthew MckinneySUZ1715DNS
9Shea LattusHON1038DNS
10Myles TaylorSUZ924DNSDNS
85 BEG
1Christopher MillerKAW3211
2Nico SmithYAM6822
3Kurtis HollandHON333
4Michael HarrisKAW154
5Ben CoatesYAM94DNS
6Brian StevensYAM217DNSDNS
85 7-11
1Logan PollardSUZ7011
2Gavin StoverHON7g22
3Jess WilderYAM71153
4Taylor ErwinYAM1744
5Zack PattersonKAW63DNS
6Shawn YeagerKAW654DNSDNS
90cc super stock quad
1Cody GibsonHON6611
2Garrett MalugenSUZg122
3Derek PatrickHON55DNSDNS
0-300
1Dusty RitchieHON44421
2Tyler CoffmanYAM1912
3Briann StoutHON733
0-90
1Trevor PatrickHON511
16-24
1Brent BrushYAM9011
2Jerrod SlaytonHON56722
3Greg LovinsYAM24333
4Eric GoetzYAM85154
5Brandon ThompsonYAM66785
6Blair MillerKTM954DNS
7Dillion ClaytonYAM566DNS
8Hunter SykesHON/7DNS
9Casey JohnsonYAM16DNFDNS
25+
1Shane VaughnHON3321
2Rayford Collins Jr.HON6713
3Jason KrausHON7532
4Jody HowellHON3644
5George AdamsHON32DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r1/results.html~ b/thmx_r1/results.html~ new file mode 100644 index 0000000..f7452cf --- /dev/null +++ b/thmx_r1/results.html~ @@ -0,0 +1,1604 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
March 7, 2004 Race Results03/07/2004
PlaceNameBrandNum.Moto1Moto2
30+
1Shane VaughnHON3331
2Jason KrausHON7522
3Rayford Collins Jr.HON6713
4Jeremy RobinsonHON444
5Tim RipleyHON1555
6Brooks HolcombYAM2766
7John WilderKTM12377
8Davd WinsteadKAW4388
9Donny LewisSUZ12699
10Lee ManninSUZ691010
50 4-6
1Yeiser RossKTM3411
2Ian LegensCOB3022
3Blake PollardCOB1243
4Austin GrabowKTM034
50 7-8
1Brice KlippelCOB40k11
2Adam CollinsKTM6722
3Garrett WilliamsCOB50333
4Trent (t-mac) MacdiarmidKTM58344
125 C
1Danny GieslerSUZ38712
2Austin GuhyKAW74653
3Shane RoseYAM1944
4Hunter SykesHON/26
5Preston SerattSUZ2975
6Daniel RussellYAM46368
7Myles TaylorSUZ924141
8Brandon ThompsonYAM667119
9Blake BissingerKTM217812
10Jason GableYAM01211
11Brendon SmithHON2713DNF
12Brittney InfieldSUZ4271313
13Daniel SharpYAM89DNF7
14Shea LattusHON1039DNF
15Scott HutsonKTM62010DNF
16Stephen HarrisYAM2DNS10
25+ QUAD
1Jim MollYAM6511
ATV 2-STROKE B
1Chris RotenberryHON7711
ATV 4-STROKE B
1Stephen WoffordHON24321
2Brandon StoutHON712
3Matt MountHON8033
ATV 4-STROKE C
1Spencer MorrisHON0212
2Jeremy BoazHON831
3Tommy SheppardYAM22DNS
ATV BEG
1Ethan GibbonsYAM5111
65 10-11
1Gavin StoverKAW7g21
2Jess WilderKTM71112
3Taylor ErwinYAM11733
4Shawn YeagerKAW65444
5Logan ManleyCOB456
6Jon Ross LoweKTM1875
7Clayton BradshawKTM567
8Kylie InfieldKTM72188
85 12-13
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8832
3Ty SmithsonSUZ24924
4Cory WindleHON763
5Tommy DeroeHON4345
6Hunt LottHON9956
7Chad ButtsYAM887
8Curtiss SloanYAM55108
9Chris LeibleHON491119
10Alex BlackwellSUZ6c1210
11Tony ThomasYAM6a7DNS
125 B
1Casey JohnsonYAM1631
2Blair MillerKTM9522
3Kyle DortchSUZ3413
4Carey WillettYAM38044
5Rusty HarrisYAM555
6Jerrod SlaytonHON56776
7Brandon BurrowHON57967
8Dillion ClaytonYAM5698
9Troy WestKTM5889
250 PRO
1Jamaal BondHON54711
2Jason PerryHON91832
3Jason KrausHON7524
4Jody HowellHON3643
65 BEG
1Brice KlippelCOB40k11
2Chad BlackwellKAW5c22
3Garrett WilliamsCOB50333
4Adad GrabowKAW0054
5Emanuel AzeveboHON334DNF
65 7-9
1Clayton BradshawKTM532
2Jon Ross LoweKTM1851
3Adam CollinsKTM6724
4Corey HolcombCOB1715
5Logan ManleyCOB443
WOMEN'S OPEN
1Sheena GuhyKAW90011
2Brittney InfieldSUZ42722
3Carrie ArantYAM36333
4Kylie InfieldKTM72144
125 PRO
1Jamaal BondHON54711
2Brent BrushYAM9022
40+
1Tim RipleyHON1511
2Brooks HolcombYAM2722
3John WilderKTM12333
4Max GarnettYAM31744
5Steve WestHON4855
6Mike WestHON876
7Ray ShaulKAW4367
8Joel CookYAM4788
9Mark HollandYAM235109
10Jim BinghamHON3910
250 B
1Eric GoetzYAM85121
2Greg LovinsYAM24312
3Jerrod SlaytonHON56743
4Aaron ThomasYAM6x34
5Ross WoodsHON155
6H.reece LemayHON296DNF
250 C
1George AdamsHON3212
2Todd BradfordHON223
3Jason WillifordYAM2334
4Manuel GuzmanHON745
5John ThompsonHON21456
6Keith LovinsYAM467
7Myles TaylorSUZ924DNS1
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8823
3Ty SmithsonSUZ24942
4Cory WindleHON734
5Chad ButtsYAM866
6Curtiss SloanYAM55105
7Jess WilderYAM71187
8Chris LeibleHON49178
9Alex BlackwellSUZ6a99
10Blake BissingerKTM2175DNS
11Tony ThomasYAM6xDNFDNS
125 BEG
1Joe WootenYAM13112
2Fraser GauldenHON11131
3Ross FerrellYAM1223
4Dewayne HouseKAW48644
5Zach ColemanYAM2055
6Joey McmillenHON6195DNS
250 BEG
1Jonathan MuncriefYAM82911
2Jeff GrabowHON122
3Joel CookYAM4733
4Jeff WestHON14044
50 SHAFT
1Yeiser RossKTM3411
2Austin WilliamsYAM6022
SCHOOL BOY
1Kyle DortchSUZ3411
2Carey WillettYAM38022
3Danny GieslerSUZ38743
4Brandon BurrowHON57934
5Ty SmithsonSUZ24975
6Austin GuhyKAW74666
7Joe WootenYAM13197
8Matthew MckinneySUZ1715DNS
9Shea LattusHON1038DNS
10Myles TaylorSUZ924DNSDNS
85 BEG
1Christopher MillerKAW3211
2Nico SmithYAM6822
3Kurtis HollandHON333
4Michael HarrisKAW154
5Ben CoatesYAM94DNS
6Brian StevensYAM217DNSDNS
85 7-11
1Logan PollardSUZ7011
2Gavin StoverHON7g22
3Jess WilderYAM71153
4Taylor ErwinYAM1744
5Zack PattersonKAW63DNS
6Shawn YeagerKAW654DNSDNS
90cc super stock quad
1Cody GibsonHON6611
2Garrett MalugenSUZg122
3Derek PatrickHON55DNSDNS
0-300
1Dusty RitchieHON44421
2Tyler CoffmanYAM1912
3Briann StoutHON733
0-90
1Trevor PatrickHON511
16-24
1Brent BrushYAM9011
2Jerrod SlaytonHON56722
3Greg LovinsYAM24333
4Eric GoetzYAM85154
5Brandon ThompsonYAM66785
6Blair MillerKTM954DNS
7Dillion ClaytonYAM566DNS
8Hunter SykesHON/7DNS
9Casey JohnsonYAM16DNFDNS
25+
1Shane VaughnHON3321
2Rayford Collins Jr.HON6713
3Jason KrausHON7532
4Jody HowellHON3644
5George AdamsHON32DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r1/rollover.html b/thmx_r1/rollover.html new file mode 100644 index 0000000..4c51eb7 --- /dev/null +++ b/thmx_r1/rollover.html @@ -0,0 +1,83 @@ + + + + + CSS Fast Rollovers Without Preload - Updated + + + + + + + + + +

CSS Fast Rollovers Without Preload - Updated

+ +

+Simple yet strong update of the Fast Rollovers Without Preload comes from Marek Blaha (Czech author). This workaround solves the problem when Windows IE sometimes slowly reloads the background image causing the element flickers while mouse hovering. +

+ +

+The solution is just simple: the background image (moved to the "hover position") is attached to the outer element, and the same background is attached to the inner A element as well (in the "base position" though). The :hover state just changes the A's background to transparent making the 'outer' background bellow visible. Thus, no background is beeing switched and IE has no more reason to flicker. +

+ +

+Check the source code of this document to see the solution at work. It works fine in every browser I've met... +

+ +
+ +

+Posted by Petr Stanicek [aka -pixy-], 2003-11-27,00.05 CET +

+ + + diff --git a/thmx_r1/stripes.html b/thmx_r1/stripes.html new file mode 100644 index 0000000..a69d910 --- /dev/null +++ b/thmx_r1/stripes.html @@ -0,0 +1,186 @@ + + + + + + + +Striped Tables + + + + + + + + + + + + + +
+ +

iTunes Stripes

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1Lost In The PlotThe Dears
2PoisonThe Constantines
3Plea From A Cat Named VirtuteThe Weakerthans
4Melissa LouiseChixdiggit!
5Living RoomTegan And Sara
6SpeedBran Van 3000
7Fast Money BlessingKing Cobb Steelie
8SoreBuck 65
9Love TravelDanko Jones
10You Never Let Me DownFurnaceface
+ +

+ An example of using JavaScript and the DOM to apply background-color styles to table cells. And because we aren’t applying classes to any of the table rows to achieve the effect, we can use classes for more specific uses, such as indicating selected rows in the table (rows marked #3, #8, and #9). +

+ +
+ + + \ No newline at end of file diff --git a/thmx_r1/styles/calendar.css b/thmx_r1/styles/calendar.css new file mode 100644 index 0000000..b0c6f4b --- /dev/null +++ b/thmx_r1/styles/calendar.css @@ -0,0 +1,53 @@ +#calendar, #calendar td { +font-family: Helvetica, Arial, Sans-Serif; +} + +#calendar { +border: solid 1px #999; +} + +#calendar span.date { +float: right; +text-align: center; +font-size: 0.875em; +font-weight: bold; +} + +#calendar tr.month th { +font-size: 1.3125em; +text-align: center; +border-bottom: solid 1px #999; +} + +#calendar tr.days { +font-size: 0.75em; +font-weight: bold; +} + +#calendar tr.days th { +width: 14.3%; +text-align: center; +} + +#calendar td { +height: 4.5em; +text-align: left; +vertical-align: top; +border-top: solid 1px #999; +border-right: solid 1px #999; +} + +#today { +background: #ccf; +} + +#calendar td.end { +border-right: none; +} + +#calendar td span.event, +#calendar td a.event { +margin: 0.5em 0.25em; +font-size: 0.625em; +font-weight: bold; +} \ No newline at end of file diff --git a/thmx_r1/styles/calendar.css~ b/thmx_r1/styles/calendar.css~ new file mode 100644 index 0000000..5c9f6c7 --- /dev/null +++ b/thmx_r1/styles/calendar.css~ @@ -0,0 +1,53 @@ +#calendar, #calendar td { +font-family: Helvetica, Arial, Sans-Serif; +} + +#calendar { +border: solid 1px #999; +} + +#calendar span.date { +float: right; +text-align: center; +font-size: 0.875em; +font-weight: bold; +} + +#calendar tr.month th { +font-size: 1.3125em; +text-align: center; +border-bottom: solid 1px #999; +} + +#calendar tr.days { +font-size: 0.75em; +font-weight: bold; +} + +#calendar tr.days th { +width: 14.3%; +text-align: center; +} + +#calendar td { +height: 4.5em; +text-align: left; +vertical-align: top; +border-top: solid 1px #999; +border-right: solid 1px #999; +} + +#today { +background: #ccf; +} + +#calendar td.end { +border-right: none; +} + +#calendar td span.event, +#calendar td a.event { +margin: 0.5em 0.5em; +font-size: 0.625em; +font-weight: bold; +} \ No newline at end of file diff --git a/thmx_r1/styles/classes.css b/thmx_r1/styles/classes.css new file mode 100644 index 0000000..69498a2 --- /dev/null +++ b/thmx_r1/styles/classes.css @@ -0,0 +1,108 @@ +/* + Class Selectors +*/ + +div.photo p, +div.leftphoto p, +div.rightphoto p, +div.centerphoto p { +font-size: 0.75em; +font-style: italic; +text-align: center; +margin: 0em 5%; +padding: 0em; +} + +div.weathermagnet { +width: 16.875em; +height: 10.9375em; +} + +img.thumb { +width: 15em; +height: 11em; +} + +div.centerphoto { +margin-bottom: 0.5em; +} + +div.row div.photo { +margin-bottom: 0.5em; +width: 12em; +} +div.row div.left { +clear: both; +} +div.row img.thumb { +width: 12em; +height: 9em; +} + +.boiler { +clear: both; +color: #666; +font-size: 0.5625em; +text-align: center; +margin: 0em; +padding: 0em; +} + +.boxed { +border: solid 1px #999; +margin: 0.25em 1em; +} +.fullbox { +border: solid 1px #999; +margin: 0em 0em 0.5em 0em; +} +.titlebox { +border: solid 1px #999; +background: inherit; +margin-bottom: 0.5em; +} + +.centered { +text-align: center; +} +.textleft { +text-align: left; +} +.textright { +text-align: right; +} +.headroom { +margin-top: 0.75em; +} +.legroom { +margin-bottom: 0.75em; +} + +.middle { +float: left; +margin: 0em; +padding: 0em; +} +.left { +float: left; +padding: 0em; +margin-right: 0.375em; +} +.right { +float: right; +padding: 0em; +margin-left: 0.375em; +} + +div.leftphoto { +float: left; +padding: 0em; +margin-right: 0.375em; +width: 15em; +} +div.rightphoto { +float: right; +padding: 0em; +margin-left: 0.375em; +width: 15em; +} diff --git a/thmx_r1/styles/core.css b/thmx_r1/styles/core.css new file mode 100644 index 0000000..2df2d8c --- /dev/null +++ b/thmx_r1/styles/core.css @@ -0,0 +1,111 @@ +/* + Core CSS Selectors +*/ + +body, td { +font-family: Georgia, Times, Serif; +font-size: 16px; +margin: 0em; +padding: 0em; +} +body { +padding: 0.25em; +background-color: #fff; +text-align: center; /* IE5
centering hack part 1 */ +} + +abbr, .help { +font-style: normal; +padding-bottom: 1px; +border-bottom: 1px dotted #999; +cursor: help; +} + +a:link, a:visited { +text-decoration: none; +} +a:hover { +text-decoration: underline; +} +a img { +border: none; +} + +h1, h2, h3, h4, h5, h6 { +font-weight: bold; +margin: 0em; +padding: 0.25em 0em; +} + +h1 { +font-size: 1.3125em; +} +h2 { +font-size: 1.25em; +} +h3 { +font-size: 1.0625em; +} +h4 { +font-size: 0.875em; +} +h5 { +font-size: 0.75em; +} +h6 { +font-size: 0.6875em; +} + +hr { +width: 100%; +height: 1px; +border: none; +border-top: 1px solid #999; +} + + +p { +text-align: justify; +line-height: 1.3125em; +margin: 0em 0.375em 0.25em 0.125em; +padding: 0em; +} + +p + p, +p + div.photoleft + p, +p + div.photoright + p { +text-indent: 0.5em; +} + +p.notice { +font-size: 0.8125em; +font-style: italic; +text-align: center; +padding: 3em 0em; +} + +dl { +text-align: justify; +line-height: normal; +font-size: 0.8125em; +margin: 0em; +padding: 0em; +width: 99%; +} +dt { +font-weight: bold; +margin-left: 0.25em; +} +dd { +margin: 0.25em 1.5em; +padding: 0em; +} +dl.news dd { +margin: 0.25em 0em 0.25em 2em; +padding: 0.25em; +} +dl.headlines dd { +padding: 0.5em; +font-style: italic; +margin: 0.5em 1.5em; +} diff --git a/thmx_r1/styles/layout.css b/thmx_r1/styles/layout.css new file mode 100644 index 0000000..43de906 --- /dev/null +++ b/thmx_r1/styles/layout.css @@ -0,0 +1,52 @@ +/* + Layout ID Selectors +*/ + +#layout { +position: relative; +margin: 0em auto; +padding: 0.25em; +background-color: #fff; +text-align: left; /* IE5
centering hack part 2 */ +width: 47.5em; /* erroneous value to satisfy IE5/Win */ +voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */ +voice-family: inherit; /* http://www.tantek.com/ */ +width: 47em; /* correct for compliant browsers wo/css2 */ +} +body>#layout { +width: 47em; /* correct for compliant browsers w/css2 */ +} + +#siteheader { +margin: 0em; +padding: 0em; +} + +#panel { +float: left; +margin: 0.25em 0em; +padding: 0em; +width: 10.25em; +} + +#content { +float: right; +margin: 0.25em 0em; +padding: 0em; +width: 36.75em; +} + +#footer { +clear: both; +margin: 0.5em 0em; +padding: 0em; +} + +#footer p { +font-size: 0.6875em; +font-style: italic; +text-align: center; +margin: 0em 0em; +padding: 0.125em 0em; +} + diff --git a/thmx_r1/styles/layout.css~ b/thmx_r1/styles/layout.css~ new file mode 100644 index 0000000..76e51fe --- /dev/null +++ b/thmx_r1/styles/layout.css~ @@ -0,0 +1,52 @@ +/* + Layout ID Selectors +*/ + +#layout { +position: relative; +margin: 0em auto; +padding: 0.25em; +background-color: #fff; +text-align: left; /* IE5
centering hack part 2 */ +width: 47.5em; /* erroneous value to satisfy IE5/Win */ +voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */ +voice-family: inherit; /* http://www.tantek.com/ */ +width: 47em; /* correct for compliant browsers wo/css2 */ +} +body>#layout { +width: 47em; /* correct for compliant browsers w/css2 */ +} + +#siteheader { +margin: 0em; +padding: 0em; +} + +#panel { +float: left; +margin: 0.25em 0em; +padding: 0em; +width: 10.1875em; +} + +#content { +float: right; +margin: 0.25em 0em; +padding: 0em; +width: 36.75em; +} + +#footer { +clear: both; +margin: 0.5em 0em; +padding: 0em; +} + +#footer p { +font-size: 0.6875em; +font-style: italic; +text-align: center; +margin: 0em 0em; +padding: 0.125em 0em; +} + diff --git a/thmx_r1/styles/menu.css b/thmx_r1/styles/menu.css new file mode 100644 index 0000000..86a9efe --- /dev/null +++ b/thmx_r1/styles/menu.css @@ -0,0 +1,148 @@ +/* + Menu Styles +*/ + +.alt { +display: none; +} + +#menu ul { +padding: 0; +margin: 0; +border: 0; +} + +#menu li { +display: inline; +padding: 0; +margin: 0; +border: 0; +} + +#home { +display: block; +padding; 0; +margin: 0; +width: 10em; +height: 3em; +background: url(/images/home.jpg) no-repeat; +} + +a#home:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/home_f2.jpg) no-repeat; +} + +#info { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/info.jpg) no-repeat; +} + +a#info:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/info_f2.jpg) no-repeat; +} + +#dire { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/dir.jpg) no-repeat; +} + +a#dire:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/dir_f2.jpg) no-repeat; +} + +#cale { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/cal.jpg) no-repeat; +} + +a#cale:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/cal_f2.jpg) no-repeat; +} + +#resu { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/res.jpg) no-repeat; +} + +a#resu:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/res_f2.jpg) no-repeat; +} + +#king { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/king.jpg) no-repeat; +} + +a#king:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/king_f2.jpg) no-repeat; +} + +#gall { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/gal.jpg) no-repeat; +} + +a#gall:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/gal_f2.jpg) no-repeat; +} + +#more { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/more.jpg) no-repeat; +} + +a#more:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/more_f2.jpg) no-repeat; +} + +#soon { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/soon.jpg) no-repeat; +} + +a#soon:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/soon_f2.jpg) no-repeat; +} diff --git a/thmx_r1/styles/menu.css~ b/thmx_r1/styles/menu.css~ new file mode 100644 index 0000000..891209b --- /dev/null +++ b/thmx_r1/styles/menu.css~ @@ -0,0 +1,147 @@ +/* + Menu Styles +*/ + +.alt { +display: none; +} + +#menu ul, #menu li { +padding: 0; +margin: 0; +border: 0; +} + +#menu li { +padding: 0; +margin: 0; +border: 0; +} + +#home { +display: block; +padding; 0; +margin: 0; +width: 10em; +height: 3em; +background: url(/images/home.jpg) no-repeat; +} + +a#home:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/home_f2.jpg) no-repeat; +} + +#info { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/info.jpg) no-repeat; +} + +a#info:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/info_f2.jpg) no-repeat; +} + +#dire { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/dir.jpg) no-repeat; +} + +a#dire:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/dir_f2.jpg) no-repeat; +} + +#cale { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/cal.jpg) no-repeat; +} + +a#cale:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/cal_f2.jpg) no-repeat; +} + +#resu { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/res.jpg) no-repeat; +} + +a#resu:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/res_f2.jpg) no-repeat; +} + +#king { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/king.jpg) no-repeat; +} + +a#king:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/king_f2.jpg) no-repeat; +} + +#gall { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/gal.jpg) no-repeat; +} + +a#gall:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/gal_f2.jpg) no-repeat; +} + +#more { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/more.jpg) no-repeat; +} + +a#more:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/more_f2.jpg) no-repeat; +} + +#soon { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/soon.jpg) no-repeat; +} + +a#soon:hover { +display: block; +width: 10.25em; +height: 3em; +background: url(/images/soon_f2.jpg) no-repeat; +} diff --git a/thmx_r1/styles/results.css b/thmx_r1/styles/results.css new file mode 100644 index 0000000..5655106 --- /dev/null +++ b/thmx_r1/styles/results.css @@ -0,0 +1,34 @@ +/* + Results Table +*/ + +#results { +background: #fff; +} + +#results th, #results td { +font-family: Helvetica, Arial, Sans-Serif; +font-size: 0.625em; +} + +#results td { +text-align: center; +} + +#results tr.labels td { +font-weight: bold; +} + +#results tr.racename th { +font-size: 1.0625em; +} + +#results td.ridername { +text-align: left; +} + +#results td.classname { +background-color: #ccc; +border: 1px solid #999; +text-align: left; +} diff --git a/thmx_r1/styles/results.css~ b/thmx_r1/styles/results.css~ new file mode 100644 index 0000000..f3fd788 --- /dev/null +++ b/thmx_r1/styles/results.css~ @@ -0,0 +1,30 @@ +#results { +background: #fff; +} + +#results th, #results td { +font-family: Helvetica, Arial, Sans-Serif; +font-size: 0.625em; +} + +#results td { +text-align: center; +} + +#results tr.labels td { +font-weight: bold; +} + +#results tr.racename th { +font-size: 1.0625em; +} + +#results td.ridername { +text-align: left; +} + +#results td.classname { +background-color: #ccc; +border: 1px solid #999; +text-align: left; +} diff --git a/thmx_r1/styles/thmx.css b/thmx_r1/styles/thmx.css new file mode 100644 index 0000000..9799329 --- /dev/null +++ b/thmx_r1/styles/thmx.css @@ -0,0 +1,90 @@ +/* + Type Selectors +*/ + +body { +background-color: #06c; +} + +a:link, a:visited { +color: #06c; +} +a:hover { +color: #f33; +} + +dd { +font-style: italic; +border: 1px solid #ccc; +padding: 0.125em; +} +dl.headlines dd { +color: #06c; +} + +ul { +font-size: 1em; +margin: 0em; +padding: 0em; +} +li { +margin: 0em 0em 0em 2.5em; +list-style: none; +} + +/* + Layout ID Selectors +*/ + +#layout { +background: url('/images/no-footer.jpg') center no-repeat; +background-color: #fff; +} + +#footer { +color: #06c; +} + +/* + Class Selectors +*/ + +div.weather { +float: left; +margin-left: 5px; +} + +div.weatherroom { +} + +table.classes { +font-size: 1em; +margin: 0.25em auto; +width: 30em; +} + +img.logo { +width: 47em; +height: 7.125em; +} +img.button { +width: 10em; +height: 3em; +} +img.showcase { +width: 36.75em; +height: 18.0625em; +} +img.thumb { +width: 15em; +height: 11em; +} +img.trophy { +width: 10.8125em; +height: 18.75em; +} + +.boxed { +margin: 0em 0em 0.75em 0em; +padding: 1em; +} diff --git a/thmx_r2/030704.html b/thmx_r2/030704.html new file mode 100644 index 0000000..0cdba52 --- /dev/null +++ b/thmx_r2/030704.html @@ -0,0 +1,1610 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
March 7, 2004 Race Results03/07/2004
PlaceNameBrandNum.Moto1Moto2
30+
1Shane VaughnHON3331
2Jason KrausHON7522
3Rayford Collins Jr.HON6713
4Jeremy RobinsonHON444
5Tim RipleyHON1555
6Brooks HolcombYAM2766
7John WilderKTM12377
8Davd WinsteadKAW4388
9Donny LewisSUZ12699
10Lee ManninSUZ691010
50 4-6
1Yeiser RossKTM3411
2Ian LegensCOB3022
3Blake PollardCOB1243
4Austin GrabowKTM034
50 7-8
1Brice KlippelCOB40k11
2Adam CollinsKTM6722
3Garrett WilliamsCOB50333
4Trent (t-mac) MacdiarmidKTM58344
125 C
1Danny GieslerSUZ38712
2Austin GuhyKAW74653
3Shane RoseYAM1944
4Hunter SykesHON/26
5Preston SerattSUZ2975
6Daniel RussellYAM46368
7Myles TaylorSUZ924141
8Brandon ThompsonYAM667119
9Blake BissingerKTM217812
10Jason GableYAM01211
11Brendon SmithHON2713DNF
12Brittney InfieldSUZ4271313
13Daniel SharpYAM89DNF7
14Shea LattusHON1039DNF
15Scott HutsonKTM62010DNF
16Stephen HarrisYAM2DNS10
25+ QUAD
1Jim MollYAM6511
ATV 2-STROKE B
1Chris RotenberryHON7711
ATV 4-STROKE B
1Stephen WoffordHON24321
2Brandon StoutHON712
3Matt MountHON8033
ATV 4-STROKE C
1Spencer MorrisHON0212
2Jeremy BoazHON831
3Tommy SheppardYAM22DNS
ATV BEG
1Ethan GibbonsYAM5111
65 10-11
1Gavin StoverKAW7g21
2Jess WilderKTM71112
3Taylor ErwinYAM11733
4Shawn YeagerKAW65444
5Logan ManleyCOB456
6Jon Ross LoweKTM1875
7Clayton BradshawKTM567
8Kylie InfieldKTM72188
85 12-13
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8832
3Ty SmithsonSUZ24924
4Cory WindleHON763
5Tommy DeroeHON4345
6Hunt LottHON9956
7Chad ButtsYAM887
8Curtiss SloanYAM55108
9Chris LeibleHON491119
10Alex BlackwellSUZ6c1210
11Tony ThomasYAM6a7DNS
125 B
1Casey JohnsonYAM1631
2Blair MillerKTM9522
3Kyle DortchSUZ3413
4Carey WillettYAM38044
5Rusty HarrisYAM555
6Jerrod SlaytonHON56776
7Brandon BurrowHON57967
8Dillion ClaytonYAM5698
9Troy WestKTM5889
250 PRO
1Jamaal BondHON54711
2Jason PerryHON91832
3Jason KrausHON7524
4Jody HowellHON3643
65 BEG
1Brice KlippelCOB40k11
2Chad BlackwellKAW5c22
3Garrett WilliamsCOB50333
4Adad GrabowKAW0054
5Emanuel AzeveboHON334DNF
65 7-9
1Clayton BradshawKTM532
2Jon Ross LoweKTM1851
3Adam CollinsKTM6724
4Corey HolcombCOB1715
5Logan ManleyCOB443
WOMEN'S OPEN
1Sheena GuhyKAW90011
2Brittney InfieldSUZ42722
3Carrie ArantYAM36333
4Kylie InfieldKTM72144
125 PRO
1Jamaal BondHON54711
2Brent BrushYAM9022
40+
1Tim RipleyHON1511
2Brooks HolcombYAM2722
3John WilderKTM12333
4Max GarnettYAM31744
5Steve WestHON4855
6Mike WestHON876
7Ray ShaulKAW4367
8Joel CookYAM4788
9Mark HollandYAM235109
10Jim BinghamHON3910
250 B
1Eric GoetzYAM85121
2Greg LovinsYAM24312
3Jerrod SlaytonHON56743
4Aaron ThomasYAM6x34
5Ross WoodsHON155
6H.reece LemayHON296DNF
250 C
1George AdamsHON3212
2Todd BradfordHON223
3Jason WillifordYAM2334
4Manuel GuzmanHON745
5John ThompsonHON21456
6Keith LovinsYAM467
7Myles TaylorSUZ924DNS1
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8823
3Ty SmithsonSUZ24942
4Cory WindleHON734
5Chad ButtsYAM866
6Curtiss SloanYAM55105
7Jess WilderYAM71187
8Chris LeibleHON49178
9Alex BlackwellSUZ6a99
10Blake BissingerKTM2175DNS
11Tony ThomasYAM6xDNFDNS
125 BEG
1Joe WootenYAM13112
2Fraser GauldenHON11131
3Ross FerrellYAM1223
4Dewayne HouseKAW48644
5Zach ColemanYAM2055
6Joey McmillenHON6195DNS
250 BEG
1Jonathan MuncriefYAM82911
2Jeff GrabowHON122
3Joel CookYAM4733
4Jeff WestHON14044
50 SHAFT
1Yeiser RossKTM3411
2Austin WilliamsYAM6022
SCHOOL BOY
1Kyle DortchSUZ3411
2Carey WillettYAM38022
3Danny GieslerSUZ38743
4Brandon BurrowHON57934
5Ty SmithsonSUZ24975
6Austin GuhyKAW74666
7Joe WootenYAM13197
8Matthew MckinneySUZ1715DNS
9Shea LattusHON1038DNS
10Myles TaylorSUZ924DNSDNS
85 BEG
1Christopher MillerKAW3211
2Nico SmithYAM6822
3Kurtis HollandHON333
4Michael HarrisKAW154
5Ben CoatesYAM94DNS
6Brian StevensYAM217DNSDNS
85 7-11
1Logan PollardSUZ7011
2Gavin StoverHON7g22
3Jess WilderYAM71153
4Taylor ErwinYAM1744
5Zack PattersonKAW63DNS
6Shawn YeagerKAW654DNSDNS
90cc super stock quad
1Cody GibsonHON6611
2Garrett MalugenSUZg122
3Derek PatrickHON55DNSDNS
0-300
1Dusty RitchieHON44421
2Tyler CoffmanYAM1912
3Briann StoutHON733
0-90
1Trevor PatrickHON511
16-24
1Brent BrushYAM9011
2Jerrod SlaytonHON56722
3Greg LovinsYAM24333
4Eric GoetzYAM85154
5Brandon ThompsonYAM66785
6Blair MillerKTM954DNS
7Dillion ClaytonYAM566DNS
8Hunter SykesHON/7DNS
9Casey JohnsonYAM16DNFDNS
25+
1Shane VaughnHON3321
2Rayford Collins Jr.HON6713
3Jason KrausHON7532
4Jody HowellHON3644
5George AdamsHON32DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r2/041004.html b/thmx_r2/041004.html new file mode 100644 index 0000000..e3834b1 --- /dev/null +++ b/thmx_r2/041004.html @@ -0,0 +1,1022 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
APRIL 10, 2004 Race Results04/10/2004
PlaceNameBrandNumberMoto1Moto2
125 C
1Danny GieslerSUZ38721
2Dean GarsideHON1333
3Brandon PowersYAM58352
4Zach JacksonHON0064
5Preston SerattSUZ2947
6Doni SchmitzerSUZ14375
7Brittney InfieldSUZ42786
8Myles TaylorSUZ9241DNF
9Justin EssaryYAM5919DNF
25+
1Jason PerryHON91811
2Alan WeatherfordHON2322
3Thor ThonteinssonSUZ10033
ATV 2-STROKE C
1Kurt ParhamHON1511
2Rusty SawyersHON802DNF
ATV 4-STROKE C
1Trey HardinYAM7711
2Tommy SheppardYAM223
3Josh BerryHON7/42
4Stacy EaryHON934
85 7-11
1Shawn YeagerKAW65421
2Zack PattersonKAW9113
3Bryan JonesHON99332
4Logan ParksYAM85/44
85 12-13
1Matthew ShaulKAW8811
2Bradley GreerHON8522
3Hunt LottHON9943
4Chad ButtsYAM834
5Charlie SmithKAW8765
6Will BruceYAM51156
7Josh PhillipsHON8477
8Cody ThompsonHON30788
50 SHAFT
1Brandon MorrisKTM911
50 7-8
1Brice KlippelCOB40k11
2Justin MorrisCOB40k/22
0-90
1Bradley RoseUnk9811
ATV BEG
1Brent AuvenshireHON711
2Briann StoutHON7/22
0-300
1Brad ClarkHON72111
2Jamie GrayYAM6822
SCHOOL BOY
1Kyle DortchSUZ3421
2Myles TaylorSUZ92412
3Danny GieslerSUZ38733
4Brandon PowersYAM58354
5Dean GarsideHON134DNS
16-24
1Aaron ThomasYAM6x22
2Brent BrushYAM241
3Pooh-bear GuidenSUZ1733
4Greg LovinsYAM2431DNF
30+
1Luke CraddockKTM7121
2Brooks HolcombYAM2712
3Thor ThonteinssonSUZ10033
4Doug WhiteHON28944
65 BEG
1Dolton DowningKTM111
2Joshua ShaulKAW8932
3Nicholas CooperKAW17543
4Dalton PittsSUZ992DNS
5Brice KlippelCOB40k9999
65 7-9
1Corey HolcombSUZ1711
2Justin MorrisKTMj422
3Clayton BradshawKTM543
4Logan ManleyCOB3934
85 BEG
1Christopher MillerKAW3212
2Josh PhillipsHON8441
3Rusty PaineKAW5923
4Drew SimpsonHON22834
5Logan ParksYAM85/55
6Chase RileySUZ866
7Josh LovellKAW787
8Jonathan MillerKAW5179
9Manuel AvevedoHON998
WOMEN'S OPEN
1Doni SchmitzerSUZ14311
2Brittney InfieldSUZ42722
3Kylie InfieldKTM72133
250 C
1Myles TaylorSUZ92411
2Rodney SimpsonHON3432
3Keith LovinsYAM443
4Mattew HendrixHON312DNF
40+
1Brooks HolcombYAM2711
2Donny LewisSUZ12623
3Davd WinsteadKAW4334
4Ben ThomasYAM6x62
5Roy GieslerSUZ31945
6Ken HoustonSUZ40056
125 BEG
1Hunt LottHON94211
2Ross FerrellYAM1222
3Zach ColemanYAM2053
4Kris CraigSUZ12144
5Andy WhiteHON8635
6Jon DycusKAW866
7Joseph RogersSUZ5077
250 BEG
1Chris CooperSUZ25211
65 10-11
1Shawn YeagerKAW65421
2Corey HolcombSUZ1712
3Logan ManleyCOB3933
4Clayton BradshawKTM544
5Chas LomaxKAW955
6Kylie InfieldKTM72166
SUPER MINI
1Matthew ShaulKAW8811
2Chad ButtsYAM822
3Will BruceYAM51133
4Zack PattersonKAW9144
5Charlie SmithKAW8763
6Cody ThompsonHON30755
125 PRO
1Brent BrushYAM211
125 B
1Kyle DortchSUZ3411
250 PRO
1Jason PerryHON91811
250 B
1Alan WeatherfordHON2321
2Reece LemayHON2932
3Greg LovinsYAM2431DNS
+ +
+ + + +
+ + diff --git a/thmx_r2/050804.html b/thmx_r2/050804.html new file mode 100644 index 0000000..135f4db --- /dev/null +++ b/thmx_r2/050804.html @@ -0,0 +1,1261 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Strawberry Festival Race Results05/08/2004
PlaceNameBrandNumberMoto1Moto2
125 C
1Myles TaylorSUZ92411
2Brandon PowersHON58332
3Hunter SykesHON2324
4Tyler PenderKAW8943
5Jameson DiamondSUZ90957
6Carter GarrisonYAM596
7Jason GableYAM4078
8Trevor WootenHON82610
9Zach JacksonHON00811
10Shea LattusHON103119
11Dean DotsonYAM1211012
12Danny GieslerSUZ579DNF5
13Brittney InfieldSUZ4271213
14Andy DotsonHON5371314
250 B
1Roger CrewYAM8221
2Alan WeatherfordHON23/12
65 7-9
1Corey HolcombSUZ1711
2Clayton BradshawKTM522
3Tristan PickensSUZ3334
4Micah PrestonKTM4346
5Logan ManleyCOB39DNF3
6Austin CrockettSUZ52DNF5
85 BEG
1Josh PhillipsHON8411
2Kyle QuallsKAW9832
3Rusty PaineKAW5924
4Josh LovellKAW753
5Mason MaxeyYAM245
6Jonathan MillerKAW5167
7Logan ParksYAM8586
8Chris HullKAW1178
9David LassiterKAW73109
10Dolton DowningKTM1911
11Blake KunkelKAW81110
50 4-6
1Clayton GregoryCOB8c11
2Yeiser RossKTM3422
3Justin AmmonsCOB8333
4Austin GrabowKTM044
5Austin HammonsUnk6DNSDNS
0-90
1Kelcey McbrideHON9411
65 BEG
1Dolton DowningKTM111
2Austin CrockettSUZ5232
3Dalton PittsSUZ9923
4Nicholas CooperKAW17554
5Joshua ShaulKAW8965
6Micah PrestonKTM4347
7Adam GrabowKAW0076
8Austin GentryKAW22DNFDNS
WOMEN'S OPEN
1Brittney InfieldSUZ42711
2Heather WestHON10722
3Kylie InfieldKTM72133
85 12-13
1Matthew ShaulKAW8812
2Matthew MckinneySUZ17131
3Tucker ThrowerSUZ17623
4Josh PhillipsHON8447
5Chad ButtsYAM875
6Will BruceYAM51166
7Zach RossKTM81458
8Chris HullKAW1189
9Hunt LottHON99DNF4
25+
1Jason PerryHON91811
2Alan WeatherfordHON23/2DNF
40+
1Eddie GentryHON1511
2Ricky PateHON4922
3Brooks HolcombYAM2733
4Steve WestHON4854
5Davd WinsteadKAW43/45
6Tim ThrowerSUZ82276
7Donny LewisSUZ12697
8Ray ShaulKAW4388
9Roy GieslerSUZ319612
10James RossYAM315109
11Doug WhiteHON2891110
12Bobby QuallsHSK9111211
65 10-11
1Corey HolcombSUZ1711
2Kyle QuallsKAW9822
3Taylor PateKAW9343
4Clayton BradshawKTM554
5Tristan PickensSUZ333DNS
6Kylie InfieldKTM7216DNS
7Gavin StoverHON7gDNFDNS
125 BEG
1Hunter PateYAM8111
2Ross FerrellYAM1223
3Zach ColemanYAM2042
4Andy WhiteHON8654
5Jon DycusKAW865
6Joseph RogersSUZ503DNS
250 BEG
1Tony SellarsHON11721
2Chad RichardsHON3112
3Jay McbrideYAM7534
4Jeff GrabowYAM453
5Dennis EmersonHON7345
6Joel CookYAM4766
7Bill KunkelYAM777
125 PRO
1Jamaal BondHON54711
125 B
1Charles BrooksSUZ8611
2Brandon BurrowHON57922
3Kyle DortchSUZ3443
4Dustin ArantYAM4334
5Roger CrewYAM8255
50 7-8
1Channing HuntCOB0011
2Trent (t-mac) MacdiarmidKTM58332
3Clayton GregoryCOB8c23
4Garrett WilliamsCOB50354
5Chance MaxeyKTM194DNF
250 PRO
1Jamaal BondHON54711
250 C
1Myles TaylorSUZ92411
2Danny GieslerSUZ57922
3Tim SheffieldHON11733
30+
1Keith DavisHON7511
2Mike GriffinYAM222
3Jeff GriffinHON10133
4Jeff GrabowYAM444
50 SHAFT
1Yeiser RossKTM3411
2Justin AmmonsYAM8322
3Korbin McbrideHON9833
4Austin WilliamsYAM6044
85 7-11
1Zack PattersonKAW611
2Bryan JonesHON99322
3Gavin StoverHON7g33
4Cole SellersYAM4274
5Taylor PateKAW9365
6Ross GarrisonKAW556
7Logan ParksYAM8547
8Kyle QuallsKAW98DNFDNS
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8822
3Chad ButtsYAM844
4Tucker ThrowerSUZ17663
5Will BruceYAM51155
6Hunt LottHON993DNS
SCHOOL BOY
1Myles TaylorSUZ92411
2Kyle DortchSUZ3422
3Brandon PowersHON58343
4Brandon BurrowHON57935
5Trevor WootenHON8254
6Hunter PateHON8166
50 open
1Logan ManleyCOB3911
2Channing HuntCOB0022
3Garrett WilliamsCOB503DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r2/050904.html b/thmx_r2/050904.html new file mode 100644 index 0000000..85ce8fb --- /dev/null +++ b/thmx_r2/050904.html @@ -0,0 +1,815 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NMA Ponca City Qualifier Race Results05/09/2004
PlaceNameBrandNumberMoto1Moto2
125 B
1Branden Miller - QKTM9931
2Blair Miller - QKTM9513
3Kyle Dortch - QSUZ3442
4Dustin ArantHON10354
5Brandon BurrowHON57966
6Aaron ThomasKAW6x95
7Troy West - QKTM5887
8Roger Crew - QYAM8279
9Jimmy Potts - QYAM188108
10Casey JohnsonHON162DNF
16-24
1Greg LovinsYAM24321
2Derek FesmireET9912
125 BEG
1Hunt Lott - QHON9911
2Joe Wooten - QYAM13122
3Trevor Wooten - QHON8243
4Hunter PateHON8134
5Mike Wolf - QSUZ45365
6Ross Ferrell - QYAM1256
7Kris CraigSUZ1217DNS
60 Open
1Clayton Bradshaw - QKTM511
65 BEG
1Nicholas CooperKAW17511
WOMEN'S OPEN
1Emily SterlingKAW2121
2Brittney InfieldSUZ42712
3Carrie ArantSUZ12634
4Heather WestHON10753
5Kylie InfieldKTM72145
SUPER MINI
1Chad Butts - QYAM812
2Tucker ThrowerSUZ17641
3Jeff Jackson - QYAM93023
4Chris LeibleHON49134
SCHOOL BOY
1Branden Miller - QKTM9911
2Brandon BurrowHON57932
3Brandon Powers - QHON58343
4Trevor Wooten - QHON8254
5Kyle Dortch - QSUZ342DNF
6Ross Ferrell - QYAM126DNS
50 open
1Channing HuntCOB0021
2Logan Manley - QCOB3912
125 C
1Derek FesmireET9912
2Myles Taylor - QSUZ92431
3Hunter Sykes - QHON2324
4Brandon Powers - QHON58373
5Carter GarrisonYAM5/55
6Jason Gable - QYAM4046
7Ryan CookKAW568
8Nathan Howe - QYAM8897
9Brittney InfieldSUZ42789
30+
1Shane VaughnHON3311
50 4-6
1Yeiser Ross - QKTM3411
2Brandon MorrisKTM922
50 7-8
1Justin Morris - QCOBj-411
2Channing HuntCOB0022
3Trent (t-mac) Macdiarmid - QKTM58333
85 12-16
1Tucker ThrowerSUZ17611
2Hunt LottHON9922
3Chad Butts - QYAM833
4Jeff Jackson - QYAM93054
5Zach Ross - QKTM81445
6Tony ThomasYAM6x66
7Chris LeibleHON49177
85 BEG
1Heather WestHON10721
2Manuel AvevedoHON91DNS
85 7-11
1Bryan Jones - QHON99311
2Ross GarrisonKAW522
250 C
1Myles Taylor - QSUZ92411
2Ryan CookKAW522
3Keith LovinsYAM433
4Dick Jackson - QKTM80144
250 BEG
1Chad RichardsHON3111
2Jonathan MuncriefYAM82922
3Chris CooperHON25243
4Kris CraigSUZ12134
25+
1Shane VaughnHON3311
250 B
1Greg LovinsYAM24312
2Blair Miller - QKTM49531
3Aaron ThomasYAM6x23
4Roger Crew - QYAM824DNS
40+
1Mike TaylorKTM31711
2Mike WestHON832
3Steve WestHON4823
65 9-11
1Clayton Bradshaw - QKTM511
2Shawn YeagerKAW65422
3Taylor PateKAW9333
65 7-8
1Justin Morris - QCOBj-411
+ +
+ + + +
+ + diff --git a/thmx_r2/calendar.html b/thmx_r2/calendar.html new file mode 100644 index 0000000..d251614 --- /dev/null +++ b/thmx_r2/calendar.html @@ -0,0 +1,119 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

Upcoming Events

+ +
+
Feb 29:
Sunday Racing at TNT Motocross
+
Mar 7:
Sunday Motocross at Thrill Hill
+
Mar 14:
Sunday Motocross at Dry Hill Raceway
+
Mar 21:
Sunday Motocross at Hidden Valley
+
Mar 27-28:
+
AMA Youth and Amateur Area Qualifier at Great River Road
+
Apr 4:
Sunday Motocross at Dry Hill Raceway
+
Apr 10:
Saturday Motocross at Thrill Hill
+
Apr 18:
Sunday Motocross at Dry Hill Raceway
+
Apr 25:
Sunday Motocross at Hidden Valley
+
May 2:
Sunday Motocross at Great River Road
+
May 8:
+
Saturday Motocross at Thrill Hill (Strawberry Festival)
+
Quad Only race at Powerline SX
+
May 9:
NME Ponca City Qualifier at Thrill Hill
+
May 16:
Sunday Motocross at Dry Hill Raceway
+
May 23:
Sunday Motocross at Great River Road
+
May 30-31:
NME Ponca City Qualifier at Hidden Valley
+
Jun 6:
Sunday Motocross at Thrill Hill
+
Jun 12-13:
AMA Amateur Regional Qualifier at Hidden Valley
+
Jun 19-20:
+
AMA Youth Regional Qualifier at Seven Oaks (Boone, Iowa)
+
Jun 20:
Sunday Motocross at Thrill Hill
+
Jun 26:
Saturday Supercross at Powerline SX
+
Jul 3:
Saturday Supercross at Hidden Valley
+
Jul 4:
Sunday Motocross at Hidden Valley
+
Jul 10:
Saturday Supercross at Powerline SX
+
Jul 17:
Saturday Supercross at Great River Road
+
Jul 24:
Saturday Supercross at Powerline SX
+
Jul 31:
Saturday Supercross at Powerline SX
+
Aug 14:
Saturday Supercross at Hidden Valley
+
Aug 15:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Aug 21:
Saturday Supercross at Powerline SX
+
Aug 29:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Sep 4:
Saturday Supercross at Hidden Valley
+
Sep 5:
Sunday Motocross at Hidden Valley
+
Sep 11:
Saturday Supercross at Great River Road
+
Sep 12:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Sep 19:
+
Sunday Motocross at Hidden Valley (River City Classic)
+
Sep 25:
Saturday Supercross at Great River Road
+
Sep 26:
Sunday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 3:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Oct 9:
Saturday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 10:
Sunday Motocross at Hidden Valley
+
Oct 17:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Oct 24:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Nov 7:
Sunday Motocross at Dry Hill Raceway
+
Nov 14:
Sunday Motocross at Hidden Valley
+
Nov 21:
Sunday Motocross at Thrill Hill
+
Nov 27:
Saturday Motocross at Hidden Valley
+
Nov 28:
Sunday Motocross at Hidden Valley
+
Dec 5:
Sunday Racing at TNT Motocross
+
+ +
+ + + +
+ + diff --git a/thmx_r2/calendar.html~ b/thmx_r2/calendar.html~ new file mode 100644 index 0000000..ed2c58a --- /dev/null +++ b/thmx_r2/calendar.html~ @@ -0,0 +1,120 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

Upcoming Events

+ +
+
Feb 29:
Sunday Racing at TNT Motocross
+
Mar 7:
Sunday Motocross at Thrill Hill
+
Mar 14:
Sunday Motocross at Dry Hill Raceway
+
Mar 21:
Sunday Motocross at Hidden Valley
+
Mar 27-28:
+
AMA Youth and Amateur Area Qualifier at Great River Road
+
Apr 4:
Sunday Motocross at Dry Hill Raceway
+
Apr 10:
Saturday Motocross at Thrill Hill
+
Apr 11:
Sunday Motocross at TNT Motocross
+
Apr 18:
Sunday Motocross at Great River Road
+
Apr 25:
Sunday Motocross at Hidden Valley
+
May 2:
Sunday Motocross at Great River Road
+
May 8:
+
Saturday Motocross at Thrill Hill (Strawberry Festival)
+
Quad Only race at Powerline SX
+
May 9:
NME Ponca City Qualifier at Thrill Hill
+
May 16:
Sunday Motocross at Dry Hill Raceway
+
May 23:
Sunday Motocross at Great River Road
+
May 30-31:
NME Ponca City Qualifier at Hidden Valley
+
Jun 6:
Sunday Motocross at Thrill Hill
+
Jun 12-13:
AMA Amateur Regional Qualifier at Hidden Valley
+
Jun 19-20:
+
AMA Youth Regional Qualifier at Seven Oaks (Boone, Iowa)
+
Jun 20:
Sunday Motocross at Thrill Hill
+
Jun 26:
Saturday Supercross at Powerline SX
+
Jul 3:
Saturday Supercross at Hidden Valley
+
Jul 4:
Sunday Motocross at Hidden Valley
+
Jul 10:
Saturday Supercross at Powerline SX
+
Jul 17:
Saturday Supercross at Great River Road
+
Jul 24:
Saturday Supercross at Powerline SX
+
Jul 31:
Saturday Supercross at Powerline SX
+
Aug 14:
Saturday Supercross at Hidden Valley
+
Aug 15:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Aug 21:
Saturday Supercross at Powerline SX
+
Aug 29:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Sep 4:
Saturday Supercross at Hidden Valley
+
Sep 5:
Sunday Motocross at Hidden Valley
+
Sep 11:
Saturday Supercross at Great River Road
+
Sep 12:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Sep 19:
+
Sunday Motocross at Hidden Valley (River City Classic)
+
Sep 25:
Saturday Supercross at Great River Road
+
Sep 26:
Sunday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 3:
+
Sunday Motocross at Burnthill MX (King of the Hill Series)
+
Oct 9:
Saturday Motocross at 886MX Pontotoc (King of the Hill Series)
+
Oct 10:
Sunday Motocross at Hidden Valley
+
Oct 17:
+
Sunday Motocross at Dry Hill Raceway (King of the Hill Series)
+
Oct 24:
Sunday Motocross at Thrill Hill (King of the Hill Series)
+
Nov 7:
Sunday Motocross at Dry Hill Raceway
+
Nov 14:
Sunday Motocross at Hidden Valley
+
Nov 21:
Sunday Motocross at Thrill Hill
+
Nov 27:
Saturday Motocross at Hidden Valley
+
Nov 28:
Sunday Motocross at Hidden Valley
+
Dec 5:
Sunday Racing at TNT Motocross
+
+ +
+ + + +
+ + diff --git a/thmx_r2/calendar2.html b/thmx_r2/calendar2.html new file mode 100644 index 0000000..5fd3686 --- /dev/null +++ b/thmx_r2/calendar2.html @@ -0,0 +1,109 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + + + +
+ + + + + +
+ +

Upcoming Events

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
February 2004
SunMonTueWedThuFriSat

1

2

G'hog Day

3

4

5

6

7

8

TNT

9

10

11

12

13

14

Powerline

15

Thrill Hill

16

17

18

19

20

21

886 MX

22

Burnthill

23

24

25

26

27

28

Great River

29

Hidden Val.
      
+ +
+ + + +
+ + diff --git a/thmx_r2/calendar2.html~ b/thmx_r2/calendar2.html~ new file mode 100644 index 0000000..20e8c91 --- /dev/null +++ b/thmx_r2/calendar2.html~ @@ -0,0 +1,109 @@ + + + +Thrill Hill Motocross - Calendar + + + + + + + + + + + + +
+ + + + + +
+ +

Upcoming Events

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
February 2004
SunMonTueWedThuFriSat

1

2

G'hog Day

3

4

5

6

7

8

TNT

9

10

11

12

13

14

Powerline

15

Thrill Hill

16

17

18

19

20

21

886 MX

22

Burnthill

23

24

25

26

27

28

Great River

29

Hidden Val.
      
+ +
+ + + +
+ + diff --git a/thmx_r2/content/banner.xml b/thmx_r2/content/banner.xml new file mode 100644 index 0000000..d27d122 --- /dev/null +++ b/thmx_r2/content/banner.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/thmx_r2/content/bcs_html.xsl b/thmx_r2/content/bcs_html.xsl new file mode 100644 index 0000000..6676bfc --- /dev/null +++ b/thmx_r2/content/bcs_html.xsl @@ -0,0 +1,67 @@ + + + + + + + + + <xsl:value-of select="page/@title"/> + + + + + + + + + +
+ + + +
+ + navButtonnavButtonnavButtonnavButtonnavButtonnavButtonnavButtonnavButton
+ +
+ +
+ + + +
+ + + +
+ + + +
+
diff --git a/thmx_r2/content/editor.css b/thmx_r2/content/editor.css new file mode 100644 index 0000000..cdf3a82 --- /dev/null +++ b/thmx_r2/content/editor.css @@ -0,0 +1,20 @@ +@media morphon { + event:before { + content: attr(date) "event: "; + } + event { + display: block; + } + +} + +@media morphon { + event:before { + content: "Event: "; + } + event { + display: block; + } + +} + diff --git a/thmx_r2/content/events.xml b/thmx_r2/content/events.xml new file mode 100644 index 0000000..dd18b54 --- /dev/null +++ b/thmx_r2/content/events.xml @@ -0,0 +1,74 @@ + + + + + + + Sunday Motocross at Thrill Hill, part of the King of the Hill series. + + + + StadiaCross race at Great River Road. + + + + Sunday Motocross at Hidden Valley. + + + + Sunday Motocross at Dry Hill, part of the King of the Hill series. + + + + StadiaCross race at Henry County Fairgrounds, Paris, Tn. + + + + Sunday Motocross at Burnt Hill, part of the King of the Hill series. + + + + Sunday Motocross at Great River Road. + + + + Sunday Motocross at Thrill Hill, part of the King of the Hill series. + + + + StadiaCross race at Henry County Fairgrounds, Paris, Tn. + + + + Sunday Motocross at Burnt Hill, final round of the King of the Hill series. + + + + StadiaCross race at Henry County Fairgrounds, Paris, Tn. + + + + Sunday Motocross at Hidden Valley. + + + + Sunday Motocross at Dry Hill. + + + + Sunday Motocross at Hidden Valley. + + + + Sunday Motocross at Thrill Hill. + + + + Sunday Motocross at Hidden Valley. + + + + Sunday Motocross at Thrill Hill. + + + diff --git a/thmx_r2/content/footer.xml b/thmx_r2/content/footer.xml new file mode 100644 index 0000000..f6d6f8f --- /dev/null +++ b/thmx_r2/content/footer.xml @@ -0,0 +1,8 @@ + + + + +Questions or comments? Contact the webmaster.
+Website design and hosting by BCS.
+Photography by Jana Infield. +
diff --git a/thmx_r2/content/header.xml b/thmx_r2/content/header.xml new file mode 100644 index 0000000..59eb8d1 --- /dev/null +++ b/thmx_r2/content/header.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/thmx_r2/content/info.xml b/thmx_r2/content/info.xml new file mode 100644 index 0000000..ef43992 --- /dev/null +++ b/thmx_r2/content/info.xml @@ -0,0 +1,52 @@ + + + + + +
+ + + + + + + + Bruce powerslides his KX250 through the first turn. + + + + + Thrill Hill Motocross is a full-featured 1.7 mile motocross track located + near Gadsden, Tennessee. The track is owned and operated by Mike + Taylor, Paul Stanley and their families. + Currently in it's second full season, the track is steadily gaining in popularity. + The track is open for practice on wednesdays from 11am until dark, saturdays from + 11am until 6pm, and sundays from 11am until dark. There were 9 races scheduled + for this season. Thrill Hill Motocross is also participating in a 3 track, 6 race + series with neighboring tracks, Dry + Hill, and Burnt + Hill. The series has been dubbed “King of the Hill”. + + + + + + “Thrill Hill Girl” Brittney Infield crests the top of “Ant-Hill”. + + + + + The track itself mainly features safe multi-level tabletop jumps, ranging from + 12ft to over 90ft in length. There are 3 “Whoop Sections” each consisting + of a different jump depth and spacing configuration, also a 5-jump “Rhythm + Section” for those desiring to “double-in” and “triple-out”. + There are many “bermed” turns as well as flat turns that will challenge + (or develop) your riding skills. Three of the rider favorites are a 25ft + “Camel-Back” double, a 14ft “Step-Up”, and an “Ant-Hill” + where you have to turn on the up face, then accelerate on the down face, as it + leads to a 90ft “Uphill-Triple” tabletop. + + + + + diff --git a/thmx_r2/content/menu.xml b/thmx_r2/content/menu.xml new file mode 100644 index 0000000..3e1f2c6 --- /dev/null +++ b/thmx_r2/content/menu.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thmx_r2/directions.html b/thmx_r2/directions.html new file mode 100644 index 0000000..012ff2e --- /dev/null +++ b/thmx_r2/directions.html @@ -0,0 +1,59 @@ + + + +Thrill Hill Motocross - Skeleton + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

Sorry, the content for this page
is not yet available

+ +
+ + + +
+ + diff --git a/thmx_r2/gallery.html b/thmx_r2/gallery.html new file mode 100644 index 0000000..5486114 --- /dev/null +++ b/thmx_r2/gallery.html @@ -0,0 +1,181 @@ + + + +Thrill Hill Motocross - Gallery + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Photo Gallery

+
+ +
+
p3067087.jpg
+

Mar. 6th - Ty Smithson

+
+
p3067088.jpg
+

Mar. 6th - Brice Klippel

+
+
p3067096.jpg
+

Mar. 6th - Shane Rose

+
+
+ +
+
p3067165.jpg

Mar. 6th - Todd Bradford

+
+
p3067116.jpg

Mar. 6th - John Wilder

+
+
p3067164.jpg

Mar. 6th - Matt McKinney

+
+
+ +
+
p3067180.jpg

Mar. 6th - Kylie Jo Infield

+
+
p3077214.jpg

Mar. 7th - Rayford Collins Jr. & Shane Vaughn

+
+
p3077232.jpg

Mar. 7th - Adam Collins

+
+
+ +
+
p3077245.jpg

Mar. 7th - A 125C holeshot

+
p3077246.jpg

Mar. 7th - Myles Taylor & Danny Giesler

+
+
p3077248.jpg

Mar. 7th - Brittney Infield

+
+
+ +
+
p3077275.jpg

Mar. 7th - Kyle, Blair, & Casey

+
+
p3077279.jpg

Mar. 7th - Jason & Jason

+
+
p3077288.jpg

Mar. 7th - Jamaal Bond

+
+
+ +
+
p3077295.jpg

Mar. 7th - Kyle, Casey, & Blair

+
+
p3077320.jpg

Mar. 7th - Brittney Infield & Sheena Guhy

+
+
p3077321.jpg

Mar. 7th - Kylie Jo Infield

+
+
+ +
+
p3077345.jpg

Mar. 7th - A murder of old crows

+
+
p3077378.jpg

Mar. 7th - Austin Guhy

+
+
p3077388.jpg

Mar. 7th - Myles Taylor

+
+
+ +
+
p3077390.jpg

Mar. 7th - Danny Giesler

+
+
p3077394.jpg

Mar. 7th - Daniel Sharp

+
+
p3077400.jpg

Mar. 7th - Brittney Infield

+
+
+ +
+ + + +
+ + diff --git a/thmx_r2/gallery.html~ b/thmx_r2/gallery.html~ new file mode 100644 index 0000000..66197de --- /dev/null +++ b/thmx_r2/gallery.html~ @@ -0,0 +1,181 @@ + + + +Thrill Hill Motocross - Gallery + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Photo Gallery

+
+ +
+
p3067087.jpg
+

Mar. 6th - Ty Smithson

+
+
p3067088.jpg
+

Mar. 6th - Brice Klippel

+
+
p3067096.jpg
+

Mar. 6th - Shane Rose

+
+
+ +
+
p3067165.jpg

Mar. 6th - Todd Bradford

+
+
p3067116.jpg

Mar. 6th - John Wilder

+
+
p3067164.jpg

Mar. 6th - Matt McKinney

+
+
+ +
+
p3067180.jpg

Mar. 6th - Kylie Jo Infield

+
+
p3077214.jpg

Mar. 7th - Rayford Collins Jr. & Shane Vaughn

+
+
p3077232.jpg

Mar. 7th - Adam Collins

+
+
+ +
+
p3077245.jpg

Mar. 7th - Hunter Sykes with a 125C holeshot

+
p3077246.jpg

Mar. 7th - Myles Taylor & Danny Giesler

+
+
p3077248.jpg

Mar. 7th - Brittney Infield

+
+
+ +
+
p3077275.jpg

Mar. 7th - Kyle, Blair, & Casey

+
+
p3077279.jpg

Mar. 7th - Jason Perry & Jason Kraus

+
+
p3077288.jpg

Mar. 7th - Jamaal Bond

+
+
+ +
+
p3077295.jpg

Mar. 7th - Kyle, Casey, & Blair

+
+
p3077320.jpg

Mar. 7th - Brittney Infield & Sheena Guhy

+
+
p3077321.jpg

Mar. 7th - Kylie Jo Infield

+
+
+ +
+
p3077345.jpg

Mar. 7th - A murder of old crows

+
+
p3077378.jpg

Mar. 7th - Austin Guhy

+
+
p3077388.jpg

Mar. 7th - Myles Taylor

+
+
+ +
+
p3077390.jpg

Mar. 7th - Danny Giesler

+
+
p3077394.jpg

Mar. 7th - Daniel Sharp

+
+
p3077400.jpg

Mar. 7th - Brittney Infield

+
+
+ +
+ + + +
+ + diff --git a/thmx_r2/gallery2.html b/thmx_r2/gallery2.html new file mode 100644 index 0000000..e5ed9bb --- /dev/null +++ b/thmx_r2/gallery2.html @@ -0,0 +1,110 @@ + + + +Thrill Hill Motocross - Gallery + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Photo Gallery

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + diff --git a/thmx_r2/gallery2.html~ b/thmx_r2/gallery2.html~ new file mode 100644 index 0000000..fd3b3d9 --- /dev/null +++ b/thmx_r2/gallery2.html~ @@ -0,0 +1,110 @@ + + + +Thrill Hill Motocross - Gallery + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Photo Gallery

+
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + diff --git a/thmx_r2/gen.html b/thmx_r2/gen.html new file mode 100644 index 0000000..036927a --- /dev/null +++ b/thmx_r2/gen.html @@ -0,0 +1,65 @@ +
+ +
/images/Home.jpg
/images/TrackInfo.jpg
/images/Directions.jpg
/images/Calendar.jpg
/images/Results.jpg
/images/King.jpg
/images/Gallery.jpg
/images/More.jpg
/images/Soon.jpg
+
+

Eric Goetz stays low at the finish-line tabletop during the second round of the “King of the Hill” series. (click for a larger view)

+
Sep 17th: Shannon Niday will be back at Thrill Hill on October 4th & 5th to teach his popular motocross school. Ask Mike for a registration form. Sep 14th: Thrill Hill will be open for practice on Saturday, Sep. 20th, but closed on Sunday Sep. 21st due to the “King of the Hill” series race at Dry Hill. Come out to Dry Hill and race with us on Sunday!

Welcome to Thrill Hill Motocross!

+

We apologize for the delays in getting this website up to date, but the wait will soon be over. We want this site to be a valuable resource for our riders, as well as a way to entice those who haven't been to our track to come out and give us a try. As you may have noticed, the dated news headlines above will give you information about any upcoming events and important changes. We will soon add alerts above the headlines to keep you informed about present track conditions and changes to our practice schedule.

+
+
+ + + +
+ + + + + + + + + + + + + + + + + +
Gadsden, TN
  Get the 10 day forecast


  Pollen Reports
  Airport Delays
  Special Events
+ + + + + + + + + + + + + +
72 °F
Partly Cloudy
Feels Like: 72°F
Humidity: 73%
Wind: calm
+ + + + + + +
 
Download Desktop Weather
+
+
+
+
+

We have also included the weather.com “WeatherMagnet” (right) to keep you up to date on the current weather conditions here at the track. We hope to soon replace the “WeatherMagnet” (it's kinda big) with something of our own design that will display the current conditions as well as a 2 or 3 day forecast. But until then, we hope “the magnet” will be of some help.

+

Other changes to the site include some long awaited photos in the “Photo Gallery”. At the present time they are only static galleries of selected photos from several race and practice days. Searchable and sortable galleries will be coming in the future, but for now browse the galleries we have. Don't forget to click on the thumbnails to see larger versions of each picture. If you are interested in prints or the full-sized image files, contact Jana at mx-pix.com.

+
+ +
+ \ No newline at end of file diff --git a/thmx_r2/images/Calendar.jpg b/thmx_r2/images/Calendar.jpg new file mode 100644 index 0000000..0a50759 Binary files /dev/null and b/thmx_r2/images/Calendar.jpg differ diff --git a/thmx_r2/images/Calendar_f2.jpg b/thmx_r2/images/Calendar_f2.jpg new file mode 100644 index 0000000..a55c5de Binary files /dev/null and b/thmx_r2/images/Calendar_f2.jpg differ diff --git a/thmx_r2/images/Classifieds.jpg b/thmx_r2/images/Classifieds.jpg new file mode 100644 index 0000000..b7da82f Binary files /dev/null and b/thmx_r2/images/Classifieds.jpg differ diff --git a/thmx_r2/images/Classifieds_f2.jpg b/thmx_r2/images/Classifieds_f2.jpg new file mode 100644 index 0000000..6aa2379 Binary files /dev/null and b/thmx_r2/images/Classifieds_f2.jpg differ diff --git a/thmx_r2/images/Directions.jpg b/thmx_r2/images/Directions.jpg new file mode 100644 index 0000000..fcc264a Binary files /dev/null and b/thmx_r2/images/Directions.jpg differ diff --git a/thmx_r2/images/Directions_f2.jpg b/thmx_r2/images/Directions_f2.jpg new file mode 100644 index 0000000..8dd9346 Binary files /dev/null and b/thmx_r2/images/Directions_f2.jpg differ diff --git a/thmx_r2/images/Gallery.jpg b/thmx_r2/images/Gallery.jpg new file mode 100644 index 0000000..594cf79 Binary files /dev/null and b/thmx_r2/images/Gallery.jpg differ diff --git a/thmx_r2/images/Gallery_f2.jpg b/thmx_r2/images/Gallery_f2.jpg new file mode 100644 index 0000000..c45bb2e Binary files /dev/null and b/thmx_r2/images/Gallery_f2.jpg differ diff --git a/thmx_r2/images/Home.jpg b/thmx_r2/images/Home.jpg new file mode 100644 index 0000000..f375f9b Binary files /dev/null and b/thmx_r2/images/Home.jpg differ diff --git a/thmx_r2/images/Home_f2.jpg b/thmx_r2/images/Home_f2.jpg new file mode 100644 index 0000000..ac3de03 Binary files /dev/null and b/thmx_r2/images/Home_f2.jpg differ diff --git a/thmx_r2/images/King.jpg b/thmx_r2/images/King.jpg new file mode 100644 index 0000000..36da391 Binary files /dev/null and b/thmx_r2/images/King.jpg differ diff --git a/thmx_r2/images/King_f2.jpg b/thmx_r2/images/King_f2.jpg new file mode 100644 index 0000000..4a980c8 Binary files /dev/null and b/thmx_r2/images/King_f2.jpg differ diff --git a/thmx_r2/images/Message.jpg b/thmx_r2/images/Message.jpg new file mode 100644 index 0000000..0add64c Binary files /dev/null and b/thmx_r2/images/Message.jpg differ diff --git a/thmx_r2/images/Message_f2.jpg b/thmx_r2/images/Message_f2.jpg new file mode 100644 index 0000000..66abac1 Binary files /dev/null and b/thmx_r2/images/Message_f2.jpg differ diff --git a/thmx_r2/images/More.jpg b/thmx_r2/images/More.jpg new file mode 100644 index 0000000..a66aa46 Binary files /dev/null and b/thmx_r2/images/More.jpg differ diff --git a/thmx_r2/images/More_f2.jpg b/thmx_r2/images/More_f2.jpg new file mode 100644 index 0000000..3199d92 Binary files /dev/null and b/thmx_r2/images/More_f2.jpg differ diff --git a/thmx_r2/images/Profiles.jpg b/thmx_r2/images/Profiles.jpg new file mode 100644 index 0000000..e629eed Binary files /dev/null and b/thmx_r2/images/Profiles.jpg differ diff --git a/thmx_r2/images/Profiles_f2.jpg b/thmx_r2/images/Profiles_f2.jpg new file mode 100644 index 0000000..ffb21d3 Binary files /dev/null and b/thmx_r2/images/Profiles_f2.jpg differ diff --git a/thmx_r2/images/Results.jpg b/thmx_r2/images/Results.jpg new file mode 100644 index 0000000..45200f9 Binary files /dev/null and b/thmx_r2/images/Results.jpg differ diff --git a/thmx_r2/images/Results_f2.jpg b/thmx_r2/images/Results_f2.jpg new file mode 100644 index 0000000..b74dba9 Binary files /dev/null and b/thmx_r2/images/Results_f2.jpg differ diff --git a/thmx_r2/images/Schedule.jpg b/thmx_r2/images/Schedule.jpg new file mode 100644 index 0000000..26b8903 Binary files /dev/null and b/thmx_r2/images/Schedule.jpg differ diff --git a/thmx_r2/images/Schedule_f2.jpg b/thmx_r2/images/Schedule_f2.jpg new file mode 100644 index 0000000..8946828 Binary files /dev/null and b/thmx_r2/images/Schedule_f2.jpg differ diff --git a/thmx_r2/images/Soon.jpg b/thmx_r2/images/Soon.jpg new file mode 100644 index 0000000..6a4dc98 Binary files /dev/null and b/thmx_r2/images/Soon.jpg differ diff --git a/thmx_r2/images/Soon_f2.jpg b/thmx_r2/images/Soon_f2.jpg new file mode 100644 index 0000000..472e2b4 Binary files /dev/null and b/thmx_r2/images/Soon_f2.jpg differ diff --git a/thmx_r2/images/TrackInfo.jpg b/thmx_r2/images/TrackInfo.jpg new file mode 100644 index 0000000..3748575 Binary files /dev/null and b/thmx_r2/images/TrackInfo.jpg differ diff --git a/thmx_r2/images/TrackInfo_f2.jpg b/thmx_r2/images/TrackInfo_f2.jpg new file mode 100644 index 0000000..c3eb853 Binary files /dev/null and b/thmx_r2/images/TrackInfo_f2.jpg differ diff --git a/thmx_r2/images/advert.gif b/thmx_r2/images/advert.gif new file mode 100644 index 0000000..f44855c Binary files /dev/null and b/thmx_r2/images/advert.gif differ diff --git a/thmx_r2/images/greydot.gif b/thmx_r2/images/greydot.gif new file mode 100644 index 0000000..c73e12a Binary files /dev/null and b/thmx_r2/images/greydot.gif differ diff --git a/thmx_r2/images/logo.jpg b/thmx_r2/images/logo.jpg new file mode 100644 index 0000000..62c88cf Binary files /dev/null and b/thmx_r2/images/logo.jpg differ diff --git a/thmx_r2/images/no-footer.jpg b/thmx_r2/images/no-footer.jpg new file mode 100644 index 0000000..dbc90b8 Binary files /dev/null and b/thmx_r2/images/no-footer.jpg differ diff --git a/thmx_r2/images/sideways.jpg b/thmx_r2/images/sideways.jpg new file mode 100644 index 0000000..17e14fe Binary files /dev/null and b/thmx_r2/images/sideways.jpg differ diff --git a/thmx_r2/images/spacer.gif b/thmx_r2/images/spacer.gif new file mode 100644 index 0000000..fc25609 Binary files /dev/null and b/thmx_r2/images/spacer.gif differ diff --git a/thmx_r2/images/tint.png b/thmx_r2/images/tint.png new file mode 100644 index 0000000..dedaa83 Binary files /dev/null and b/thmx_r2/images/tint.png differ diff --git a/thmx_r2/images/whip.jpg b/thmx_r2/images/whip.jpg new file mode 100644 index 0000000..9e1cdf5 Binary files /dev/null and b/thmx_r2/images/whip.jpg differ diff --git a/thmx_r2/images/whip.png b/thmx_r2/images/whip.png new file mode 100644 index 0000000..4f774b0 Binary files /dev/null and b/thmx_r2/images/whip.png differ diff --git a/thmx_r2/index.html b/thmx_r2/index.html new file mode 100644 index 0000000..37c22aa --- /dev/null +++ b/thmx_r2/index.html @@ -0,0 +1,104 @@ + + + +Thrill Hill Motocross + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Brittney Infield sets up in the big bowl turn. (click for a larger view) +

+
+ +
+
May 7th:
+
The weather looks great for this weekend, and we're having races both Saturday and Sunday! +We are open for practice today starting at noon. Signups start at 7am, practice at 9am, and +racing begins at 10am. Saturday's race is part of the Humbolt Strawberry Festival, and Sunday's +event is a Ponca City Qualifier. Come out and race with us this weekend!
+
+ +

Welcome to Thrill Hill Motocross!

+ +

We are now the “Official” website of Thrill Hill Motocross. This years schedule has been posted in +the calendar section. We are currently converting this into a more calendar-like format. +We have also initiated the process of having +the thrillhillmx.com address point to this server. When finalized, you will be able to reach this +site through thmx.com, thrillhillmotocross.com, and thrillhillmx.com.

+

We want this site to be a valuable resource +for our riders, as well as a way to entice those who haven't been to our track to come out and give +us a try. As you may have noticed, the dated news headlines above will give you information +about any upcoming events and important changes. We will soon add alerts above the headlines +to keep you informed about present track conditions and changes to our practice schedule. +

+ +
+ +
+ +

We have also included the weather.com “WeatherMagnet” (right) to keep you up to date +on the current weather conditions here at the track. We hope to soon replace the “WeatherMagnet” +(it's kinda big) with something of our own design that will display the current conditions as well +as a 2 or 3 day forecast. But until then, we hope “the magnet” will be of some help. +

+ +

Other changes to the site include some long awaited photos in the “Photo Gallery”. +At the present time they are only static galleries of selected photos from several race and practice +days. Searchable and sortable galleries will be coming in the future, but for now browse the galleries +we have. Don't forget to click on the thumbnails to see larger versions of each picture. If you are interested in prints +or the full-sized image files, contact Jana at +mx-pix.com. +

+ +
+ + + +
+ + diff --git a/thmx_r2/index.html~ b/thmx_r2/index.html~ new file mode 100644 index 0000000..8048995 --- /dev/null +++ b/thmx_r2/index.html~ @@ -0,0 +1,104 @@ + + + +Thrill Hill Motocross + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Brittney Infield sets up in the big bowl turn. (click for a larger view) +

+
+ +
+
Apr 17th:
+
The weather is beautiful, so come out today and practice with us. We are, however, closed +tommorrow due to the race at Dry Hill. +Come out tommorrow and support our friends at Dry +Hill Raceway.
+
+ +

Welcome to Thrill Hill Motocross!

+ +

We are now the “Official” website of Thrill Hill Motocross. This years schedule has been posted in +the calendar section. We are currently converting this into a more calendar-like format. +We have also initiated the process of having +the thrillhillmx.com address point to this server. When finalized, you will be able to reach this +site through thmx.com, thrillhillmotocross.com, and thrillhillmx.com.

+

We want this site to be a valuable resource +for our riders, as well as a way to entice those who haven't been to our track to come out and give +us a try. As you may have noticed, the dated news headlines above will give you information +about any upcoming events and important changes. We will soon add alerts above the headlines +to keep you informed about present track conditions and changes to our practice schedule. +

+ +
+ +
+ +

We have also included the weather.com “WeatherMagnet” (right) to keep you up to date +on the current weather conditions here at the track. We hope to soon replace the “WeatherMagnet” +(it's kinda big) with something of our own design that will display the current conditions as well +as a 2 or 3 day forecast. But until then, we hope “the magnet” will be of some help. +

+ +

Other changes to the site include some long awaited photos in the “Photo Gallery”. +At the present time they are only static galleries of selected photos from several race and practice +days. Searchable and sortable galleries will be coming in the future, but for now browse the galleries +we have. Don't forget to click on the thumbnails to see larger versions of each picture. If you are interested in prints +or the full-sized image files, contact Jana at +mx-pix.com. +

+ +
+ + + +
+ + diff --git a/thmx_r2/info.html b/thmx_r2/info.html new file mode 100644 index 0000000..3ae182c --- /dev/null +++ b/thmx_r2/info.html @@ -0,0 +1,91 @@ + + + +Thrill Hill Motocross - Track Info + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Bruce powerslides his KX250 through the first turn.

+
+ +

Thrill Hill Motocross is a full-featured 1.7 mile motocross track located +near Gadsden, Tennessee. The track is owned and operated by Mike +Taylor, Paul Stanley and their families. +Currently in it's second full season, the track is steadily gaining in popularity. +The track is open for practice on wednesdays from 11am until dark, saturdays from +11am until 6pm, and sundays from 11am until dark. There were 9 races scheduled +for this season. Thrill Hill Motocross is also participating in a 3 track, 6 race +series with neighboring tracks, Dry +Hill, and Burnt +Hill. The series has been dubbed “King of the Hill”. +

+ +
+

“Thrill Hill Girl” Brittney Infield crests the top of “Ant-Hill”.

+
+ +

The track itself mainly features safe multi-level tabletop jumps, ranging from +12ft to over 90ft in length. There are 3 “Whoop Sections” each consisting +of a different jump depth and spacing configuration, also a 5-jump “Rhythm +Section” for those desiring to “double-in” and “triple-out”. +There are many “bermed” turns as well as flat turns that will challenge +(or develop) your riding skills. Three of the rider favorites are a 25ft +“Camel-Back” double, a 14ft “Step-Up”, and an “Ant-Hill” +where you have to turn on the up face, then accelerate on the down face, as it +leads to a 90ft “Uphill-Triple” tabletop.

+ +
+ + + +
+ + diff --git a/thmx_r2/info2.html b/thmx_r2/info2.html new file mode 100644 index 0000000..61fc05a --- /dev/null +++ b/thmx_r2/info2.html @@ -0,0 +1,91 @@ + + + +Thrill Hill Motocross - Track Info + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

+

Bruce powerslides his KX250 through the first turn.

+
+ +Thrill Hill Motocross is a full-featured 1.7 mile motocross track located +near Gadsden, Tennessee. The track is owned and operated by Mike +Taylor, Paul Stanley and their families. +Currently in it's second full season, the track is steadily gaining in popularity. +The track is open for practice on wednesdays from 11am until dark, saturdays from +11am until 6pm, and sundays from 11am until dark. There were 9 races scheduled +for this season. Thrill Hill Motocross is also participating in a 3 track, 6 race +series with neighboring tracks, Dry +Hill, and Burnt +Hill. The series has been dubbed “King of the Hill”. +

+ +

+

“Thrill Hill Girl” Brittney Infield crests the top of “Ant-Hill”.

+
+ +The track itself mainly features safe multi-level tabletop jumps, ranging from +12ft to over 90ft in length. There are 3 “Whoop Sections” each consisting +of a different jump depth and spacing configuration, also a 5-jump “Rhythm +Section” for those desiring to “double-in” and “triple-out”. +There are many “bermed” turns as well as flat turns that will challenge +(or develop) your riding skills. Three of the rider favorites are a 25ft +“Camel-Back” double, a 14ft “Step-Up”, and an “Ant-Hill” +where you have to turn on the up face, then accelerate on the down face, as it +leads to a 90ft “Uphill-Triple” tabletop.

+ +
+ + + +
+ + diff --git a/thmx_r2/junk/april19.htm b/thmx_r2/junk/april19.htm new file mode 100644 index 0000000..cc84bab --- /dev/null +++ b/thmx_r2/junk/april19.htm @@ -0,0 +1,207 @@ + + + + +
THRILL HILL MOTOCROSS L.L.C.Page 1 of 28 +
APRIL 19, 2003 +
04/19/2003 +
Overall Race ResultsPrinted:06:09 pm +
50 SHAFT +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1199COBDuke EmerineMurray, KY21 +
234YAMYeiser RossClifton, TN32 +
399YAMIan LegensGleason, TN53 +
452UnkJacob HaynesBrownsville, TN64 +
551/UnkJosh Cartwright1DNS +
665HONLogan ManleyLakeland, TN4DNS +
50 4-6 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1199COBDuke EmerineMurray, KY11 +
21KTMTrent (t-mac) MacdiarmidArlington, TN22 +
38KTMMatt MacyauskiGreenfield, TN33 +
46UnkAustin HammonsMiddleton, TN44 +
50 7-8 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
140kCOBBrice Klippel11 +
251/UnkJosh Cartwright22 +
339COBLogan ManleyLakeland, TN3DNS +
65 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
193KAWTaylor PateCollierville, TN11 +
25SUZTristan PickensAdamsville, TN22 +
325KAWTyler BarnesAtwood, TN44 +
451SUZJoseph HaynesBrownsville, TN73 +
573KAWDavid Lassiter37 +
69KAWChas LomaxDaeden, TN65 +
7814KAWChase Bissinger86 +
8g1SUZBrice KlippelTN5DNS +
65 7-9 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
114KAWAlex Ray11 +
251SUZJoseph HaynesBrownsville, TN22 +
35SUZTristan PickensAdamsville, TN33 +
425KAWTyler BarnesAtwood, TN54 +
551/UnkJosh Cartwright45 +
65 10-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1117KTMTaylor Erwin21 +
26KAWZack Patterson33 +
3654KAWShawn Yeager44 +
4814KAWZach RossWaynesboro, TN17 +
55KAWEthan Emerine72 +
6993KTMBryan JonesLexington, TN65 +
793KAWTaylor PateCollierville, TN56 +
85 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
155HONCurtis SloanCrump, TN11 +
281YAMHunter PateCollierville, TN32 +
387KAWCharlie SmithCollierville, TN25 +
412YAMCasey BarnesAtwood, TN53 +
5814HONZack Castleman44 +
69KTMHeath ThompsonJackson, TN66 +
86KAWZack Patterson78 +
959KAWRusty PaineMedina, TN910 +
1022YAMTrey MauneyCollierville, TN119 +
11654KAWShawn Yeager1012 +
125KAWAlex BlackwellJackson, TN1311 +
1315YAMTaylor PettingerMoscow, TN12DNS +
85 7-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
114KAWAlex Ray11 +
288KAWMatthew ShaulColliverville, TN32 +
355HONCurtis SloanCrump, TN43 +
4814HONZack Castleman55 +
587KAWCharlie SmithCollierville, TN74 +
659KAWRusty PaineMedina, TN66 +
7117YAMTaylor Erwin67 +
829SUZPreston SerattFinley, TN2DNS +
85 12-13 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
117HONMatthew Mckinney11 +
22HON Bradley GreerLexington, TN22 +
3387SUZDanny GieslerSpringville, TN43 +
410YAMCody Hudson34 +
57HONConnor GoodmanBolivar, TN55 +
681YAMHunter PateCollierville, TN66 +
712YAMCasey BarnesAtwood, TN78 +
89KTMHeath ThompsonJackson, TN97 +
93HONCody ThompsonLexington, TN89 +
125 PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
169YAMBrent Brush11 +
125 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1114SUZJason Kummerow11 +
27SUZJustin Strayhorn22 +
3579HONBrandon BurrowSikeston, MO33 +
125 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAMMyles Taylor11 +
2271YAMBrandon SmithMedina, TN22 +
388YAMJimmy Potts33 +
45/HONJason Garrett44 +
5388HONLee CampellPaducah, KY56 +
61HONJesse TolleyParsons, TN75 +
7583YAMBrandon PowersArlington, TN67 +
8217KTMChase BissingerDNSDNS +
125 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1128HONJeremy Brady11 +
229/SUZDerek North42 +
31YAMPatrick Culligan34 +
400HONZach JacksonMiddleton, TN25 +
5427SUZBrittney Infield57 +
6217KTMBlake BissingerDNS3 +
769YAMChris VanceBrownsville, TNDNS6 +
250 PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAMBrent Brush11 +
250 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
118YAMDanny ScheeleJackson, TN11 +
2781YAMBrad Moore22 +
331HONMattew Hendrix33 +
250 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
154KTMAlan KellerMemphis, TN11 +
296HONJosh Daniel22 +
32KAWTodd Bradford33 +
SUPER MINI +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
117HONMatthew Mckinney11 +
210YAMCody Hudson42 +
3387SUZDanny GieslerSpringville, TN33 +
429SUZPreston SerattFinley, TN24 +
SCHOOL BOY +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAMMyles Taylor11 +
2271YAMBrandon SmithMedina, TN22 +
3579HONBrandon BurrowSikeston, MO53 +
4583YAMBrandon PowersArlington, TN46 +
588YAMJimmy Potts37 +
6388HONLee CampellPaducah, KY74 +
721YAMJason Hubbell65 +
8427SUZBrittney Infield8DNS +
16-24 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1115YAMDillion ClaytonTN11 +
27SUZJustin Strayhorn22 +
ATV PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1284HONRandall HinsonErin, TN11 +
2928HONJeff Scott32 +
313HONKelly Oliver23 +
41YAMShane Mann44 +
ATV 2-STROKE B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1501HONCliff WalkerMiddleton, TN11 +
214HONCasey Moore22 +
ATV 4-STROKE B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HONClay HolmesLexington, TN11 +
2211HONLee MeeksKenton, TN22 +
3243HONStephen WoffordTrenton, TN33 +
ATV 4-STROKE C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHONKansas Klien11 +
216HONCraig Orr22 +
ATV BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13YAMGreg Mccann11 +
211HONJeff Harman22 +
39HONTommy Gibbons43 +
451HONEthan Gibbons64 +
58HONDylan Taylor55 +
613YAMJason Ramsey3DNF +
0-90 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
126YAMCody MillerCedar Grove, TN11 +
26HONKacey Baker32 +
35HONJenny Baker43 +
4g1SUZGarrett Malugen2DNS +
25+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HONShane VaughnHumbolt, TN11 +
2111HONJim Batey22 +
340HONSteve Watkins33 +
30+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HONShane VaughnHumbolt, TN11 +
2111HONJim Batey22 +
324HONRonnie Ray33 +
4221HONJimmy Bates55 +
585YAMBob CollieMoscow, TN47 +
640HONSteve Watkins84 +
781HONDanny SeatonJackson, TN66 +
854KTMAlan KellerMemphis, TN78 +
9528HSKMike FortnerSpringville, TN99 +
40+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124HONRonnie Ray11 +
285YAMBob CollieMoscow, TN22 +
381HONDanny SeatonJackson, TN33 +
442SUZRoy Giesler64 +
5901YAMBobby HudsonGermantown, TN55 +
643YAMRay ShaulCollierville, TN46 +
This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com +
diff --git a/thmx_r2/junk/april19.xml b/thmx_r2/junk/april19.xml new file mode 100644 index 0000000..918d60a --- /dev/null +++ b/thmx_r2/junk/april19.xml @@ -0,0 +1,3620 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
THRILL HILL MOTOCROSS L.L.C. + + + + + + + + Page 1 of 28 +
APRIL 19, 2003 + + + + + + + + + +
04/19/2003 + + + + + + + + + +
Overall Race Results + + + + + + + + Printed:06:09 pm +
50 SHAFT + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1199COB + Duke EmerineMurray, KY21 + + +
234YAM + Yeiser RossClifton, TN32 + + +
399YAM + Ian LegensGleason, TN53 + + +
452Unk + Jacob HaynesBrownsville, TN64 + + +
551/Unk + Josh Cartwright + 1DNS + + +
665HON + Logan ManleyLakeland, TN4DNS + + +
50 4-6 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1199COB + Duke EmerineMurray, KY11 + + +
21KTM + Trent (t-mac) MacdiarmidArlington, TN22 + + +
38KTM + Matt MacyauskiGreenfield, TN33 + + +
46Unk + Austin HammonsMiddleton, TN44 + + +
50 7-8 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
140kCOB + Brice Klippel + 11 + + +
251/Unk + Josh Cartwright + 22 + + +
339COB + Logan ManleyLakeland, TN3DNS + + +
65 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
193KAW + Taylor PateCollierville, TN11 + + +
25SUZ + Tristan PickensAdamsville, TN22 + + +
325KAW + Tyler BarnesAtwood, TN44 + + +
451SUZ + Joseph HaynesBrownsville, TN73 + + +
573KAW + David Lassiter + 37 + + +
69KAW + Chas LomaxDaeden, TN65 + + +
7814KAW + Chase Bissinger + 86 + + +
8g1SUZ + Brice KlippelTN5DNS + + +
65 7-9 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
114KAW + Alex Ray + 11 + + +
251SUZ + Joseph HaynesBrownsville, TN22 + + +
35SUZ + Tristan PickensAdamsville, TN33 + + +
425KAW + Tyler BarnesAtwood, TN54 + + +
551/Unk + Josh Cartwright + 45 + + +
65 10-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1117KTM + Taylor Erwin + 21 + + +
26KAW + Zack Patterson + 33 + + +
3654KAW + Shawn Yeager + 44 + + +
4814KAW + Zach RossWaynesboro, TN17 + + +
55KAW + Ethan Emerine + 72 + + +
6993KTM + Bryan JonesLexington, TN65 + + +
793KAW + Taylor PateCollierville, TN56 + + +
85 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
155HON + Curtis SloanCrump, TN11 + + +
281YAM + Hunter PateCollierville, TN32 + + +
387KAW + Charlie SmithCollierville, TN25 + + +
412YAM + Casey BarnesAtwood, TN53 + + +
5814HON + Zack Castleman + 44 + + +
69KTM + Heath ThompsonJackson, TN66 + + +
86KAW + Zack Patterson + 78 + + +
959KAW + Rusty PaineMedina, TN910 + + +
1022YAM + Trey MauneyCollierville, TN119 + + +
11654KAW + Shawn Yeager + 1012 + + +
125KAW + Alex BlackwellJackson, TN1311 + + +
1315YAM + Taylor PettingerMoscow, TN12DNS + + +
85 7-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
114KAW + Alex Ray + 11 + + +
288KAW + Matthew ShaulColliverville, TN32 + + +
355HON + Curtis SloanCrump, TN43 + + +
4814HON + Zack Castleman + 55 + + +
587KAW + Charlie SmithCollierville, TN74 + + +
659KAW + Rusty PaineMedina, TN66 + + +
7117YAM + Taylor Erwin + 67 + + +
829SUZ + Preston SerattFinley, TN2DNS + + +
85 12-13 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
117HON + Matthew Mckinney + 11 + + +
22HON + Bradley GreerLexington, TN22 + + +
3387SUZ + Danny GieslerSpringville, TN43 + + +
410YAM + Cody Hudson + 34 + + +
57HON + Connor GoodmanBolivar, TN55 + + +
681YAM + Hunter PateCollierville, TN66 + + +
712YAM + Casey BarnesAtwood, TN78 + + +
89KTM + Heath ThompsonJackson, TN97 + + +
93HON + Cody ThompsonLexington, TN89 + + +
125 PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
169YAM + Brent Brush + 11 + + +
125 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1114SUZ + Jason Kummerow + 11 + + +
27SUZ + Justin Strayhorn + 22 + + +
3579HON + Brandon BurrowSikeston, MO33 + + +
125 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAM + Myles Taylor + 11 + + +
2271YAM + Brandon SmithMedina, TN22 + + +
388YAM + Jimmy Potts + 33 + + +
45/HON + Jason Garrett + 44 + + +
5388HON + Lee CampellPaducah, KY56 + + +
61HON + Jesse TolleyParsons, TN75 + + +
7583YAM + Brandon PowersArlington, TN67 + + +
8217KTM + Chase Bissinger + DNSDNS + + +
125 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1128HON + Jeremy Brady + 11 + + +
229/SUZ + Derek North + 42 + + +
31YAM + Patrick Culligan + 34 + + +
400HON + Zach JacksonMiddleton, TN25 + + +
5427SUZ + Brittney Infield + 57 + + +
6217KTM + Blake Bissinger + DNS3 + + +
769YAM + Chris VanceBrownsville, TNDNS6 + + +
250 PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAM + Brent Brush + 11 + + +
250 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
118YAM + Danny ScheeleJackson, TN11 + + +
2781YAM + Brad Moore + 22 + + +
331HON + Mattew Hendrix + 33 + + +
250 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
154KTM + Alan KellerMemphis, TN11 + + +
296HON + Josh Daniel + 22 + + +
32KAW + Todd Bradford + 33 + + +
SUPER MINI + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
117HON + Matthew Mckinney + 11 + + +
210YAM + Cody Hudson + 42 + + +
3387SUZ + Danny GieslerSpringville, TN33 + + +
429SUZ + Preston SerattFinley, TN24 + + +
SCHOOL BOY + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAM + Myles Taylor + 11 + + +
2271YAM + Brandon SmithMedina, TN22 + + +
3579HON + Brandon BurrowSikeston, MO53 + + +
4583YAM + Brandon PowersArlington, TN46 + + +
588YAM + Jimmy Potts + 37 + + +
6388HON + Lee CampellPaducah, KY74 + + +
721YAM + Jason Hubbell + 65 + + +
8427SUZ + Brittney Infield + 8DNS + + +
16-24 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1115YAM + Dillion ClaytonTN11 + + +
27SUZ + Justin Strayhorn + 22 + + +
ATV PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1284HON + Randall HinsonErin, TN11 + + +
2928HON + Jeff Scott + 32 + + +
313HON + Kelly Oliver + 23 + + +
41YAM + Shane Mann + 44 + + +
ATV 2-STROKE B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1501HON + Cliff WalkerMiddleton, TN11 + + +
214HON + Casey Moore + 22 + + +
ATV 4-STROKE B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HON + Clay HolmesLexington, TN11 + + +
2211HON + Lee MeeksKenton, TN22 + + +
3243HON + Stephen WoffordTrenton, TN33 + + +
ATV 4-STROKE C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHON + Kansas Klien + 11 + + +
216HON + Craig Orr + 22 + + +
ATV BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13YAM + Greg Mccann + 11 + + +
211HON + Jeff Harman + 22 + + +
39HON + Tommy Gibbons + 43 + + +
451HON + Ethan Gibbons + 64 + + +
58HON + Dylan Taylor + 55 + + +
613YAM + Jason Ramsey + 3DNF + + +
0-90 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
126YAM + Cody MillerCedar Grove, TN11 + + +
26HON + Kacey Baker + 32 + + +
35HON + Jenny Baker + 43 + + +
4g1SUZ + Garrett Malugen + 2DNS + + +
25+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HON + Shane VaughnHumbolt, TN11 + + +
2111HON + Jim Batey + 22 + + +
340HON + Steve Watkins + 33 + + +
30+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HON + Shane VaughnHumbolt, TN11 + + +
2111HON + Jim Batey + 22 + + +
324HON + Ronnie Ray + 33 + + +
4221HON + Jimmy Bates + 55 + + +
585YAM + Bob CollieMoscow, TN47 + + +
640HON + Steve Watkins + 84 + + +
781HON + Danny SeatonJackson, TN66 + + +
854KTM + Alan KellerMemphis, TN78 + + +
9528HSK + Mike FortnerSpringville, TN99 + + +
40+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124HON + Ronnie Ray + 11 + + +
285YAM + Bob CollieMoscow, TN22 + + +
381HON + Danny SeatonJackson, TN33 + + +
442SUZ + Roy Giesler + 64 + + +
5901YAM + Bobby HudsonGermantown, TN55 + + +
643YAM + Ray ShaulCollierville, TN46 + + +
+ + This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com + + + + + + + +
+ \ No newline at end of file diff --git a/thmx_r2/junk/june1.htm b/thmx_r2/junk/june1.htm new file mode 100644 index 0000000..64ddabd --- /dev/null +++ b/thmx_r2/junk/june1.htm @@ -0,0 +1,207 @@ + + + + +
THRILL HILL MOTOCROSS L.L.C.Page 1 of 12 +
JUNE 1ST +
05/31/2003 +
Race ResultsRace: 1Printed:06:04 pm +
250 PRO +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1547HONJamaal Bond11 +
2441HONLee Hobbs42 +
375HONJason Kraus33 +
4361HONJody Howell2DNF +
40+ +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1117HONCary Morris11 +
224HONRonnie Ray22 +
3109YAMBrooks HolcombSomerville, TN43 +
415HONTim Riley35 +
5123KTMJohn WilderMason, TN54 +
641HONVan Clendenin66 +
7901YAMBobby HudsonGermantown, TN77 +
843YAMRay ShaulCollierville, TN88 +
9528HSKMike FortnerSpringville, TN99 +
10126SUZDonny Lewis1010 +
11911HUSBobby QuallsMemphis, TN1211 +
123HONJim BinghamJackson, TN1312 +
1336KTM Dick Jackson11DNS +
Race ResultsRace: 2Printed:06:04 pm +
ATV 2-STROKE B +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
113YAMBrandon WallaceHuron, TN11 +
ATV 4-STROKE C +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
14qHONKansas Klien11 +
2731SUZTony SingletonVanleer, TN22 +
312HONRob Singleton33 +
481HONDavid Wright44 +
ATV BEG +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
19/HONJonathan MuncriefDyersburg, TN11 +
29xUnkRobert Dickson22 +
39HONTommy Taylor33 +
493HONBo Riddle44 +
Race ResultsRace: 3Printed:06:04 pm +
125 BEG +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1214HONDaniel Porch21 +
215HONJaron Haskins12 +
37SUZCody Parker33 +
41KAWJoseph Strickland44 +
5427SUZBrittney InfieldDNFDNS +
250 BEG +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1117HONTommy Kelly11 +
26SUZChris Greenwell32 +
334HONRodney Simpson23 +
Race ResultsRace: 4Printed:06:04 pm +
125 B +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
15SUZCharles BrooksJackson, TN11 +
2579HONBrandon BurrowSikeston, MO22 +
125 C +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
124SUZMyles Taylor11 +
288YAMJimmy Potts23 +
389YAMDaniel Sharp42 +
4127UnkParker WeedenOlive Branch, MS34 +
5620KTMTerry BoxxSharon, TN55 +
6926YAMMatt QuallsMemphis, TN66 +
753HONCoy SellersOlive Branch, MSDNSDNS +
250 C +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
154KTMAlan KellerMemphis, TN11 +
298UnkCody Roland22 +
35/HONBryan FoxOlive Branch, MS33 +
44YAMKeith LovinsFinley, TN44 +
Race ResultsRace: 5Printed:06:04 pm +
85 7-11 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
129SUZPreston SerattFinley, TN11 +
288KAWMatthew ShaulColliverville, TN32 +
314KAWAlex Ray23 +
487KAWCharles SmithCollierville, TN54 +
544HONDrew Simpson65 +
6930YAMJeff Jackson5DNS +
85 12-13 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
134KAWKyle DortchGreenfield, TN11 +
21UnkCasey Roland32 +
3323YAMAlex Bridges24 +
410/KAWChris TracyBartlett, TN43 +
5g2HON Bradley GreerLexington, TN55 +
6511YAMWill BruceDrummonds, TN68 +
710YAMCody Hudson96 +
87HONCory Windle87 +
99KTMHeath ThompsonJackson, TN79 +
Race ResultsRace: 6Printed:06:04 pm +
65 BEG +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
198KAWKyle QuallsMemphis, TN11 +
27/SUZJess WilderMason, TN52 +
311KTMAdam CollinsArlington, TN43 +
440kCOBBrice Klippel34 +
527KTMJeremy Perkins25 +
6103KAWMichael Harris66 +
7721KTMKylie Infield77 +
8503KTMGarrett Williams88 +
99KAWChas LomaxDaeden, TNDNF9 +
Race ResultsRace: 7Printed:06:04 pm +
SCHOOL BOY +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1579HONBrandon BurrowSikeston, MO11 +
224SUZMyles Taylor22 +
388YAMJimmy Potts33 +
489YAMDaniel Sharp45 +
510/KAWChris TracyBartlett, TN64 +
6323YAMAlex Bridges56 +
7926YAMMatt QuallsMemphis, TN77 +
853HONCoy SellersOlive Branch, MSDNSDNS +
9427SUZBrittney InfieldDNSDNS +
Race ResultsRace: 8Printed:06:04 pm +
65 7-9 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
114KAWAlex Ray11 +
272KTMHunter Gooch22 +
33KTMBrent Hicks3DNS +
65 10-11 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
16KAWZack Patterson11 +
242KAWCole SellersBrownsville, TN23 +
398KAWKyle QuallsMemphis, TN42 +
47/SUZJess WilderMason, TN34 +
WOMEN'S OPEN +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1721KTMKylie Infield11 +
2h1HONHeather Vaughn22 +
345UnkAmanda Marr33 +
Race ResultsRace: 9Printed:06:04 pm +
16-24 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1441HONLee Hobbs11 +
2127UnkParker WeedenOlive Branch, MS2DNS +
30+ +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
111HONRayford Collins Jr.Arlington, TN41 +
224HONRonnie Ray23 +
375HONJason Kraus14 +
4109YAMBrooks HolcombSomerville, TN55 +
5123KTMJohn WilderMason, TN66 +
633HONShane VaughnHumbolt, TNDNF2 +
715HONTim Riley3DNS +
841HONVan Clendenin7DNS +
954KTMAlan KellerMemphis, TN8DNS +
1026YAMDon RiceDyersburg, TN9DNS +
Race ResultsRace: 10Printed:06:04 pm +
85 BEG +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
17HONCory Windle11 +
29SUZHeath ThompsonJackson, TN22 +
375HONJohn David Colloway43 +
43KAWZach ColemanGermantown, TN34 +
544HONDrew Simpson55 +
654HONBlake Gooch66 +
787KAWCharles SmithCollierville, TN7DNS +
8930YAMJeff Jackson8DNS +
SUPER MINI +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
134KAWKyle DortchGreenfield, TN11 +
229SUZPreston SerattFinley, TN22 +
310/KAWChris TracyBartlett, TN33 +
4323YAMAlex Bridges44 +
510YAMCody Hudson56 +
688KAWMatthew ShaulColliverville, TN75 +
7511YAMWill BruceDrummonds, TN67 +
Race ResultsRace: 11Printed:06:04 pm +
50 4-6 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1503KTMGarrett Williams11 +
50 7-8 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
140kCOBBrice Klippel11 +
267KTMAdam CollinsArlington, TN22 +
33KTMClint SainBolivar, TN33 +
4xKAWJoshua Shaw44 +
524HONDalton Riddle5DNS +
0-90 +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1g1SUZGarrett Malugen12 +
2/HONTrae ArnoldJackson, TN22 +
37UnkMiguel Sperber33 +
44qtKTMBecka Lynn Klein4DNS +
Race ResultsRace: 12Printed:06:04 pm +
250 B +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
141HSKGreg Lovins1DNS +
2871HONRoss Woods2DNS +
25+ +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
133HONShane VaughnHumbolt, TN11 +
211HONRayford Collins Jr.Arlington, TN22 +
375HONJason Kraus33 +
4361HONJody Howell4DNS +
526YAMDon RiceDyersburg, TNDNFDNS +
This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com +
\ No newline at end of file diff --git a/thmx_r2/junk/june1.xml b/thmx_r2/junk/june1.xml new file mode 100644 index 0000000..3835f6c --- /dev/null +++ b/thmx_r2/junk/june1.xml @@ -0,0 +1,3275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
THRILL HILL MOTOCROSS L.L.C. + + + + + + + Page 1 of 12 +
JUNE 1ST + + + + + + + + +
05/31/2003 + + + + + + + + +
Race Results + + + Race: 1 + + Printed:06:04 pm +
250 PRO + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1547HON + Jamaal Bond + 11 + +
2441HON + Lee Hobbs + 42 + +
375HON + Jason Kraus + 33 + +
4361HON + Jody Howell + 2DNF + +
40+ + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1117HON + Cary Morris + 11 + +
224HON + Ronnie Ray + 22 + +
3109YAM + Brooks HolcombSomerville, TN43 + +
415HON + Tim Riley + 35 + +
5123KTM + John WilderMason, TN54 + +
641HON + Van Clendenin + 66 + +
7901YAM + Bobby HudsonGermantown, TN77 + +
843YAM + Ray ShaulCollierville, TN88 + +
9528HSK + Mike FortnerSpringville, TN99 + +
10126SUZ + Donny Lewis + 1010 + +
11911HUS + Bobby QuallsMemphis, TN1211 + +
123HON + Jim BinghamJackson, TN1312 + +
1336KTM + Dick Jackson + 11DNS + +
Race Results + + + Race: 2 + + Printed:06:04 pm +
ATV 2-STROKE B + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
113YAM + Brandon WallaceHuron, TN11 + +
ATV 4-STROKE C + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
14qHON + Kansas Klien + 11 + +
2731SUZ + Tony SingletonVanleer, TN22 + +
312HON + Rob Singleton + 33 + +
481HON + David Wright + 44 + +
ATV BEG + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
19/HON + Jonathan MuncriefDyersburg, TN11 + +
29xUnk + Robert Dickson + 22 + +
39HON + Tommy Taylor + 33 + +
493HON + Bo Riddle + 44 + +
Race Results + + + Race: 3 + + Printed:06:04 pm +
125 BEG + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1214HON + Daniel Porch + 21 + +
215HON + Jaron Haskins + 12 + +
37SUZ + Cody Parker + 33 + +
41KAW + Joseph Strickland + 44 + +
5427SUZ + Brittney Infield + DNFDNS + +
250 BEG + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1117HON + Tommy Kelly + 11 + +
26SUZ + Chris Greenwell + 32 + +
334HON + Rodney Simpson + 23 + +
Race Results + + + Race: 4 + + Printed:06:04 pm +
125 B + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
15SUZ + Charles BrooksJackson, TN11 + +
2579HON + Brandon BurrowSikeston, MO22 + +
125 C + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
124SUZ + Myles Taylor + 11 + +
288YAM + Jimmy Potts + 23 + +
389YAM + Daniel Sharp + 42 + +
4127Unk + Parker WeedenOlive Branch, MS34 + +
5620KTM + Terry BoxxSharon, TN55 + +
6926YAM + Matt QuallsMemphis, TN66 + +
753HON + Coy SellersOlive Branch, MSDNSDNS + +
250 C + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
154KTM + Alan KellerMemphis, TN11 + +
298Unk + Cody Roland + 22 + +
35/HON + Bryan FoxOlive Branch, MS33 + +
44YAM + Keith LovinsFinley, TN44 + +
Race Results + + + Race: 5 + + Printed:06:04 pm +
85 7-11 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
129SUZ + Preston SerattFinley, TN11 + +
288KAW + Matthew ShaulColliverville, TN32 + +
314KAW + Alex Ray + 23 + +
487KAW + Charles SmithCollierville, TN54 + +
544HON + Drew Simpson + 65 + +
6930YAM + Jeff Jackson + 5DNS + +
85 12-13 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
134KAW + Kyle DortchGreenfield, TN11 + +
21Unk + Casey Roland + 32 + +
3323YAM + Alex Bridges + 24 + +
410/KAW + Chris TracyBartlett, TN43 + +
5g2HON + Bradley GreerLexington, TN55 + +
6511YAM + Will BruceDrummonds, TN68 + +
710YAM + Cody Hudson + 96 + +
87HON + Cory Windle + 87 + +
99KTM + Heath ThompsonJackson, TN79 + +
Race Results + + + Race: 6 + + Printed:06:04 pm +
65 BEG + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
198KAW + Kyle QuallsMemphis, TN11 + +
27/SUZ + Jess WilderMason, TN52 + +
311KTM + Adam CollinsArlington, TN43 + +
440kCOB + Brice Klippel + 34 + +
527KTM + Jeremy Perkins + 25 + +
6103KAW + Michael Harris + 66 + +
7721KTM + Kylie Infield + 77 + +
8503KTM + Garrett Williams + 88 + +
99KAW + Chas LomaxDaeden, TNDNF9 + +
Race Results + + + Race: 7 + + Printed:06:04 pm +
SCHOOL BOY + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1579HON + Brandon BurrowSikeston, MO11 + +
224SUZ + Myles Taylor + 22 + +
388YAM + Jimmy Potts + 33 + +
489YAM + Daniel Sharp + 45 + +
510/KAW + Chris TracyBartlett, TN64 + +
6323YAM + Alex Bridges + 56 + +
7926YAM + Matt QuallsMemphis, TN77 + +
853HON + Coy SellersOlive Branch, MSDNSDNS + +
9427SUZ + Brittney Infield + DNSDNS + +
Race Results + + + Race: 8 + + Printed:06:04 pm +
65 7-9 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
114KAW + Alex Ray + 11 + +
272KTM + Hunter Gooch + 22 + +
33KTM + Brent Hicks + 3DNS + +
65 10-11 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
16KAW + Zack Patterson + 11 + +
242KAW + Cole SellersBrownsville, TN23 + +
398KAW + Kyle QuallsMemphis, TN42 + +
47/SUZ + Jess WilderMason, TN34 + +
WOMEN'S OPEN + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1721KTM + Kylie Infield + 11 + +
2h1HON + Heather Vaughn + 22 + +
345Unk + Amanda Marr + 33 + +
Race Results + + + Race: 9 + + Printed:06:04 pm +
16-24 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1441HON + Lee Hobbs + 11 + +
2127Unk + Parker WeedenOlive Branch, MS2DNS + +
30+ + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
111HON + Rayford Collins Jr.Arlington, TN41 + +
224HON + Ronnie Ray + 23 + +
375HON + Jason Kraus + 14 + +
4109YAM + Brooks HolcombSomerville, TN55 + +
5123KTM + John WilderMason, TN66 + +
633HON + Shane VaughnHumbolt, TNDNF2 + +
715HON + Tim Riley + 3DNS + +
841HON + Van Clendenin + 7DNS + +
954KTM + Alan KellerMemphis, TN8DNS + +
1026YAM + Don RiceDyersburg, TN9DNS + +
Race Results + + + Race: 10 + + Printed:06:04 pm +
85 BEG + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
17HON + Cory Windle + 11 + +
29SUZ + Heath ThompsonJackson, TN22 + +
375HON + John David Colloway + 43 + +
43KAW + Zach ColemanGermantown, TN34 + +
544HON + Drew Simpson + 55 + +
654HON + Blake Gooch + 66 + +
787KAW + Charles SmithCollierville, TN7DNS + +
8930YAM + Jeff Jackson + 8DNS + +
SUPER MINI + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
134KAW + Kyle DortchGreenfield, TN11 + +
229SUZ + Preston SerattFinley, TN22 + +
310/KAW + Chris TracyBartlett, TN33 + +
4323YAM + Alex Bridges + 44 + +
510YAM + Cody Hudson + 56 + +
688KAW + Matthew ShaulColliverville, TN75 + +
7511YAM + Will BruceDrummonds, TN67 + +
Race Results + + + Race: 11 + + Printed:06:04 pm +
50 4-6 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1503KTM + Garrett Williams + 11 + +
50 7-8 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
140kCOB + Brice Klippel + 11 + +
267KTM + Adam CollinsArlington, TN22 + +
33KTM + Clint SainBolivar, TN33 + +
4xKAW + Joshua Shaw + 44 + +
524HON + Dalton Riddle + 5DNS + +
0-90 + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
1g1SUZ + Garrett Malugen + 12 + +
2/HON + Trae ArnoldJackson, TN22 + +
37Unk + Miguel Sperber + 33 + +
44qtKTM + Becka Lynn Klein + 4DNS + +
Race Results + + + Race: 12 + + Printed:06:04 pm +
250 B + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
141HSK + Greg Lovins + 1DNS + +
2871HON + Ross Woods + 2DNS + +
25+ + + + + + + + + +
FinishNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3Points +
133HON + Shane VaughnHumbolt, TN11 + +
211HON + Rayford Collins Jr.Arlington, TN22 + +
375HON + Jason Kraus + 33 + +
4361HON + Jody Howell + 4DNS + +
526YAM + Don RiceDyersburg, TNDNFDNS + +
+ + This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com + + + + + + +
+ \ No newline at end of file diff --git a/thmx_r2/junk/may10.htm b/thmx_r2/junk/may10.htm new file mode 100644 index 0000000..94ea429 --- /dev/null +++ b/thmx_r2/junk/may10.htm @@ -0,0 +1,163 @@ + + + + +
THRILL HILL MOTOCROSS L.L.C.Page 1 of 26 +
MAY 4, 2003 +
05/04/2003 +
Overall Race ResultsPrinted:06:08 pm +
50 SHAFT +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134YAMYeiser RossClifton, TN11 +
200KTMChanning HuntBartlett, TN22 +
50 4-6 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
100KTMChanning HuntBartlett, TN11 +
50 7-8 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
140kCOBBrice Klippel11 +
267KTMAdam CollinsArlington, TN32 +
317COBCorey HolcombSomerville, TN23 +
65 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZTristan PickensAdamsville, TN11 +
225KAWTyler BarnesAtwood, TN22 +
327KTMJeremy Perkins33 +
4814KAWChance Bissinger44 +
65 7-9 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZTristan PickensAdamsville, TN12 +
272KTMHunter Gooch31 +
325KAWTyler BarnesAtwood, TN23 +
65 10-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
146KTMBrandon MarleyMcerwin, TN11 +
2814KAWZach RossWaynesboro, TN22 +
36KAWZack Patterson33 +
4993KTMBryan JonesLexington, TN44 +
57SUZJess WilderMason, TN55 +
85 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
112YAMCasey BarnesAtwood, TN11 +
29KTMHeath ThompsonJackson, TN22 +
375HONJohn Calloway44 +
459KAWRusty PaineMedina, TN63 +
5505YAMJordan Hite55 +
63KAWZach ColemanGermantown, TN310 +
77SUZJess WilderMason, TN86 +
8491HONChris LeibleSikeston, MO77 +
915YAMTaylor PettingerMoscow, TN98 +
1054HONBlake Gooch109 +
1155HONCurtis SloanCrump, TNDNSDNS +
85 7-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
155HONCurtis SloanCrump, TN11 +
259KAWRusty PaineMedina, TN32 +
346KTMBrandon MarleyMcerwin, TN23 +
85 12-13 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAWKyle DortchGreenfield, TN11 +
273YAMBj MashawJackson, TN22 +
3323YAMAlex Bridges33 +
4387SUZDanny GieslerSpringville, TN44 +
5511YAMWill BruceDrummonds, TN55 +
612YAMCasey BarnesAtwood, TN66 +
73KAWZach ColemanGermantown, TN97 +
87HONBen Hall88 +
99KTMHeath ThompsonJackson, TN79 +
125 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZCharles BrooksJackson, TN11 +
2579HONBrandon BurrowSikeston, MO22 +
3712YAMBrian Davis33 +
125 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAMMyles Taylor21 +
299ETDerek FesmireLexington, TN12 +
3271YAMBrandon SmithMedina, TN33 +
41YAMMatthew BirdLexington, TN54 +
5388HONLee Campbell46 +
6909SUZJameson Diamond65 +
788YAMJimmy Potts77 +
125 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1217KTMBlake Bissinger21 +
229SUZDerek Wurth32 +
31YAMPatrick Culligan43 +
46KAWJack RedmondMilan, TN54 +
5427SUZBrittney Infield65 +
6323YAMAlex Bridges1DNS +
250 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
141HSKGreg Lovins21 +
2556SUZWilliam Smallwood12 +
375SUZMichael Bowes33 +
4871HONRoss Woods44 +
250 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
154KTMAlan KellerMemphis, TN11 +
2123KTMJohn WilderMason, TN32 +
32HONTodd Bradford23 +
426HONJeff MasseLakeland, TN44 +
54YAMKeith LovinsFinley, TN55 +
250 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
17HONBen Hall11 +
SUPER MINI +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAWKyle DortchGreenfield, TN11 +
273YAMBj MashawJackson, TN22 +
3387SUZDanny GieslerSpringville, TN33 +
4511YAMWill BruceDrummonds, TN44 +
5491HONChris LeibleSikeston, MO55 +
SCHOOL BOY +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1579HONBrandon BurrowSikeston, MO11 +
299ETDerek FesmireLexington, TN22 +
324YAMMyles Taylor33 +
434KAWKyle DortchGreenfield, TN44 +
5909SUZJameson Diamond65 +
6388HONLee Campbell56 +
16-24 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1822HONTyler BrownUllin, IL11 +
ATV 2-STROKE C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
177/YAMTrey Hardin11 +
277SUZKenny SteelePuryear, TN22 +
ATV 4-STROKE B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HONClay HolmesLexington, TN11 +
ATV 4-STROKE C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHONKansas Klien11 +
232HONJake Martin22 +
ATV BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13YAMGreg Mccann11 +
0-300 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
12HONAustin Martin11 +
25+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HONShane VaughnHumbolt, TN11 +
2322YAMConrad LongBells, TN22 +
30+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HONShane VaughnHumbolt, TN11 +
264HONRayford Collins Jr.Arlington, TN22 +
3322YAMConrad LongBells, TN33 +
4109YAMBrooks HolcombSomerville, TN44 +
554KTMAlan KellerMemphis, TN55 +
641HONVan Clendenin66 +
7123KTMJohn WilderMason, TN77 +
8333HONJerry PottsDecaturville, TN88 +
40+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1109YAMBrooks HolcombSomerville, TN11 +
2123KTMJohn WilderMason, TN32 +
341HONVan Clendenin23 +
448HONSteve West44 +
542SUZRoy Giesler55 +
This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com +
\ No newline at end of file diff --git a/thmx_r2/junk/may10.xml b/thmx_r2/junk/may10.xml new file mode 100644 index 0000000..6ca7ee9 --- /dev/null +++ b/thmx_r2/junk/may10.xml @@ -0,0 +1,2837 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
THRILL HILL MOTOCROSS L.L.C. + + + + + + + + Page 1 of 26 +
MAY 4, 2003 + + + + + + + + + +
05/04/2003 + + + + + + + + + +
Overall Race Results + + + + + + + + Printed:06:08 pm +
50 SHAFT + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134YAM + Yeiser RossClifton, TN11 + + +
200KTM + Channing HuntBartlett, TN22 + + +
50 4-6 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
100KTM + Channing HuntBartlett, TN11 + + +
50 7-8 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
140kCOB + Brice Klippel + 11 + + +
267KTM + Adam CollinsArlington, TN32 + + +
317COB + Corey HolcombSomerville, TN23 + + +
65 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZ + Tristan PickensAdamsville, TN11 + + +
225KAW + Tyler BarnesAtwood, TN22 + + +
327KTM + Jeremy Perkins + 33 + + +
4814KAW + Chance Bissinger + 44 + + +
65 7-9 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZ + Tristan PickensAdamsville, TN12 + + +
272KTM + Hunter Gooch + 31 + + +
325KAW + Tyler BarnesAtwood, TN23 + + +
65 10-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
146KTM + Brandon MarleyMcerwin, TN11 + + +
2814KAW + Zach RossWaynesboro, TN22 + + +
36KAW + Zack Patterson + 33 + + +
4993KTM + Bryan JonesLexington, TN44 + + +
57SUZ + Jess WilderMason, TN55 + + +
85 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
112YAM + Casey BarnesAtwood, TN11 + + +
29KTM + Heath ThompsonJackson, TN22 + + +
375HON + John Calloway + 44 + + +
459KAW + Rusty PaineMedina, TN63 + + +
5505YAM + Jordan Hite + 55 + + +
63KAW + Zach ColemanGermantown, TN310 + + +
77SUZ + Jess WilderMason, TN86 + + +
8491HON + Chris LeibleSikeston, MO77 + + +
915YAM + Taylor PettingerMoscow, TN98 + + +
1054HON + Blake Gooch + 109 + + +
1155HON + Curtis SloanCrump, TNDNSDNS + + +
85 7-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
155HON + Curtis SloanCrump, TN11 + + +
259KAW + Rusty PaineMedina, TN32 + + +
346KTM + Brandon MarleyMcerwin, TN23 + + +
85 12-13 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAW + Kyle DortchGreenfield, TN11 + + +
273YAM + Bj MashawJackson, TN22 + + +
3323YAM + Alex Bridges + 33 + + +
4387SUZ + Danny GieslerSpringville, TN44 + + +
5511YAM + Will BruceDrummonds, TN55 + + +
612YAM + Casey BarnesAtwood, TN66 + + +
73KAW + Zach ColemanGermantown, TN97 + + +
87HON + Ben Hall + 88 + + +
99KTM + Heath ThompsonJackson, TN79 + + +
125 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZ + Charles BrooksJackson, TN11 + + +
2579HON + Brandon BurrowSikeston, MO22 + + +
3712YAM + Brian Davis + 33 + + +
125 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
124YAM + Myles Taylor + 21 + + +
299ET + Derek FesmireLexington, TN12 + + +
3271YAM + Brandon SmithMedina, TN33 + + +
41YAM + Matthew BirdLexington, TN54 + + +
5388HON + Lee Campbell + 46 + + +
6909SUZ + Jameson Diamond + 65 + + +
788YAM + Jimmy Potts + 77 + + +
125 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1217KTM + Blake Bissinger + 21 + + +
229SUZ + Derek Wurth + 32 + + +
31YAM + Patrick Culligan + 43 + + +
46KAW + Jack RedmondMilan, TN54 + + +
5427SUZ + Brittney Infield + 65 + + +
6323YAM + Alex Bridges + 1DNS + + +
250 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
141HSK + Greg Lovins + 21 + + +
2556SUZ + William Smallwood + 12 + + +
375SUZ + Michael Bowes + 33 + + +
4871HON + Ross Woods + 44 + + +
250 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
154KTM + Alan KellerMemphis, TN11 + + +
2123KTM + John WilderMason, TN32 + + +
32HON + Todd Bradford + 23 + + +
426HON + Jeff MasseLakeland, TN44 + + +
54YAM + Keith LovinsFinley, TN55 + + +
250 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
17HON + Ben Hall + 11 + + +
SUPER MINI + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAW + Kyle DortchGreenfield, TN11 + + +
273YAM + Bj MashawJackson, TN22 + + +
3387SUZ + Danny GieslerSpringville, TN33 + + +
4511YAM + Will BruceDrummonds, TN44 + + +
5491HON + Chris LeibleSikeston, MO55 + + +
SCHOOL BOY + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1579HON + Brandon BurrowSikeston, MO11 + + +
299ET + Derek FesmireLexington, TN22 + + +
324YAM + Myles Taylor + 33 + + +
434KAW + Kyle DortchGreenfield, TN44 + + +
5909SUZ + Jameson Diamond + 65 + + +
6388HON + Lee Campbell + 56 + + +
16-24 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1822HON + Tyler BrownUllin, IL11 + + +
ATV 2-STROKE C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
177/YAM + Trey Hardin + 11 + + +
277SUZ + Kenny SteelePuryear, TN22 + + +
ATV 4-STROKE B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HON + Clay HolmesLexington, TN11 + + +
ATV 4-STROKE C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHON + Kansas Klien + 11 + + +
232HON + Jake Martin + 22 + + +
ATV BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13YAM + Greg Mccann + 11 + + +
0-300 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
12HON + Austin Martin + 11 + + +
25+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HON + Shane VaughnHumbolt, TN11 + + +
2322YAM + Conrad LongBells, TN22 + + +
30+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
133HON + Shane VaughnHumbolt, TN11 + + +
264HON + Rayford Collins Jr.Arlington, TN22 + + +
3322YAM + Conrad LongBells, TN33 + + +
4109YAM + Brooks HolcombSomerville, TN44 + + +
554KTM + Alan KellerMemphis, TN55 + + +
641HON + Van Clendenin + 66 + + +
7123KTM + John WilderMason, TN77 + + +
8333HON + Jerry PottsDecaturville, TN88 + + +
40+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1109YAM + Brooks HolcombSomerville, TN11 + + +
2123KTM + John WilderMason, TN32 + + +
341HON + Van Clendenin + 23 + + +
448HON + Steve West + 44 + + +
542SUZ + Roy Giesler + 55 + + +
+ + This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com + + + + + + + +
+ \ No newline at end of file diff --git a/thmx_r2/junk/mxschool.htm b/thmx_r2/junk/mxschool.htm new file mode 100644 index 0000000..84c9073 --- /dev/null +++ b/thmx_r2/junk/mxschool.htm @@ -0,0 +1,72 @@ + + + + + + + +Shannon Niday Motocross School + + + +
+ +

+
+

Shannon Niday Motocross School

+

Pacific Junction, Iowa (at the Mid-American Motocross +Championships track)

+

Friday, August 29th, 2003

+

9 am - 3 pm

+

Cost: $150

+

Entry Form

+

Please fill out completely and mail $50 deposit to:  +Shannon Niday Motocross School, 12384 C.R. 1114  Athens, TX  75751

+

Name:                                                                                                   +Age:                        +Phone:                                                             +

+

Address:                                                        +City:                                         +State:                           +Zip:                                                   +

+

Email:                                                                                                    +Bike Size:                                                                                        +

+

I hereby declare that it might be my intent while at this +motocross school to ride at high speeds and to test my riding skills to check +the performance of the vehicle I am riding.

+

I affirm that I am going to engage in these potentially +dangerous activities of my own volition.  I hereby affirm that I enter this +school fully aware of the possible hazards to my person and my property therein.  +If I am injured, in any manner, while I am in the school, or on school grounds, +I will grant full and unconditional release for any injuries sustained to my +person, to all track owners, participants, officials, employees, promoters, +instructors, or any others who are responsible for the activities of the school.

+

On behalf of heirs, my executors, administrators, or myself, I +agree to hold harmless and indemnify all track owners, participants, officials, +employees, promoters, instructors, or others who are responsible for the +activities in the school for any damages or injury to my person or property.

+

PLEASE READ THE ABOVE CAREFULLY BEFORE SIGNING INTO THE +SCHOOL.

+

I HAVE READ THIS ENTRY FORM AND FULLY UNDERSTAND THE WAIVER.

+

Rider's +Signature____________________________________________________________________________Date:_________________

+

Parent's +Signature___________________________________________________________________________Date:_________________

+

Please make checks payable to Shannon Niday

+

 

+

 

+

+

+

+

+ +

+

+• Home • Schedule • Midwest Pitbike Championship • MX School • Classes & Rules • Entries • Camping/Lodging • Facility • Sponsors • Contact •

+ +
+ + diff --git a/thmx_r2/junk/strawberrt.htm b/thmx_r2/junk/strawberrt.htm new file mode 100644 index 0000000..1f676bc --- /dev/null +++ b/thmx_r2/junk/strawberrt.htm @@ -0,0 +1,177 @@ + + + + +
THRILL HILL MOTOCROSS L.L.C.Page 1 of 29 +
STRAWBERRY FESTIVAL MOTOCROSS RACE +
05/10/2003 +
Overall Race ResultsPrinted:06:07 pm +
50 SHAFT +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13UnkJacob HaynesBrownsville, TN11 +
50 4-6 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1583KTMTrent (t-mac) MacdiarmidArlington, TN11 +
26UnkAustin HammonsMiddleton, TN22 +
65 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
193KAWTaylor PateCollierville, TN11 +
251SUZJoseph HaynesBrownsville, TN22 +
3721KTMKylie Infield34 +
425KAWTyler BarnesAtwood, TNDNF3 +
65 7-9 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
110KAWMalcolm CupplesHenderson, TN11 +
225KAWTyler BarnesAtwood, TN32 +
351SUZJoseph HaynesBrownsville, TN23 +
65 10-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
192HONPaul Ragon11 +
293KAWTaylor PateCollierville, TN22 +
85 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
181YAMHunter PateCollierville, TN12 +
212/YAMCasey BarnesAtwood, TN31 +
31KAWFraser Gaulden23 +
487KAWCharles SmithCollierville, TN44 +
59KTMHeath ThompsonJackson, TN57 +
63KAWZach ColemanGermantown, TN95 +
712UnkRoss Ferrell106 +
8491HONChris LeibleSikeston, MO88 +
959KAWRusty PaineMedina, TN611 +
1056HONBlake HarrisHenderson, TN119 +
1138HONBobby Anderson713 +
1215YAMTaylor PettingerMoscow, TN1210 +
1317KAWCliff WalkerMiddleton, TN1312 +
14505YAMJordan Hite14DNF +
85 7-11 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
187KAWCharles SmithCollierville, TN11 +
259KAWRusty PaineMedina, TN22 +
3491HONChris LeibleSikeston, MO33 +
85 12-13 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAWKyle DortchGreenfield, TN11 +
217HONMatthew Mckinney22 +
3387SUZDanny GieslerSpringville, TN33 +
4511YAMWill BruceDrummonds, TN44 +
512/YAMCasey BarnesAtwood, TN55 +
681YAMHunter PateCollierville, TN67 +
712UnkRoss Ferrell88 +
83KAWZach ColemanGermantown, TN79 +
99KTMHeath ThompsonJackson, TNDNS6 +
125 PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
169YAMBrent Brush11 +
125 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZCharles BrooksJackson, TN11 +
2579HONBrandon BurrowSikeston, MO22 +
125 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
199ETDerek FesmireLexington, TN12 +
2909SUZJameson Diamond51 +
3271YAMBrandon SmithMedina, TN33 +
4388HONLee Campbell25 +
514SUZMiles CupplesHenderson, TN64 +
65/HONJason Garrett46 +
7536YAMChip Glover98 +
8786YAMBrian MusselmanKY710 +
911HONRyan Dotson127 +
10583YAMBrandon PowersArlington, TN119 +
11550SUZChase Gamble8DNF +
12128HONJeremy Brady10DNF +
1324SUZMyles Taylor13DNF +
125 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
129SUZDerek Wurth12 +
200HONZach JacksonMiddleton, TN23 +
369/YAMChris VanceBrownsville, TN34 +
49HONMichael Elmore45 +
5217KTMBlake Bissinger91 +
6316SUZChris Cook56 +
7356HONJay Mcbride77 +
8427SUZBrittney Infield88 +
969YAMCoy Sullivan6DNF +
250 PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAMBrent Brush11 +
2918HONJason PerryCordova, TN22 +
250 B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
16xKAWAaron ThomasMilan, TN11 +
217KAWCliff WalkerMiddleton, TN32 +
3781YAMBrad Moore43 +
4556SUZWilliam Smallwood25 +
531HONMattew Hendrix54 +
250 C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
12HONTodd Bradford22 +
223YAMJason Williford41 +
396HONJosh Daniel14 +
488SUZChad Crews33 +
250 BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1461HONBen Hall11 +
SUPER MINI +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAWKyle DortchGreenfield, TN11 +
217HONMatthew Mckinney22 +
3387SUZDanny GieslerSpringville, TN33 +
4511YAMWill BruceDrummonds, TN44 +
SCHOOL BOY +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1579HONBrandon BurrowSikeston, MO11 +
2388HONLee Campbell32 +
35HONJason Garrett24 +
424SUZMyles Taylor43 +
5583YAMBrandon PowersArlington, TN55 +
16-24 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAMBrent Brush11 +
26xKAWAaron ThomasMilan, TN22 +
3556SUZWilliam Smallwood33 +
4316SUZChris Cook44 +
ATV PRO +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
151HONPaul Ragon11 +
2928HONJeff Scott22 +
ATV 2-STROKE B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
199ETDerek FesmireLexington, TN11 +
2501HONCliff WalkerMiddleton, TN22 +
ATV 2-STROKE C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
100HONDavid Avery11 +
28UnkBlair WellsDNSDNS +
ATV 4-STROKE B +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HONClay HolmesLexington, TN11 +
ATV 4-STROKE C +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHONKansas Klien11 +
216HONCraig Orr22 +
32UnkAndy Young33 +
ATV BEG +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HONTommy Taylor11 +
0-90 +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1g1SUZGarrett Malugen11 +
226YAMCody MillerCedar Grove, TN22 +
3xETKelcey Mcbride33 +
25+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1918HONJason PerryCordova, TN11 +
217KAWCliff WalkerMiddleton, TN22 +
30+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1289HONDoug White11 +
40+ +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
149HONRicky PateCollierville, TN21 +
26KAWBen ThomasMilan, TN12 +
342SUZRoy Giesler33 +
43HONJim BinghamJackson, TN44 +
This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com +
\ No newline at end of file diff --git a/thmx_r2/junk/strawberry.xml b/thmx_r2/junk/strawberry.xml new file mode 100644 index 0000000..77c7a72 --- /dev/null +++ b/thmx_r2/junk/strawberry.xml @@ -0,0 +1,3098 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
THRILL HILL MOTOCROSS L.L.C. + + + + + + + + Page 1 of 29 +
STRAWBERRY FESTIVAL MOTOCROSS RACE + + + + + + + + + +
05/10/2003 + + + + + + + + + +
Overall Race Results + + + + + + + + Printed:06:07 pm +
50 SHAFT + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
13Unk + Jacob HaynesBrownsville, TN11 + + +
50 4-6 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1583KTM + Trent (t-mac) MacdiarmidArlington, TN11 + + +
26Unk + Austin HammonsMiddleton, TN22 + + +
65 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
193KAW + Taylor PateCollierville, TN11 + + +
251SUZ + Joseph HaynesBrownsville, TN22 + + +
3721KTM + Kylie Infield + 34 + + +
425KAW + Tyler BarnesAtwood, TNDNF3 + + +
65 7-9 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
110KAW + Malcolm CupplesHenderson, TN11 + + +
225KAW + Tyler BarnesAtwood, TN32 + + +
351SUZ + Joseph HaynesBrownsville, TN23 + + +
65 10-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
192HON + Paul Ragon + 11 + + +
293KAW + Taylor PateCollierville, TN22 + + +
85 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
181YAM + Hunter PateCollierville, TN12 + + +
212/YAM + Casey BarnesAtwood, TN31 + + +
31KAW + Fraser Gaulden + 23 + + +
487KAW + Charles SmithCollierville, TN44 + + +
59KTM + Heath ThompsonJackson, TN57 + + +
63KAW + Zach ColemanGermantown, TN95 + + +
712Unk + Ross Ferrell + 106 + + +
8491HON + Chris LeibleSikeston, MO88 + + +
959KAW + Rusty PaineMedina, TN611 + + +
1056HON + Blake HarrisHenderson, TN119 + + +
1138HON + Bobby Anderson + 713 + + +
1215YAM + Taylor PettingerMoscow, TN1210 + + +
1317KAW + Cliff WalkerMiddleton, TN1312 + + +
14505YAM + Jordan Hite + 14DNF + + +
85 7-11 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
187KAW + Charles SmithCollierville, TN11 + + +
259KAW + Rusty PaineMedina, TN22 + + +
3491HON + Chris LeibleSikeston, MO33 + + +
85 12-13 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAW + Kyle DortchGreenfield, TN11 + + +
217HON + Matthew Mckinney + 22 + + +
3387SUZ + Danny GieslerSpringville, TN33 + + +
4511YAM + Will BruceDrummonds, TN44 + + +
512/YAM + Casey BarnesAtwood, TN55 + + +
681YAM + Hunter PateCollierville, TN67 + + +
712Unk + Ross Ferrell + 88 + + +
83KAW + Zach ColemanGermantown, TN79 + + +
99KTM + Heath ThompsonJackson, TNDNS6 + + +
125 PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
169YAM + Brent Brush + 11 + + +
125 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
15SUZ + Charles BrooksJackson, TN11 + + +
2579HON + Brandon BurrowSikeston, MO22 + + +
125 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
199ET + Derek FesmireLexington, TN12 + + +
2909SUZ + Jameson Diamond + 51 + + +
3271YAM + Brandon SmithMedina, TN33 + + +
4388HON + Lee Campbell + 25 + + +
514SUZ + Miles CupplesHenderson, TN64 + + +
65/HON + Jason Garrett + 46 + + +
7536YAM + Chip Glover + 98 + + +
8786YAM + Brian MusselmanKY710 + + +
911HON + Ryan Dotson + 127 + + +
10583YAM + Brandon PowersArlington, TN119 + + +
11550SUZ + Chase Gamble + 8DNF + + +
12128HON + Jeremy Brady + 10DNF + + +
1324SUZ + Myles Taylor + 13DNF + + +
125 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
129SUZ + Derek Wurth + 12 + + +
200HON + Zach JacksonMiddleton, TN23 + + +
369/YAM + Chris VanceBrownsville, TN34 + + +
49HON + Michael Elmore + 45 + + +
5217KTM + Blake Bissinger + 91 + + +
6316SUZ + Chris Cook + 56 + + +
7356HON + Jay Mcbride + 77 + + +
8427SUZ + Brittney Infield + 88 + + +
969YAM + Coy Sullivan + 6DNF + + +
250 PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAM + Brent Brush + 11 + + +
2918HON + Jason PerryCordova, TN22 + + +
250 B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
16xKAW + Aaron ThomasMilan, TN11 + + +
217KAW + Cliff WalkerMiddleton, TN32 + + +
3781YAM + Brad Moore + 43 + + +
4556SUZ + William Smallwood + 25 + + +
531HON + Mattew Hendrix + 54 + + +
250 C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
12HON + Todd Bradford + 22 + + +
223YAM + Jason Williford + 41 + + +
396HON + Josh Daniel + 14 + + +
488SUZ + Chad Crews + 33 + + +
250 BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1461HON + Ben Hall + 11 + + +
SUPER MINI + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
134KAW + Kyle DortchGreenfield, TN11 + + +
217HON + Matthew Mckinney + 22 + + +
3387SUZ + Danny GieslerSpringville, TN33 + + +
4511YAM + Will BruceDrummonds, TN44 + + +
SCHOOL BOY + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1579HON + Brandon BurrowSikeston, MO11 + + +
2388HON + Lee Campbell + 32 + + +
35HON + Jason Garrett + 24 + + +
424SUZ + Myles Taylor + 43 + + +
5583YAM + Brandon PowersArlington, TN55 + + +
16-24 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
190YAM + Brent Brush + 11 + + +
26xKAW + Aaron ThomasMilan, TN22 + + +
3556SUZ + William Smallwood + 33 + + +
4316SUZ + Chris Cook + 44 + + +
ATV PRO + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
151HON + Paul Ragon + 11 + + +
2928HON + Jeff Scott + 22 + + +
ATV 2-STROKE B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
199ET + Derek FesmireLexington, TN11 + + +
2501HON + Cliff WalkerMiddleton, TN22 + + +
ATV 2-STROKE C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
100HON + David Avery + 11 + + +
28Unk + Blair Wells + DNSDNS + + +
ATV 4-STROKE B + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HON + Clay HolmesLexington, TN11 + + +
ATV 4-STROKE C + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
14qHON + Kansas Klien + 11 + + +
216HON + Craig Orr + 22 + + +
32Unk + Andy Young + 33 + + +
ATV BEG + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
19HON + Tommy Taylor + 11 + + +
0-90 + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1g1SUZ + Garrett Malugen + 11 + + +
226YAM + Cody MillerCedar Grove, TN22 + + +
3xET + Kelcey Mcbride + 33 + + +
25+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1918HON + Jason PerryCordova, TN11 + + +
217KAW + Cliff WalkerMiddleton, TN22 + + +
30+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
1289HON + Doug White + 11 + + +
40+ + + + + + + + + + +
OverallNumberBrandLicense # Name City,StateMoto 1Moto 2Moto 3DivisionConsi +
149HON + Ricky PateCollierville, TN21 + + +
26KAW + Ben ThomasMilan, TN12 + + +
342SUZ + Roy Giesler + 33 + + +
43HON + Jim BinghamJackson, TN44 + + +
+ + This report created using TRACKSIDE - Software for Race Promoters www.tracksidesoftware.com + + + + + + + +
+ \ No newline at end of file diff --git a/thmx_r2/king.html b/thmx_r2/king.html new file mode 100644 index 0000000..7fb7420 --- /dev/null +++ b/thmx_r2/king.html @@ -0,0 +1,138 @@ + + + +Thrill Hill Motocross - King of the Hill + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +
+

Mike and “The King”

+
+ +

The “King of the Hill.” series is back, and will be bigger and better than +ever. This year we welcome aboard 886 Motocross in Pontotoc, Mississippi. That means there +are four tracks participating in this years event. There will be two races each at +Thrill Hill, Dry Hill, +Burnthill MX, and 886 MX.

+

Riders will accumulate points based on their finishing position +at each race. The rider with the highest point total in his/her respective class +at the finish of the series will be granted the title “King of the Hill”, +and awarded an impressive 5-ft tall trophy. Pro classes will also be given a $250 +gift certificate. Riders with overall standings in the top five positions will +be given plaques and various other prizes. Gate fees are $6 per person, and children +4 and under get in free. For the racers, entry fees are $25 for the first class, +and $20 for each additional class. The classes are as follows…

+ +
+ + + + + + + + + + + + + + +
BikesQuads
+
    +
  • 50 Shaft
  • +
  • 50 4-6
  • +
  • 50 4-8
  • +
  • 65 Beginner
  • +
  • 65 7-9
  • +
  • 65 7-11
  • +
  • 85 Beginner
  • +
  • 85 7-11
  • +
  • 85 12-15
  • +
  • SuperMini
  • +
  • Women's Open
  • +
+
+
    +
  • 250 A
  • +
  • 250 B
  • +
  • 250 C
  • +
  • 250 Beginner
  • +
  • 125 A
  • +
  • 125 B
  • +
  • 125 C
  • +
  • 125 Beginner
  • +
  • Schoolboy
  • +
  • 16-24
  • +
  • 25+
  • +
  • 30+
  • +
  • 40+
  • +
+
+
    +
  • 0-85
  • +
  • 90 Superstock
  • +
  • Beginner
  • +
  • Pro
  • +
  • 2-Stroke B
  • +
  • 2-Stroke C
  • +
  • 4-Stroke B
  • +
  • 4-Stroke C
  • +
  • 16-24
  • +
  • 25+
  • +
+
+
+ +
+ + + +
+ + diff --git a/thmx_r2/mar07.html b/thmx_r2/mar07.html new file mode 100644 index 0000000..0cdba52 --- /dev/null +++ b/thmx_r2/mar07.html @@ -0,0 +1,1610 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
March 7, 2004 Race Results03/07/2004
PlaceNameBrandNum.Moto1Moto2
30+
1Shane VaughnHON3331
2Jason KrausHON7522
3Rayford Collins Jr.HON6713
4Jeremy RobinsonHON444
5Tim RipleyHON1555
6Brooks HolcombYAM2766
7John WilderKTM12377
8Davd WinsteadKAW4388
9Donny LewisSUZ12699
10Lee ManninSUZ691010
50 4-6
1Yeiser RossKTM3411
2Ian LegensCOB3022
3Blake PollardCOB1243
4Austin GrabowKTM034
50 7-8
1Brice KlippelCOB40k11
2Adam CollinsKTM6722
3Garrett WilliamsCOB50333
4Trent (t-mac) MacdiarmidKTM58344
125 C
1Danny GieslerSUZ38712
2Austin GuhyKAW74653
3Shane RoseYAM1944
4Hunter SykesHON/26
5Preston SerattSUZ2975
6Daniel RussellYAM46368
7Myles TaylorSUZ924141
8Brandon ThompsonYAM667119
9Blake BissingerKTM217812
10Jason GableYAM01211
11Brendon SmithHON2713DNF
12Brittney InfieldSUZ4271313
13Daniel SharpYAM89DNF7
14Shea LattusHON1039DNF
15Scott HutsonKTM62010DNF
16Stephen HarrisYAM2DNS10
25+ QUAD
1Jim MollYAM6511
ATV 2-STROKE B
1Chris RotenberryHON7711
ATV 4-STROKE B
1Stephen WoffordHON24321
2Brandon StoutHON712
3Matt MountHON8033
ATV 4-STROKE C
1Spencer MorrisHON0212
2Jeremy BoazHON831
3Tommy SheppardYAM22DNS
ATV BEG
1Ethan GibbonsYAM5111
65 10-11
1Gavin StoverKAW7g21
2Jess WilderKTM71112
3Taylor ErwinYAM11733
4Shawn YeagerKAW65444
5Logan ManleyCOB456
6Jon Ross LoweKTM1875
7Clayton BradshawKTM567
8Kylie InfieldKTM72188
85 12-13
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8832
3Ty SmithsonSUZ24924
4Cory WindleHON763
5Tommy DeroeHON4345
6Hunt LottHON9956
7Chad ButtsYAM887
8Curtiss SloanYAM55108
9Chris LeibleHON491119
10Alex BlackwellSUZ6c1210
11Tony ThomasYAM6a7DNS
125 B
1Casey JohnsonYAM1631
2Blair MillerKTM9522
3Kyle DortchSUZ3413
4Carey WillettYAM38044
5Rusty HarrisYAM555
6Jerrod SlaytonHON56776
7Brandon BurrowHON57967
8Dillion ClaytonYAM5698
9Troy WestKTM5889
250 PRO
1Jamaal BondHON54711
2Jason PerryHON91832
3Jason KrausHON7524
4Jody HowellHON3643
65 BEG
1Brice KlippelCOB40k11
2Chad BlackwellKAW5c22
3Garrett WilliamsCOB50333
4Adad GrabowKAW0054
5Emanuel AzeveboHON334DNF
65 7-9
1Clayton BradshawKTM532
2Jon Ross LoweKTM1851
3Adam CollinsKTM6724
4Corey HolcombCOB1715
5Logan ManleyCOB443
WOMEN'S OPEN
1Sheena GuhyKAW90011
2Brittney InfieldSUZ42722
3Carrie ArantYAM36333
4Kylie InfieldKTM72144
125 PRO
1Jamaal BondHON54711
2Brent BrushYAM9022
40+
1Tim RipleyHON1511
2Brooks HolcombYAM2722
3John WilderKTM12333
4Max GarnettYAM31744
5Steve WestHON4855
6Mike WestHON876
7Ray ShaulKAW4367
8Joel CookYAM4788
9Mark HollandYAM235109
10Jim BinghamHON3910
250 B
1Eric GoetzYAM85121
2Greg LovinsYAM24312
3Jerrod SlaytonHON56743
4Aaron ThomasYAM6x34
5Ross WoodsHON155
6H.reece LemayHON296DNF
250 C
1George AdamsHON3212
2Todd BradfordHON223
3Jason WillifordYAM2334
4Manuel GuzmanHON745
5John ThompsonHON21456
6Keith LovinsYAM467
7Myles TaylorSUZ924DNS1
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8823
3Ty SmithsonSUZ24942
4Cory WindleHON734
5Chad ButtsYAM866
6Curtiss SloanYAM55105
7Jess WilderYAM71187
8Chris LeibleHON49178
9Alex BlackwellSUZ6a99
10Blake BissingerKTM2175DNS
11Tony ThomasYAM6xDNFDNS
125 BEG
1Joe WootenYAM13112
2Fraser GauldenHON11131
3Ross FerrellYAM1223
4Dewayne HouseKAW48644
5Zach ColemanYAM2055
6Joey McmillenHON6195DNS
250 BEG
1Jonathan MuncriefYAM82911
2Jeff GrabowHON122
3Joel CookYAM4733
4Jeff WestHON14044
50 SHAFT
1Yeiser RossKTM3411
2Austin WilliamsYAM6022
SCHOOL BOY
1Kyle DortchSUZ3411
2Carey WillettYAM38022
3Danny GieslerSUZ38743
4Brandon BurrowHON57934
5Ty SmithsonSUZ24975
6Austin GuhyKAW74666
7Joe WootenYAM13197
8Matthew MckinneySUZ1715DNS
9Shea LattusHON1038DNS
10Myles TaylorSUZ924DNSDNS
85 BEG
1Christopher MillerKAW3211
2Nico SmithYAM6822
3Kurtis HollandHON333
4Michael HarrisKAW154
5Ben CoatesYAM94DNS
6Brian StevensYAM217DNSDNS
85 7-11
1Logan PollardSUZ7011
2Gavin StoverHON7g22
3Jess WilderYAM71153
4Taylor ErwinYAM1744
5Zack PattersonKAW63DNS
6Shawn YeagerKAW654DNSDNS
90cc super stock quad
1Cody GibsonHON6611
2Garrett MalugenSUZg122
3Derek PatrickHON55DNSDNS
0-300
1Dusty RitchieHON44421
2Tyler CoffmanYAM1912
3Briann StoutHON733
0-90
1Trevor PatrickHON511
16-24
1Brent BrushYAM9011
2Jerrod SlaytonHON56722
3Greg LovinsYAM24333
4Eric GoetzYAM85154
5Brandon ThompsonYAM66785
6Blair MillerKTM954DNS
7Dillion ClaytonYAM566DNS
8Hunter SykesHON/7DNS
9Casey JohnsonYAM16DNFDNS
25+
1Shane VaughnHON3321
2Rayford Collins Jr.HON6713
3Jason KrausHON7532
4Jody HowellHON3644
5George AdamsHON32DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r2/mar07.html~ b/thmx_r2/mar07.html~ new file mode 100644 index 0000000..9998ad6 --- /dev/null +++ b/thmx_r2/mar07.html~ @@ -0,0 +1,3157 @@ + + + +Thrill Hill Motocross + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
30+
133HONShane VaughnHumbolt, TN31
275HONJason Kraus22
367HONRayford Collins Jr.Arlington, TN13
44HONJeremy Robinson44
515HONTim Ripley55
627YAMBrooks HolcombSomerville, TN66
7123KTMJohn WilderMason, TN77
843KAWDavd WinsteadDresden, TN88
9126SUZDonny LewisGreenfield, TN99
1069SUZLee Mannin1010
50 4-6
134KTMYeiser RossClifton, TN11
230COBIan LegensGleason, TN22
312COBBlake Pollard43
40KTMAustin Grabow34
50 7-8
140kCOBBrice Klippel11
267KTMAdam CollinsArlington, TN22
3503COBGarrett Williams33
4583KTMTrent MacdiarmidArlington, TN44
Race ResultsRace: 3Printed:09:17 am
125 C
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1387SUZDanny GieslerSpringville, TN12
2746KAWAustin Guhy53
319YAMShane Rose44
4/HONHunter Sykes26
529SUZPreston SerattFinley, TN75
6463YAMDaniel Russell68
7924SUZMyles Taylor141
8667YAMBrandon Thompson119
9217KTMBlake Bissinger812
100YAMJason Gable1211
11271HONBrendon SmithMedina, TN3DNF
12427SUZBrittney InfieldMemphis, TN1313
1389YAMDaniel SharpDNF7
14103HONShea Lattus9DNF
15620KTMScott HutsonParis, TN10DNF
162YAMStephen HarrisDNS10
Race ResultsRace: 4Printed:09:17 am
25+ QUAD
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
165YAMJim Moll11
ATV 2-STROKE B
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
177HONChris Rotenberry11
ATV 4-STROKE B
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1243HONStephen WoffordTrenton, TN21
27HONBrandon Stout12
380HONMatt Mount33
ATV 4-STROKE C
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
102HONSpencer Morris12
28HONJeremy Boaz31
32YAMTommy Sheppard2DNS
ATV BEG
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
151YAMEthan Gibbons11
Race ResultsRace: 5Printed:09:17 am
65 10-11
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
17gKAWGavin StoverRidgely, TN21
2711KTMJess WilderMason, TN12
3117YAMTaylor Erwin33
4654KAWShawn Yeager44
54COBLogan ManleyLakeland, TN56
618KTMJon Ross Lowe75
75KTMClayton Bradshaw67
8721KTMKylie InfieldMemphis, TN88
Race ResultsRace: 6Printed:09:17 am
85 12-13
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1171SUZMatthew MckinneySo. Fulton, TN11
288KAWMatthew ShaulColliverville, TN32
3249SUZTy Smithson24
47HONCory Windle63
543HONTommy Deroe45
699HONHunt Lott56
78YAMChad ButtsSouthaven, MS87
855YAMCurtiss SloanCrump, TN108
9491HONChris LeibleSikeston, MO119
106cSUZAlex BlackwellJackson, TN1210
116aYAMTony Thomas7DNS
Race ResultsRace: 7Printed:09:17 am
125 B
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
116YAMCasey JohnsonJackson, TN31
295KTMBlair Miller22
334SUZKyle DortchGreenfield, TN13
4380YAMCarey Willett44
55YAMRusty HarrisHenderson, TN55
6567HONJerrod SlaytonJonesboro, AR76
7579HONBrandon BurrowSikeston, MO67
856YAMDillion ClaytonTN98
958KTMTroy West89
250 PRO
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1547HONJamaal Bond11
2918HONJason PerryCordova, TN32
375HONJason Kraus24
436HONJody Howell43
Race ResultsRace: 8Printed:09:17 am
65 BEG
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
140kCOBBrice Klippel11
25cKAWChad BlackwellJackson, TN22
3503COBGarrett Williams33
400KAWAdad Grabow54
533HONEmanuel Azevebo4DNF
65 7-9
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
15KTMClayton Bradshaw32
218KTMJon Ross Lowe51
367KTMAdam CollinsArlington, TN24
417COBCorey HolcombSomerville, TN15
54COBLogan ManleyLakeland, TN43
Race ResultsRace: 9Printed:09:17 am
WOMEN'S OPEN
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1900KAWSheena Guhy11
2427SUZBrittney InfieldMemphis, TN22
3363YAMCarrie ArantDresden, TN33
4721KTMKylie InfieldMemphis, TN44
Race ResultsRace: 10Printed:09:17 am
125 PRO
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1547HONJamaal Bond11
290YAMBrent Brush22
40+
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
115HONTim Ripley11
227YAMBrooks HolcombSomerville, TN22
3123KTMJohn WilderMason, TN33
4317YAMMax Garnett44
548HONSteve West55
68HONMike West76
743KAWRay ShaulCollierville, TN67
847YAMJoel CookEads, TN88
9235YAMMark Holland109
103HONJim Bingham910
Race ResultsRace: 11Printed:09:17 am
250 B
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1851YAMEric Goetz21
2243YAMGreg Lovins12
3567HONJerrod SlaytonJonesboro, AR43
46xYAMAaron ThomasMilan, TN34
51HONRoss Woods55
629HONH.reece Lemay6DNF
250 C
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
132HONGeorge Adams12
22HONTodd BradfordEads, TN23
323YAMJason WillifordArlington, TN34
47HONManuel Guzman45
5214HONJohn Thompson56
64YAMKeith LovinsFinley, TN67
7924SUZMyles TaylorDNS1
Race ResultsRace: 12Printed:09:17 am
SUPER MINI
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1171SUZMatthew MckinneySo. Fulton, TN11
288KAWMatthew ShaulColliverville, TN23
3249SUZTy Smithson42
47HONCory Windle34
58YAMChad ButtsSouthaven, MS66
655YAMCurtiss SloanCrump, TN105
7711YAMJess WilderMason, TN87
8491HONChris LeibleSikeston, MO78
96aSUZAlex BlackwellJackson, TN99
10217KTMBlake Bissinger5DNS
116xYAMTony ThomasDNFDNS
Race ResultsRace: 13Printed:09:17 am
125 BEG
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1131YAMJoe Wooten12
2111HONFraser Gaulden31
312YAMRoss Ferrell23
4486KAWDewayne House44
520YAMZach ColemanGermantown, TN55
6619HONJoey Mcmillen5DNS
250 BEG
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1829YAMJonathan Muncrief11
21HONJeff Grabow22
347YAMJoel CookEads, TN33
4140HONJeff West44
Race ResultsRace: 14Printed:09:17 am
50 SHAFT
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
134KTMYeiser RossClifton, TN11
260YAMAustin Williams22
Race ResultsRace: 15Printed:09:17 am
SCHOOL BOY
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
134SUZKyle DortchGreenfield, TN11
2380YAMCarey Willett22
3387SUZDanny GieslerSpringville, TN43
4579HONBrandon BurrowSikeston, MO34
5249SUZTy Smithson75
6746KAWAustin Guhy66
7131YAMJoe Wooten97
8171SUZMatthew MckinneySo. Fulton, TN5DNS
9103HONShea Lattus8DNS
10924SUZMyles TaylorDNSDNS
Race ResultsRace: 16Printed:09:17 am
85 BEG
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
132KAWChristopher Miller11
268YAMNico Smith22
33HONKurtis Holland33
41KAWMichael Harris54
59YAMBen Coates4DNS
6217YAMBrian StevensDNSDNS
85 7-11
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
170SUZLogan PollardMartin, TN11
27gHONGavin StoverRidgely, TN22
3711YAMJess WilderMason, TN53
417YAMTaylor Erwin44
56KAWZack PattersonCollierville, TN3DNS
6654KAWShawn YeagerDNSDNS
Race ResultsRace: 17Printed:09:17 am
90cc super stock quad
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
166HONCody Gibson11
2g1SUZGarrett Malugen22
355HONDerek PatrickDNSDNS
0-300
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
1444HONDusty Ritchie21
219YAMTyler Coffman12
37HONBriann Stout33
0-90
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
15HONTrevor Patrick11
Race ResultsRace: 18Printed:09:17 am
16-24
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
190YAMBrent Brush11
2567HONJerrod SlaytonJonesboro, AR22
3243YAMGreg Lovins33
4851YAMEric Goetz54
5667YAMBrandon Thompson85
695KTMBlair Miller4DNS
756YAMDillion ClaytonTN6DNS
8/HONHunter Sykes7DNS
916YAMCasey JohnsonJackson, TNDNFDNS
25+
FinishNumberBrandLicense #NameCity,StateMoto 1Moto 2Moto 3Points
133HONShane VaughnHumbolt, TN21
267HONRayford Collins Jr.Arlington, TN13
375HONJason Kraus32
436HONJody Howell44
532HONGeorge AdamsDNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r2/news.html b/thmx_r2/news.html new file mode 100644 index 0000000..c788342 --- /dev/null +++ b/thmx_r2/news.html @@ -0,0 +1,78 @@ + + + +Thrill Hill Motocross - News + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

News Archives

+ +
+
Sep 17th:
+
Shannon Niday will be back at Thrill Hill on October 4th & 5th to teach his +popular motocross school. Ask Mike for a registration form.
+
Sep 14th:
+
Thrill Hill will be open for practice on Saturday, Sep. 20th, but closed on Sunday +Sep. 21st due to the “King of the Hill” series race at Dry Hill. Come out +to Dry Hill and race with us on Sunday!
+
Aug 15th:
+
The “King of the Hill” series +is about to begin!! For more info, check out the “King +of the Hill” page.
+
Aug 7th:
+
Burnt +Hill Motocross has officially been added to the "King +of the Hill" series. Check the calendar +for details.
+
+ +
+ + + +
+ + diff --git a/thmx_r2/photos/P9285777.sh.jpg b/thmx_r2/photos/P9285777.sh.jpg new file mode 100644 index 0000000..2d6156c Binary files /dev/null and b/thmx_r2/photos/P9285777.sh.jpg differ diff --git a/thmx_r2/photos/p1246685.jpg b/thmx_r2/photos/p1246685.jpg new file mode 100644 index 0000000..331f299 Binary files /dev/null and b/thmx_r2/photos/p1246685.jpg differ diff --git a/thmx_r2/photos/p1246685.sh.jpg b/thmx_r2/photos/p1246685.sh.jpg new file mode 100644 index 0000000..1b3cceb Binary files /dev/null and b/thmx_r2/photos/p1246685.sh.jpg differ diff --git a/thmx_r2/photos/p3067087.jpg b/thmx_r2/photos/p3067087.jpg new file mode 100644 index 0000000..c4279a0 Binary files /dev/null and b/thmx_r2/photos/p3067087.jpg differ diff --git a/thmx_r2/photos/p3067087.s.jpg b/thmx_r2/photos/p3067087.s.jpg new file mode 100644 index 0000000..5890c51 Binary files /dev/null and b/thmx_r2/photos/p3067087.s.jpg differ diff --git a/thmx_r2/photos/p3067088.jpg b/thmx_r2/photos/p3067088.jpg new file mode 100644 index 0000000..c34eb0a Binary files /dev/null and b/thmx_r2/photos/p3067088.jpg differ diff --git a/thmx_r2/photos/p3067088.s.jpg b/thmx_r2/photos/p3067088.s.jpg new file mode 100644 index 0000000..dbbe586 Binary files /dev/null and b/thmx_r2/photos/p3067088.s.jpg differ diff --git a/thmx_r2/photos/p3067096.jpg b/thmx_r2/photos/p3067096.jpg new file mode 100644 index 0000000..8032b14 Binary files /dev/null and b/thmx_r2/photos/p3067096.jpg differ diff --git a/thmx_r2/photos/p3067096.s.jpg b/thmx_r2/photos/p3067096.s.jpg new file mode 100644 index 0000000..a1c09f5 Binary files /dev/null and b/thmx_r2/photos/p3067096.s.jpg differ diff --git a/thmx_r2/photos/p3067116.jpg b/thmx_r2/photos/p3067116.jpg new file mode 100644 index 0000000..8f9edde Binary files /dev/null and b/thmx_r2/photos/p3067116.jpg differ diff --git a/thmx_r2/photos/p3067116.s.jpg b/thmx_r2/photos/p3067116.s.jpg new file mode 100644 index 0000000..f869863 Binary files /dev/null and b/thmx_r2/photos/p3067116.s.jpg differ diff --git a/thmx_r2/photos/p3067164.jpg b/thmx_r2/photos/p3067164.jpg new file mode 100644 index 0000000..361ea17 Binary files /dev/null and b/thmx_r2/photos/p3067164.jpg differ diff --git a/thmx_r2/photos/p3067164.s.jpg b/thmx_r2/photos/p3067164.s.jpg new file mode 100644 index 0000000..ef9017c Binary files /dev/null and b/thmx_r2/photos/p3067164.s.jpg differ diff --git a/thmx_r2/photos/p3067165.jpg b/thmx_r2/photos/p3067165.jpg new file mode 100644 index 0000000..42d18e8 Binary files /dev/null and b/thmx_r2/photos/p3067165.jpg differ diff --git a/thmx_r2/photos/p3067165.s.jpg b/thmx_r2/photos/p3067165.s.jpg new file mode 100644 index 0000000..d836822 Binary files /dev/null and b/thmx_r2/photos/p3067165.s.jpg differ diff --git a/thmx_r2/photos/p3067180.jpg b/thmx_r2/photos/p3067180.jpg new file mode 100644 index 0000000..6499970 Binary files /dev/null and b/thmx_r2/photos/p3067180.jpg differ diff --git a/thmx_r2/photos/p3067180.s.jpg b/thmx_r2/photos/p3067180.s.jpg new file mode 100644 index 0000000..172564b Binary files /dev/null and b/thmx_r2/photos/p3067180.s.jpg differ diff --git a/thmx_r2/photos/p3077214.jpg b/thmx_r2/photos/p3077214.jpg new file mode 100644 index 0000000..a1f4f2b Binary files /dev/null and b/thmx_r2/photos/p3077214.jpg differ diff --git a/thmx_r2/photos/p3077214.s.jpg b/thmx_r2/photos/p3077214.s.jpg new file mode 100644 index 0000000..681d47b Binary files /dev/null and b/thmx_r2/photos/p3077214.s.jpg differ diff --git a/thmx_r2/photos/p3077232.jpg b/thmx_r2/photos/p3077232.jpg new file mode 100644 index 0000000..dc31380 Binary files /dev/null and b/thmx_r2/photos/p3077232.jpg differ diff --git a/thmx_r2/photos/p3077232.s.jpg b/thmx_r2/photos/p3077232.s.jpg new file mode 100644 index 0000000..7f0ebea Binary files /dev/null and b/thmx_r2/photos/p3077232.s.jpg differ diff --git a/thmx_r2/photos/p3077245.jpg b/thmx_r2/photos/p3077245.jpg new file mode 100644 index 0000000..02ed370 Binary files /dev/null and b/thmx_r2/photos/p3077245.jpg differ diff --git a/thmx_r2/photos/p3077245.s.jpg b/thmx_r2/photos/p3077245.s.jpg new file mode 100644 index 0000000..6482e01 Binary files /dev/null and b/thmx_r2/photos/p3077245.s.jpg differ diff --git a/thmx_r2/photos/p3077246.jpg b/thmx_r2/photos/p3077246.jpg new file mode 100644 index 0000000..a90682c Binary files /dev/null and b/thmx_r2/photos/p3077246.jpg differ diff --git a/thmx_r2/photos/p3077246.s.jpg b/thmx_r2/photos/p3077246.s.jpg new file mode 100644 index 0000000..7ab414a Binary files /dev/null and b/thmx_r2/photos/p3077246.s.jpg differ diff --git a/thmx_r2/photos/p3077248.jpg b/thmx_r2/photos/p3077248.jpg new file mode 100644 index 0000000..b1fec82 Binary files /dev/null and b/thmx_r2/photos/p3077248.jpg differ diff --git a/thmx_r2/photos/p3077248.s.jpg b/thmx_r2/photos/p3077248.s.jpg new file mode 100644 index 0000000..52e27ad Binary files /dev/null and b/thmx_r2/photos/p3077248.s.jpg differ diff --git a/thmx_r2/photos/p3077275.jpg b/thmx_r2/photos/p3077275.jpg new file mode 100644 index 0000000..f9ecb2a Binary files /dev/null and b/thmx_r2/photos/p3077275.jpg differ diff --git a/thmx_r2/photos/p3077275.s.jpg b/thmx_r2/photos/p3077275.s.jpg new file mode 100644 index 0000000..8b06114 Binary files /dev/null and b/thmx_r2/photos/p3077275.s.jpg differ diff --git a/thmx_r2/photos/p3077275a.jpg b/thmx_r2/photos/p3077275a.jpg new file mode 100644 index 0000000..788a8d5 Binary files /dev/null and b/thmx_r2/photos/p3077275a.jpg differ diff --git a/thmx_r2/photos/p3077275a.sh.jpg b/thmx_r2/photos/p3077275a.sh.jpg new file mode 100644 index 0000000..99ed3d5 Binary files /dev/null and b/thmx_r2/photos/p3077275a.sh.jpg differ diff --git a/thmx_r2/photos/p3077279.jpg b/thmx_r2/photos/p3077279.jpg new file mode 100644 index 0000000..300f1fe Binary files /dev/null and b/thmx_r2/photos/p3077279.jpg differ diff --git a/thmx_r2/photos/p3077279.s.jpg b/thmx_r2/photos/p3077279.s.jpg new file mode 100644 index 0000000..e610d1b Binary files /dev/null and b/thmx_r2/photos/p3077279.s.jpg differ diff --git a/thmx_r2/photos/p3077287.jpg b/thmx_r2/photos/p3077287.jpg new file mode 100644 index 0000000..00d5efd Binary files /dev/null and b/thmx_r2/photos/p3077287.jpg differ diff --git a/thmx_r2/photos/p3077287.sh.jpg b/thmx_r2/photos/p3077287.sh.jpg new file mode 100644 index 0000000..bfb5683 Binary files /dev/null and b/thmx_r2/photos/p3077287.sh.jpg differ diff --git a/thmx_r2/photos/p3077288.jpg b/thmx_r2/photos/p3077288.jpg new file mode 100644 index 0000000..7fe675d Binary files /dev/null and b/thmx_r2/photos/p3077288.jpg differ diff --git a/thmx_r2/photos/p3077288.s.jpg b/thmx_r2/photos/p3077288.s.jpg new file mode 100644 index 0000000..27e34d6 Binary files /dev/null and b/thmx_r2/photos/p3077288.s.jpg differ diff --git a/thmx_r2/photos/p3077295.jpg b/thmx_r2/photos/p3077295.jpg new file mode 100644 index 0000000..31d4d97 Binary files /dev/null and b/thmx_r2/photos/p3077295.jpg differ diff --git a/thmx_r2/photos/p3077295.s.jpg b/thmx_r2/photos/p3077295.s.jpg new file mode 100644 index 0000000..68771f8 Binary files /dev/null and b/thmx_r2/photos/p3077295.s.jpg differ diff --git a/thmx_r2/photos/p3077320.jpg b/thmx_r2/photos/p3077320.jpg new file mode 100644 index 0000000..aa14691 Binary files /dev/null and b/thmx_r2/photos/p3077320.jpg differ diff --git a/thmx_r2/photos/p3077320.s.jpg b/thmx_r2/photos/p3077320.s.jpg new file mode 100644 index 0000000..25f2b4f Binary files /dev/null and b/thmx_r2/photos/p3077320.s.jpg differ diff --git a/thmx_r2/photos/p3077321.jpg b/thmx_r2/photos/p3077321.jpg new file mode 100644 index 0000000..dc5de3f Binary files /dev/null and b/thmx_r2/photos/p3077321.jpg differ diff --git a/thmx_r2/photos/p3077321.s.jpg b/thmx_r2/photos/p3077321.s.jpg new file mode 100644 index 0000000..c0de3b4 Binary files /dev/null and b/thmx_r2/photos/p3077321.s.jpg differ diff --git a/thmx_r2/photos/p3077345.jpg b/thmx_r2/photos/p3077345.jpg new file mode 100644 index 0000000..41663f4 Binary files /dev/null and b/thmx_r2/photos/p3077345.jpg differ diff --git a/thmx_r2/photos/p3077345.s.jpg b/thmx_r2/photos/p3077345.s.jpg new file mode 100644 index 0000000..c64c8c9 Binary files /dev/null and b/thmx_r2/photos/p3077345.s.jpg differ diff --git a/thmx_r2/photos/p3077378.jpg b/thmx_r2/photos/p3077378.jpg new file mode 100644 index 0000000..1ac87c9 Binary files /dev/null and b/thmx_r2/photos/p3077378.jpg differ diff --git a/thmx_r2/photos/p3077378.s.jpg b/thmx_r2/photos/p3077378.s.jpg new file mode 100644 index 0000000..0320067 Binary files /dev/null and b/thmx_r2/photos/p3077378.s.jpg differ diff --git a/thmx_r2/photos/p3077388.jpg b/thmx_r2/photos/p3077388.jpg new file mode 100644 index 0000000..1e7bc33 Binary files /dev/null and b/thmx_r2/photos/p3077388.jpg differ diff --git a/thmx_r2/photos/p3077388.s.jpg b/thmx_r2/photos/p3077388.s.jpg new file mode 100644 index 0000000..76e2edb Binary files /dev/null and b/thmx_r2/photos/p3077388.s.jpg differ diff --git a/thmx_r2/photos/p3077390.jpg b/thmx_r2/photos/p3077390.jpg new file mode 100644 index 0000000..ab6fb6f Binary files /dev/null and b/thmx_r2/photos/p3077390.jpg differ diff --git a/thmx_r2/photos/p3077390.s.jpg b/thmx_r2/photos/p3077390.s.jpg new file mode 100644 index 0000000..a6a4b43 Binary files /dev/null and b/thmx_r2/photos/p3077390.s.jpg differ diff --git a/thmx_r2/photos/p3077394.jpg b/thmx_r2/photos/p3077394.jpg new file mode 100644 index 0000000..d7511fa Binary files /dev/null and b/thmx_r2/photos/p3077394.jpg differ diff --git a/thmx_r2/photos/p3077394.s.jpg b/thmx_r2/photos/p3077394.s.jpg new file mode 100644 index 0000000..7f49224 Binary files /dev/null and b/thmx_r2/photos/p3077394.s.jpg differ diff --git a/thmx_r2/photos/p3077400.jpg b/thmx_r2/photos/p3077400.jpg new file mode 100644 index 0000000..a1af46c Binary files /dev/null and b/thmx_r2/photos/p3077400.jpg differ diff --git a/thmx_r2/photos/p3077400.s.jpg b/thmx_r2/photos/p3077400.s.jpg new file mode 100644 index 0000000..6f1e1d2 Binary files /dev/null and b/thmx_r2/photos/p3077400.s.jpg differ diff --git a/thmx_r2/photos/p4107680.jpg b/thmx_r2/photos/p4107680.jpg new file mode 100644 index 0000000..aaec524 Binary files /dev/null and b/thmx_r2/photos/p4107680.jpg differ diff --git a/thmx_r2/photos/p4107680.sh.jpg b/thmx_r2/photos/p4107680.sh.jpg new file mode 100644 index 0000000..bfd977c Binary files /dev/null and b/thmx_r2/photos/p4107680.sh.jpg differ diff --git a/thmx_r2/photos/p7053047.jpg b/thmx_r2/photos/p7053047.jpg new file mode 100644 index 0000000..c826634 Binary files /dev/null and b/thmx_r2/photos/p7053047.jpg differ diff --git a/thmx_r2/photos/p7053047.s.jpg b/thmx_r2/photos/p7053047.s.jpg new file mode 100644 index 0000000..0519058 Binary files /dev/null and b/thmx_r2/photos/p7053047.s.jpg differ diff --git a/thmx_r2/photos/p7053088.jpg b/thmx_r2/photos/p7053088.jpg new file mode 100644 index 0000000..b2c8742 Binary files /dev/null and b/thmx_r2/photos/p7053088.jpg differ diff --git a/thmx_r2/photos/p7053088.s.jpg b/thmx_r2/photos/p7053088.s.jpg new file mode 100644 index 0000000..dc08989 Binary files /dev/null and b/thmx_r2/photos/p7053088.s.jpg differ diff --git a/thmx_r2/photos/p7053159.jpg b/thmx_r2/photos/p7053159.jpg new file mode 100644 index 0000000..605cfc4 Binary files /dev/null and b/thmx_r2/photos/p7053159.jpg differ diff --git a/thmx_r2/photos/p7053159.s.jpg b/thmx_r2/photos/p7053159.s.jpg new file mode 100644 index 0000000..6c944e0 Binary files /dev/null and b/thmx_r2/photos/p7053159.s.jpg differ diff --git a/thmx_r2/photos/p7063672.jpg b/thmx_r2/photos/p7063672.jpg new file mode 100644 index 0000000..407f405 Binary files /dev/null and b/thmx_r2/photos/p7063672.jpg differ diff --git a/thmx_r2/photos/p7063672.s.jpg b/thmx_r2/photos/p7063672.s.jpg new file mode 100644 index 0000000..44fd835 Binary files /dev/null and b/thmx_r2/photos/p7063672.s.jpg differ diff --git a/thmx_r2/photos/p7063673.jpg b/thmx_r2/photos/p7063673.jpg new file mode 100644 index 0000000..255f6b1 Binary files /dev/null and b/thmx_r2/photos/p7063673.jpg differ diff --git a/thmx_r2/photos/p7063673.s.jpg b/thmx_r2/photos/p7063673.s.jpg new file mode 100644 index 0000000..5368a3b Binary files /dev/null and b/thmx_r2/photos/p7063673.s.jpg differ diff --git a/thmx_r2/photos/p7133735.jpg b/thmx_r2/photos/p7133735.jpg new file mode 100644 index 0000000..c1ddf8b Binary files /dev/null and b/thmx_r2/photos/p7133735.jpg differ diff --git a/thmx_r2/photos/p7133735.sh.jpg b/thmx_r2/photos/p7133735.sh.jpg new file mode 100644 index 0000000..1535634 Binary files /dev/null and b/thmx_r2/photos/p7133735.sh.jpg differ diff --git a/thmx_r2/photos/p8104162.jpg b/thmx_r2/photos/p8104162.jpg new file mode 100644 index 0000000..823cddf Binary files /dev/null and b/thmx_r2/photos/p8104162.jpg differ diff --git a/thmx_r2/photos/p8104162.sh.jpg b/thmx_r2/photos/p8104162.sh.jpg new file mode 100644 index 0000000..fbba5a4 Binary files /dev/null and b/thmx_r2/photos/p8104162.sh.jpg differ diff --git a/thmx_r2/photos/p8174473.jpg b/thmx_r2/photos/p8174473.jpg new file mode 100644 index 0000000..a38860e Binary files /dev/null and b/thmx_r2/photos/p8174473.jpg differ diff --git a/thmx_r2/photos/p8174473.s.jpg b/thmx_r2/photos/p8174473.s.jpg new file mode 100644 index 0000000..34622e2 Binary files /dev/null and b/thmx_r2/photos/p8174473.s.jpg differ diff --git a/thmx_r2/photos/p9060001.jpg b/thmx_r2/photos/p9060001.jpg new file mode 100644 index 0000000..566cd31 Binary files /dev/null and b/thmx_r2/photos/p9060001.jpg differ diff --git a/thmx_r2/photos/p9060001.s.jpg b/thmx_r2/photos/p9060001.s.jpg new file mode 100644 index 0000000..31c8741 Binary files /dev/null and b/thmx_r2/photos/p9060001.s.jpg differ diff --git a/thmx_r2/photos/p9060002.jpg b/thmx_r2/photos/p9060002.jpg new file mode 100644 index 0000000..40c9996 Binary files /dev/null and b/thmx_r2/photos/p9060002.jpg differ diff --git a/thmx_r2/photos/p9060002.s.jpg b/thmx_r2/photos/p9060002.s.jpg new file mode 100644 index 0000000..017fcab Binary files /dev/null and b/thmx_r2/photos/p9060002.s.jpg differ diff --git a/thmx_r2/photos/p9060003.jpg b/thmx_r2/photos/p9060003.jpg new file mode 100644 index 0000000..8c2d96e Binary files /dev/null and b/thmx_r2/photos/p9060003.jpg differ diff --git a/thmx_r2/photos/p9060003.s.jpg b/thmx_r2/photos/p9060003.s.jpg new file mode 100644 index 0000000..ac9c381 Binary files /dev/null and b/thmx_r2/photos/p9060003.s.jpg differ diff --git a/thmx_r2/photos/p9060004.jpg b/thmx_r2/photos/p9060004.jpg new file mode 100644 index 0000000..a0f72e7 Binary files /dev/null and b/thmx_r2/photos/p9060004.jpg differ diff --git a/thmx_r2/photos/p9060004.s.jpg b/thmx_r2/photos/p9060004.s.jpg new file mode 100644 index 0000000..1fec9e7 Binary files /dev/null and b/thmx_r2/photos/p9060004.s.jpg differ diff --git a/thmx_r2/photos/p9060009.jpg b/thmx_r2/photos/p9060009.jpg new file mode 100644 index 0000000..4d7bef0 Binary files /dev/null and b/thmx_r2/photos/p9060009.jpg differ diff --git a/thmx_r2/photos/p9060009.s.jpg b/thmx_r2/photos/p9060009.s.jpg new file mode 100644 index 0000000..97b85ad Binary files /dev/null and b/thmx_r2/photos/p9060009.s.jpg differ diff --git a/thmx_r2/photos/p9060011.jpg b/thmx_r2/photos/p9060011.jpg new file mode 100644 index 0000000..c0cb000 Binary files /dev/null and b/thmx_r2/photos/p9060011.jpg differ diff --git a/thmx_r2/photos/p9060011.s.jpg b/thmx_r2/photos/p9060011.s.jpg new file mode 100644 index 0000000..71d04f2 Binary files /dev/null and b/thmx_r2/photos/p9060011.s.jpg differ diff --git a/thmx_r2/photos/p9060012.jpg b/thmx_r2/photos/p9060012.jpg new file mode 100644 index 0000000..4190de6 Binary files /dev/null and b/thmx_r2/photos/p9060012.jpg differ diff --git a/thmx_r2/photos/p9060012.s.jpg b/thmx_r2/photos/p9060012.s.jpg new file mode 100644 index 0000000..519d844 Binary files /dev/null and b/thmx_r2/photos/p9060012.s.jpg differ diff --git a/thmx_r2/photos/p9060013.jpg b/thmx_r2/photos/p9060013.jpg new file mode 100644 index 0000000..957439d Binary files /dev/null and b/thmx_r2/photos/p9060013.jpg differ diff --git a/thmx_r2/photos/p9060013.s.jpg b/thmx_r2/photos/p9060013.s.jpg new file mode 100644 index 0000000..5cd1789 Binary files /dev/null and b/thmx_r2/photos/p9060013.s.jpg differ diff --git a/thmx_r2/photos/p9060015.jpg b/thmx_r2/photos/p9060015.jpg new file mode 100644 index 0000000..53e224e Binary files /dev/null and b/thmx_r2/photos/p9060015.jpg differ diff --git a/thmx_r2/photos/p9060015.s.jpg b/thmx_r2/photos/p9060015.s.jpg new file mode 100644 index 0000000..d73cc0e Binary files /dev/null and b/thmx_r2/photos/p9060015.s.jpg differ diff --git a/thmx_r2/photos/p9074531.jpg b/thmx_r2/photos/p9074531.jpg new file mode 100644 index 0000000..4d51334 Binary files /dev/null and b/thmx_r2/photos/p9074531.jpg differ diff --git a/thmx_r2/photos/p9074531.s.jpg b/thmx_r2/photos/p9074531.s.jpg new file mode 100644 index 0000000..c7e18d3 Binary files /dev/null and b/thmx_r2/photos/p9074531.s.jpg differ diff --git a/thmx_r2/photos/p9074536.jpg b/thmx_r2/photos/p9074536.jpg new file mode 100644 index 0000000..262f551 Binary files /dev/null and b/thmx_r2/photos/p9074536.jpg differ diff --git a/thmx_r2/photos/p9074536.s.jpg b/thmx_r2/photos/p9074536.s.jpg new file mode 100644 index 0000000..d7a0fc6 Binary files /dev/null and b/thmx_r2/photos/p9074536.s.jpg differ diff --git a/thmx_r2/photos/p9074537.jpg b/thmx_r2/photos/p9074537.jpg new file mode 100644 index 0000000..6047c22 Binary files /dev/null and b/thmx_r2/photos/p9074537.jpg differ diff --git a/thmx_r2/photos/p9074537.s.jpg b/thmx_r2/photos/p9074537.s.jpg new file mode 100644 index 0000000..062b5a1 Binary files /dev/null and b/thmx_r2/photos/p9074537.s.jpg differ diff --git a/thmx_r2/photos/p9074538.jpg b/thmx_r2/photos/p9074538.jpg new file mode 100644 index 0000000..a572bf0 Binary files /dev/null and b/thmx_r2/photos/p9074538.jpg differ diff --git a/thmx_r2/photos/p9074538.s.jpg b/thmx_r2/photos/p9074538.s.jpg new file mode 100644 index 0000000..ddae5fc Binary files /dev/null and b/thmx_r2/photos/p9074538.s.jpg differ diff --git a/thmx_r2/photos/p9074539.jpg b/thmx_r2/photos/p9074539.jpg new file mode 100644 index 0000000..d09aee6 Binary files /dev/null and b/thmx_r2/photos/p9074539.jpg differ diff --git a/thmx_r2/photos/p9074539.s.jpg b/thmx_r2/photos/p9074539.s.jpg new file mode 100644 index 0000000..09f53c1 Binary files /dev/null and b/thmx_r2/photos/p9074539.s.jpg differ diff --git a/thmx_r2/photos/p9074540.jpg b/thmx_r2/photos/p9074540.jpg new file mode 100644 index 0000000..3eb1531 Binary files /dev/null and b/thmx_r2/photos/p9074540.jpg differ diff --git a/thmx_r2/photos/p9074540.s.jpg b/thmx_r2/photos/p9074540.s.jpg new file mode 100644 index 0000000..d00d766 Binary files /dev/null and b/thmx_r2/photos/p9074540.s.jpg differ diff --git a/thmx_r2/photos/p9074540.sh.jpg b/thmx_r2/photos/p9074540.sh.jpg new file mode 100644 index 0000000..e28ec82 Binary files /dev/null and b/thmx_r2/photos/p9074540.sh.jpg differ diff --git a/thmx_r2/photos/p9074541.jpg b/thmx_r2/photos/p9074541.jpg new file mode 100644 index 0000000..a540e7c Binary files /dev/null and b/thmx_r2/photos/p9074541.jpg differ diff --git a/thmx_r2/photos/p9074541.s.jpg b/thmx_r2/photos/p9074541.s.jpg new file mode 100644 index 0000000..62cb757 Binary files /dev/null and b/thmx_r2/photos/p9074541.s.jpg differ diff --git a/thmx_r2/photos/p9074554.jpg b/thmx_r2/photos/p9074554.jpg new file mode 100644 index 0000000..2d32d50 Binary files /dev/null and b/thmx_r2/photos/p9074554.jpg differ diff --git a/thmx_r2/photos/p9074554.s.jpg b/thmx_r2/photos/p9074554.s.jpg new file mode 100644 index 0000000..8374fc6 Binary files /dev/null and b/thmx_r2/photos/p9074554.s.jpg differ diff --git a/thmx_r2/photos/theKing.jpg b/thmx_r2/photos/theKing.jpg new file mode 100644 index 0000000..1fda2cf Binary files /dev/null and b/thmx_r2/photos/theKing.jpg differ diff --git a/thmx_r2/photos/theKing.s.jpg b/thmx_r2/photos/theKing.s.jpg new file mode 100644 index 0000000..5b3d95e Binary files /dev/null and b/thmx_r2/photos/theKing.s.jpg differ diff --git a/thmx_r2/photos/trophy.jpg b/thmx_r2/photos/trophy.jpg new file mode 100644 index 0000000..1ecd8a3 Binary files /dev/null and b/thmx_r2/photos/trophy.jpg differ diff --git a/thmx_r2/photos/trophy.s.jpg b/thmx_r2/photos/trophy.s.jpg new file mode 100644 index 0000000..6a4db9a Binary files /dev/null and b/thmx_r2/photos/trophy.s.jpg differ diff --git a/thmx_r2/results.html b/thmx_r2/results.html new file mode 100644 index 0000000..e3834b1 --- /dev/null +++ b/thmx_r2/results.html @@ -0,0 +1,1022 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
APRIL 10, 2004 Race Results04/10/2004
PlaceNameBrandNumberMoto1Moto2
125 C
1Danny GieslerSUZ38721
2Dean GarsideHON1333
3Brandon PowersYAM58352
4Zach JacksonHON0064
5Preston SerattSUZ2947
6Doni SchmitzerSUZ14375
7Brittney InfieldSUZ42786
8Myles TaylorSUZ9241DNF
9Justin EssaryYAM5919DNF
25+
1Jason PerryHON91811
2Alan WeatherfordHON2322
3Thor ThonteinssonSUZ10033
ATV 2-STROKE C
1Kurt ParhamHON1511
2Rusty SawyersHON802DNF
ATV 4-STROKE C
1Trey HardinYAM7711
2Tommy SheppardYAM223
3Josh BerryHON7/42
4Stacy EaryHON934
85 7-11
1Shawn YeagerKAW65421
2Zack PattersonKAW9113
3Bryan JonesHON99332
4Logan ParksYAM85/44
85 12-13
1Matthew ShaulKAW8811
2Bradley GreerHON8522
3Hunt LottHON9943
4Chad ButtsYAM834
5Charlie SmithKAW8765
6Will BruceYAM51156
7Josh PhillipsHON8477
8Cody ThompsonHON30788
50 SHAFT
1Brandon MorrisKTM911
50 7-8
1Brice KlippelCOB40k11
2Justin MorrisCOB40k/22
0-90
1Bradley RoseUnk9811
ATV BEG
1Brent AuvenshireHON711
2Briann StoutHON7/22
0-300
1Brad ClarkHON72111
2Jamie GrayYAM6822
SCHOOL BOY
1Kyle DortchSUZ3421
2Myles TaylorSUZ92412
3Danny GieslerSUZ38733
4Brandon PowersYAM58354
5Dean GarsideHON134DNS
16-24
1Aaron ThomasYAM6x22
2Brent BrushYAM241
3Pooh-bear GuidenSUZ1733
4Greg LovinsYAM2431DNF
30+
1Luke CraddockKTM7121
2Brooks HolcombYAM2712
3Thor ThonteinssonSUZ10033
4Doug WhiteHON28944
65 BEG
1Dolton DowningKTM111
2Joshua ShaulKAW8932
3Nicholas CooperKAW17543
4Dalton PittsSUZ992DNS
5Brice KlippelCOB40k9999
65 7-9
1Corey HolcombSUZ1711
2Justin MorrisKTMj422
3Clayton BradshawKTM543
4Logan ManleyCOB3934
85 BEG
1Christopher MillerKAW3212
2Josh PhillipsHON8441
3Rusty PaineKAW5923
4Drew SimpsonHON22834
5Logan ParksYAM85/55
6Chase RileySUZ866
7Josh LovellKAW787
8Jonathan MillerKAW5179
9Manuel AvevedoHON998
WOMEN'S OPEN
1Doni SchmitzerSUZ14311
2Brittney InfieldSUZ42722
3Kylie InfieldKTM72133
250 C
1Myles TaylorSUZ92411
2Rodney SimpsonHON3432
3Keith LovinsYAM443
4Mattew HendrixHON312DNF
40+
1Brooks HolcombYAM2711
2Donny LewisSUZ12623
3Davd WinsteadKAW4334
4Ben ThomasYAM6x62
5Roy GieslerSUZ31945
6Ken HoustonSUZ40056
125 BEG
1Hunt LottHON94211
2Ross FerrellYAM1222
3Zach ColemanYAM2053
4Kris CraigSUZ12144
5Andy WhiteHON8635
6Jon DycusKAW866
7Joseph RogersSUZ5077
250 BEG
1Chris CooperSUZ25211
65 10-11
1Shawn YeagerKAW65421
2Corey HolcombSUZ1712
3Logan ManleyCOB3933
4Clayton BradshawKTM544
5Chas LomaxKAW955
6Kylie InfieldKTM72166
SUPER MINI
1Matthew ShaulKAW8811
2Chad ButtsYAM822
3Will BruceYAM51133
4Zack PattersonKAW9144
5Charlie SmithKAW8763
6Cody ThompsonHON30755
125 PRO
1Brent BrushYAM211
125 B
1Kyle DortchSUZ3411
250 PRO
1Jason PerryHON91811
250 B
1Alan WeatherfordHON2321
2Reece LemayHON2932
3Greg LovinsYAM2431DNS
+ +
+ + + +
+ + diff --git a/thmx_r2/results.old.html b/thmx_r2/results.old.html new file mode 100644 index 0000000..0cdba52 --- /dev/null +++ b/thmx_r2/results.old.html @@ -0,0 +1,1610 @@ + + + +Thrill Hill Motocross + + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
March 7, 2004 Race Results03/07/2004
PlaceNameBrandNum.Moto1Moto2
30+
1Shane VaughnHON3331
2Jason KrausHON7522
3Rayford Collins Jr.HON6713
4Jeremy RobinsonHON444
5Tim RipleyHON1555
6Brooks HolcombYAM2766
7John WilderKTM12377
8Davd WinsteadKAW4388
9Donny LewisSUZ12699
10Lee ManninSUZ691010
50 4-6
1Yeiser RossKTM3411
2Ian LegensCOB3022
3Blake PollardCOB1243
4Austin GrabowKTM034
50 7-8
1Brice KlippelCOB40k11
2Adam CollinsKTM6722
3Garrett WilliamsCOB50333
4Trent (t-mac) MacdiarmidKTM58344
125 C
1Danny GieslerSUZ38712
2Austin GuhyKAW74653
3Shane RoseYAM1944
4Hunter SykesHON/26
5Preston SerattSUZ2975
6Daniel RussellYAM46368
7Myles TaylorSUZ924141
8Brandon ThompsonYAM667119
9Blake BissingerKTM217812
10Jason GableYAM01211
11Brendon SmithHON2713DNF
12Brittney InfieldSUZ4271313
13Daniel SharpYAM89DNF7
14Shea LattusHON1039DNF
15Scott HutsonKTM62010DNF
16Stephen HarrisYAM2DNS10
25+ QUAD
1Jim MollYAM6511
ATV 2-STROKE B
1Chris RotenberryHON7711
ATV 4-STROKE B
1Stephen WoffordHON24321
2Brandon StoutHON712
3Matt MountHON8033
ATV 4-STROKE C
1Spencer MorrisHON0212
2Jeremy BoazHON831
3Tommy SheppardYAM22DNS
ATV BEG
1Ethan GibbonsYAM5111
65 10-11
1Gavin StoverKAW7g21
2Jess WilderKTM71112
3Taylor ErwinYAM11733
4Shawn YeagerKAW65444
5Logan ManleyCOB456
6Jon Ross LoweKTM1875
7Clayton BradshawKTM567
8Kylie InfieldKTM72188
85 12-13
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8832
3Ty SmithsonSUZ24924
4Cory WindleHON763
5Tommy DeroeHON4345
6Hunt LottHON9956
7Chad ButtsYAM887
8Curtiss SloanYAM55108
9Chris LeibleHON491119
10Alex BlackwellSUZ6c1210
11Tony ThomasYAM6a7DNS
125 B
1Casey JohnsonYAM1631
2Blair MillerKTM9522
3Kyle DortchSUZ3413
4Carey WillettYAM38044
5Rusty HarrisYAM555
6Jerrod SlaytonHON56776
7Brandon BurrowHON57967
8Dillion ClaytonYAM5698
9Troy WestKTM5889
250 PRO
1Jamaal BondHON54711
2Jason PerryHON91832
3Jason KrausHON7524
4Jody HowellHON3643
65 BEG
1Brice KlippelCOB40k11
2Chad BlackwellKAW5c22
3Garrett WilliamsCOB50333
4Adad GrabowKAW0054
5Emanuel AzeveboHON334DNF
65 7-9
1Clayton BradshawKTM532
2Jon Ross LoweKTM1851
3Adam CollinsKTM6724
4Corey HolcombCOB1715
5Logan ManleyCOB443
WOMEN'S OPEN
1Sheena GuhyKAW90011
2Brittney InfieldSUZ42722
3Carrie ArantYAM36333
4Kylie InfieldKTM72144
125 PRO
1Jamaal BondHON54711
2Brent BrushYAM9022
40+
1Tim RipleyHON1511
2Brooks HolcombYAM2722
3John WilderKTM12333
4Max GarnettYAM31744
5Steve WestHON4855
6Mike WestHON876
7Ray ShaulKAW4367
8Joel CookYAM4788
9Mark HollandYAM235109
10Jim BinghamHON3910
250 B
1Eric GoetzYAM85121
2Greg LovinsYAM24312
3Jerrod SlaytonHON56743
4Aaron ThomasYAM6x34
5Ross WoodsHON155
6H.reece LemayHON296DNF
250 C
1George AdamsHON3212
2Todd BradfordHON223
3Jason WillifordYAM2334
4Manuel GuzmanHON745
5John ThompsonHON21456
6Keith LovinsYAM467
7Myles TaylorSUZ924DNS1
SUPER MINI
1Matthew MckinneySUZ17111
2Matthew ShaulKAW8823
3Ty SmithsonSUZ24942
4Cory WindleHON734
5Chad ButtsYAM866
6Curtiss SloanYAM55105
7Jess WilderYAM71187
8Chris LeibleHON49178
9Alex BlackwellSUZ6a99
10Blake BissingerKTM2175DNS
11Tony ThomasYAM6xDNFDNS
125 BEG
1Joe WootenYAM13112
2Fraser GauldenHON11131
3Ross FerrellYAM1223
4Dewayne HouseKAW48644
5Zach ColemanYAM2055
6Joey McmillenHON6195DNS
250 BEG
1Jonathan MuncriefYAM82911
2Jeff GrabowHON122
3Joel CookYAM4733
4Jeff WestHON14044
50 SHAFT
1Yeiser RossKTM3411
2Austin WilliamsYAM6022
SCHOOL BOY
1Kyle DortchSUZ3411
2Carey WillettYAM38022
3Danny GieslerSUZ38743
4Brandon BurrowHON57934
5Ty SmithsonSUZ24975
6Austin GuhyKAW74666
7Joe WootenYAM13197
8Matthew MckinneySUZ1715DNS
9Shea LattusHON1038DNS
10Myles TaylorSUZ924DNSDNS
85 BEG
1Christopher MillerKAW3211
2Nico SmithYAM6822
3Kurtis HollandHON333
4Michael HarrisKAW154
5Ben CoatesYAM94DNS
6Brian StevensYAM217DNSDNS
85 7-11
1Logan PollardSUZ7011
2Gavin StoverHON7g22
3Jess WilderYAM71153
4Taylor ErwinYAM1744
5Zack PattersonKAW63DNS
6Shawn YeagerKAW654DNSDNS
90cc super stock quad
1Cody GibsonHON6611
2Garrett MalugenSUZg122
3Derek PatrickHON55DNSDNS
0-300
1Dusty RitchieHON44421
2Tyler CoffmanYAM1912
3Briann StoutHON733
0-90
1Trevor PatrickHON511
16-24
1Brent BrushYAM9011
2Jerrod SlaytonHON56722
3Greg LovinsYAM24333
4Eric GoetzYAM85154
5Brandon ThompsonYAM66785
6Blair MillerKTM954DNS
7Dillion ClaytonYAM566DNS
8Hunter SykesHON/7DNS
9Casey JohnsonYAM16DNFDNS
25+
1Shane VaughnHON3321
2Rayford Collins Jr.HON6713
3Jason KrausHON7532
4Jody HowellHON3644
5George AdamsHON32DNSDNS
+ +
+ + + +
+ + diff --git a/thmx_r2/scripts/buttons.js b/thmx_r2/scripts/buttons.js new file mode 100644 index 0000000..0aabc49 --- /dev/null +++ b/thmx_r2/scripts/buttons.js @@ -0,0 +1,58 @@ +// menu button functions +if (document.images) { + Home1 = new Image(); + Home1.src = "/images/Home.jpg"; + Home2 = new Image(); + Home2.src = "/images/Home_f2.jpg"; + + TrackInfo1 = new Image(); + TrackInfo1.src = "/images/TrackInfo.jpg"; + TrackInfo2 = new Image(); + TrackInfo2.src = "/images/TrackInfo_f2.jpg"; + + Directions1 = new Image(); + Directions1.src = "/images/Directions.jpg"; + Directions2 = new Image(); + Directions2.src = "/images/Directions_f2.jpg"; + + Calendar1 = new Image(); + Calendar1.src = "/images/Calendar.jpg"; + Calendar2 = new Image(); + Calendar2.src = "/images/Calendar_f2.jpg"; + + Results1 = new Image(); + Results1.src = "/images/Results.jpg"; + Results2 = new Image(); + Results2.src = "/images/Results_f2.jpg"; + + King1 = new Image(); + King1.src = "/images/King.jpg"; + King2 = new Image(); + King2.src = "/images/King_f2.jpg"; + + Gallery1 = new Image(); + Gallery1.src = "/images/Gallery.jpg"; + Gallery2 = new Image(); + Gallery2.src = "/images/Gallery_f2.jpg"; + + More1 = new Image(); + More1.src = "/images/More.jpg"; + More2 = new Image(); + More2.src = "/images/More_f2.jpg"; + + Soon1 = new Image(); + Soon1.src = "/images/Soon.jpg"; + Soon2 = new Image(); + Soon2.src = "/images/Soon_f2.jpg"; +} + +function mouseOut(imageName) { + if (document.images) { + document[imageName].src = eval(imageName + "1.src"); + } +} +function mouseOver(imageName) { + if (document.images) { + document[imageName].src = eval(imageName + "2.src"); + } +} diff --git a/thmx_r2/scripts/menu.js b/thmx_r2/scripts/menu.js new file mode 100644 index 0000000..aacb583 --- /dev/null +++ b/thmx_r2/scripts/menu.js @@ -0,0 +1,25 @@ +// Menu Rollover Functions +function MM_findObj(n, d) { //v4.01 + var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { + d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} + if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i + + +Thrill Hill Motocross - Skeleton + + + + + + + + + + +
+ + + +
+ +navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
navButton
+ +
+ +
+ +

Sorry, the content for this page
is not yet available

+ +
+ + + +
+ + diff --git a/thmx_r2/styles/calendar.css b/thmx_r2/styles/calendar.css new file mode 100644 index 0000000..1548e2c --- /dev/null +++ b/thmx_r2/styles/calendar.css @@ -0,0 +1,45 @@ +#calendar, #calendar td { +font-family: Helvetica, Arial, Sans-Serif; +} + +#calendar { +border: solid 1px #999; +} + +#calendar tr.month th { +font-size: 1.3125em; +text-align: center; +border-bottom: solid 1px #999; +} + +#calendar tr.days { +font-size: 0.75em; +font-weight: bold; +} + +#calendar tr.days th { +width: 5.25em; +text-align: center; +} + +#calendar td { +height: 4.5em; +text-align: left; +vertical-align: top; +border-top: solid 1px #999; +border-right: solid 1px #999; +} + +#today { +background: #ccf; +} + +#calendar td.end { +border-right: none; +} + +#calendar td span.event, +#calendar td a.event { +font-size: 0.625em; +font-weight: bold; +} \ No newline at end of file diff --git a/thmx_r2/styles/calendar.css~ b/thmx_r2/styles/calendar.css~ new file mode 100644 index 0000000..c971492 --- /dev/null +++ b/thmx_r2/styles/calendar.css~ @@ -0,0 +1,44 @@ +#calendar, #calendar td { +font-family: Helvetica, Arial, Sans-Serif; +} + +#calendar { +border: solid 1px #999; +} + +#calendar tr.month th { +font-size: 1.3125em; +text-align: center; +border-bottom: solid 1px #999; +} + +#calendar tr.days { +font-size: 0.75em; +font-weight: bold; +} + +#calendar tr.days th { +width: 5.25em; +text-align: center; +} + +#calendar td { +height: 4.5em; +text-align: left; +vertical-align: top; +border-top: solid 1px #999; +border-right: solid 1px #999; +} + +#today { +background: #ccf; +} + +#calendar td.end { +border-right: none; +} + +#calendar td .event { +font-size: 0.625em; +font-weight: bold; +} \ No newline at end of file diff --git a/thmx_r2/styles/core.css b/thmx_r2/styles/core.css new file mode 100644 index 0000000..e2535c7 --- /dev/null +++ b/thmx_r2/styles/core.css @@ -0,0 +1,272 @@ +/* + Type Selectors +*/ + +body, td { +font-family: Georgia, Times, Serif; +font-size: 16px; +margin: 0em; +padding: 0em; +} +body { +padding: 0.25em; +background-color: #fff; +text-align: center; /* IE5
centering hack part 1 */ +} + +abbr, .help { +font-style: normal; +padding-bottom: 1px; +border-bottom: 1px dotted #999; +cursor: help; +} + +a:link, a:visited { +text-decoration: none; +} +a:hover { +text-decoration: underline; +} +a img { +border: none; +} + +h1, h2, h3, h4, h5, h6 { +font-weight: bold; +margin: 0em; +padding: 0.25em 0em; +} + +h1 { +font-size: 1.3125em; +} +h2 { +font-size: 1.25em; +} +h3 { +font-size: 1.0625em; +} +h4 { +font-size: 0.875em; +} +h5 { +font-size: 0.75em; +} +h6 { +font-size: 0.6875em; +} + +hr { +width: 100%; +height: 1px; +border: none; +border-top: 1px solid #999; +} + + +p { +text-align: justify; +line-height: 1.3125em; +margin: 0em 0.375em 0.25em 0.125em; +padding: 0em; +} + +p + p, +p + div.photoleft + p, +p + div.photoright + p { +text-indent: 0.5em; +} + +p.notice { +font-size: 0.8125em; +font-style: italic; +text-align: center; +padding: 3em 0em; +} + +dl { +text-align: justify; +line-height: normal; +font-size: 0.8125em; +margin: 0em; +padding: 0em; +width: 99%; +} +dt { +font-weight: bold; +margin-left: 0.25em; +} +dd { +margin: 0.25em 1.5em; +padding: 0em; +} +dl.news dd { +margin: 0.25em 0em 0.25em 2em; +padding: 0.25em; +} +dl.headlines dd { +padding: 0.5em; +font-style: italic; +margin: 0.5em 1.5em; +} + +/* + Layout ID Selectors +*/ + +#layout { +position: relative; +margin: 0em auto; +padding: 0.25em; +background-color: #fff; +text-align: left; /* IE5
centering hack part 2 */ +width: 47.5em; /* erroneous value to satisfy IE5/Win */ +voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */ +voice-family: inherit; /* http://www.tantek.com/ */ +width: 47em; /* correct for compliant browsers wo/css2 */ +} +body>#layout { +width: 47em; /* correct for compliant browsers w/css2 */ +} + +#siteheader { +margin: 0em; +padding: 0em; +} + +#panel { +float: left; +margin: 0.25em 0em; +padding: 0em; +width: 10.25em; +} + +#content { +float: right; +margin: 0.25em 0em; +padding: 0em; +width: 36.75em; +} + +#footer { +clear: both; +margin: 0.5em 0em; +padding: 0em; +} + +#footer p { +font-size: 0.6875em; +font-style: italic; +text-align: center; +margin: 0em 0em; +padding: 0.125em 0em; +} + +/* + Class Selectors +*/ + +div.photo p, +div.leftphoto p, +div.rightphoto p, +div.centerphoto p { +font-size: 0.75em; +font-style: italic; +text-align: center; +margin: 0em 5%; +padding: 0em; +} + +div.weathermagnet { +width: 16.875em; +height: 10.9375em; +} + +img.thumb { +width: 15em; +height: 11em; +} + +div.centerphoto { +margin-bottom: 0.5em; +} + +div.row div.photo { +margin-bottom: 0.5em; +width: 12em; +} +div.row div.left { +clear: both; +} +div.row img.thumb { +width: 12em; +height: 9em; +} + +.boiler { +clear: both; +color: #666; +font-size: 0.5625em; +text-align: center; +margin: 0em; +padding: 0em; +} + +.boxed { +border: solid 1px #999; +margin: 0.25em 1em; +} +.fullbox { +border: solid 1px #999; +margin: 0em 0em 0.5em 0em; +} +.titlebox { +border: solid 1px #999; +background: inherit; +margin-bottom: 0.5em; +} + +.centered { +text-align: center; +} +.textleft { +text-align: left; +} +.textright { +text-align: right; +} +.headroom { +margin-top: 0.75em; +} +.legroom { +margin-bottom: 0.75em; +} + +.middle { +float: left; +margin: 0em; +padding: 0em; +} +.left { +float: left; +padding: 0em; +margin-right: 0.375em; +} +.right { +float: right; +padding: 0em; +margin-left: 0.375em; +} + +div.leftphoto { +float: left; +padding: 0em; +margin-right: 0.375em; +width: 15em; +} +div.rightphoto { +float: right; +padding: 0em; +margin-left: 0.375em; +width: 15em; +} diff --git a/thmx_r2/styles/core.css~ b/thmx_r2/styles/core.css~ new file mode 100644 index 0000000..0d0a5a6 --- /dev/null +++ b/thmx_r2/styles/core.css~ @@ -0,0 +1,281 @@ +/* + Type Selectors +*/ + +body, td { +font-family: Georgia, Times, Serif; +font-size: 16px; +margin: 0em; +padding: 0em; +} +body { +padding: 0.25em; +background-color: #fff; +text-align: center; /* IE5
centering hack part 1 */ +} + +abbr, .help { +font-style: normal; +padding-bottom: 1px; +border-bottom: 1px dotted #999; +cursor: help; +} + +a:link, a:visited { +text-decoration: none; +} +a:hover { +text-decoration: underline; +} +a img { +border: none; +} + +h1, h2, h3, h4, h5, h6 { +font-weight: bold; +margin: 0em; +padding: 0.25em 0em; +} + +h1 { +font-size: 1.3125em; +} +h2 { +font-size: 1.25em; +} +h3 { +font-size: 1.0625em; +} +h4 { +font-size: 0.875em; +} +h5 { +font-size: 0.75em; +} +h6 { +font-size: 0.6875em; +} + +#results table { +width: 100%; +} + +#results td, #results th { +font-family: Verdana, Helvetica, sans-serif; +font-size: 0.6875em; +} + +hr { +width: 100%; +height: 1px; +border: none; +border-top: 1px solid #999; +} + + +p { +text-align: justify; +line-height: 1.3125em; +margin: 0em 0.375em 0.25em 0.125em; +padding: 0em; +} + +p + p, +p + div.photoleft + p, +p + div.photoright + p { +text-indent: 0.5em; +} + +p.notice { +font-size: 0.8125em; +font-style: italic; +text-align: center; +padding: 3em 0em; +} + +dl { +text-align: justify; +line-height: normal; +font-size: 0.8125em; +margin: 0em; +padding: 0em; +width: 99%; +} +dt { +font-weight: bold; +margin-left: 0.25em; +} +dd { +margin: 0.25em 1.5em; +padding: 0em; +} +dl.news dd { +margin: 0.25em 0em 0.25em 2em; +padding: 0.25em; +} +dl.headlines dd { +padding: 0.5em; +font-style: italic; +margin: 0.5em 1.5em; +} + +/* + Layout ID Selectors +*/ + +#layout { +position: relative; +margin: 0em auto; +padding: 0.25em; +background-color: #fff; +text-align: left; /* IE5
centering hack part 2 */ +width: 47.5em; /* erroneous value to satisfy IE5/Win */ +voice-family: "\"}\""; /* Tantek's boxmodel hack see more at */ +voice-family: inherit; /* http://www.tantek.com/ */ +width: 47em; /* correct for compliant browsers wo/css2 */ +} +body>#layout { +width: 47em; /* correct for compliant browsers w/css2 */ +} + +#siteheader { +margin: 0em; +padding: 0em; +} + +#panel { +float: left; +margin: 0.25em 0em; +padding: 0em; +width: 10.25em; +} + +#content { +float: right; +margin: 0.25em 0em; +padding: 0em; +width: 36.75em; +} + +#footer { +clear: both; +margin: 0.5em 0em; +padding: 0em; +} + +#footer p { +font-size: 0.6875em; +font-style: italic; +text-align: center; +margin: 0em 0em; +padding: 0.125em 0em; +} + +/* + Class Selectors +*/ + +div.photo p, +div.leftphoto p, +div.rightphoto p, +div.centerphoto p { +font-size: 0.75em; +font-style: italic; +text-align: center; +margin: 0em 5%; +padding: 0em; +} + +div.weathermagnet { +width: 16.875em; +height: 10.9375em; +} + +img.thumb { +width: 15em; +height: 11em; +} + +div.centerphoto { +margin-bottom: 0.5em; +} + +div.row div.photo { +margin-bottom: 0.5em; +width: 12em; +} +div.row div.left { +clear: both; +} +div.row img.thumb { +width: 12em; +height: 9em; +} + +.boiler { +clear: both; +color: #666; +font-size: 0.5625em; +text-align: center; +margin: 0em; +padding: 0em; +} + +.boxed { +border: solid 1px #999; +margin: 0.25em 1em; +} +.fullbox { +border: solid 1px #999; +margin: 0em 0em 0.5em 0em; +} +.titlebox { +border: solid 1px #999; +background: inherit; +margin-bottom: 0.5em; +} + +.centered { +text-align: center; +} +.textleft { +text-align: left; +} +.textright { +text-align: right; +} +.headroom { +margin-top: 0.75em; +} +.legroom { +margin-bottom: 0.75em; +} + +.middle { +float: left; +margin: 0em; +padding: 0em; +} +.left { +float: left; +padding: 0em; +margin-right: 0.375em; +} +.right { +float: right; +padding: 0em; +margin-left: 0.375em; +} + +div.leftphoto { +float: left; +padding: 0em; +margin-right: 0.375em; +width: 15em; +} +div.rightphoto { +float: right; +padding: 0em; +margin-left: 0.375em; +width: 15em; +} diff --git a/thmx_r2/styles/gallery.css b/thmx_r2/styles/gallery.css new file mode 100644 index 0000000..3c62416 --- /dev/null +++ b/thmx_r2/styles/gallery.css @@ -0,0 +1,19 @@ +#gallery { +border: 1px solid #999; +} + +#gallery td { +padding: 0; +border: 0; +} + +#gallery td p { +font-size: 0.75em; +font-style: italic; +text-align: center; +margin: 0em 0.5em; +} + +#gallery td img { +padding: 0 ; +} \ No newline at end of file diff --git a/thmx_r2/styles/gallery.css~ b/thmx_r2/styles/gallery.css~ new file mode 100644 index 0000000..3f0a246 --- /dev/null +++ b/thmx_r2/styles/gallery.css~ @@ -0,0 +1,18 @@ +#gallery { +border: 1px solid #999; +} + +#gallery td { +padding: 0; +border: 0; +} + +#gallery td p { +font-size: 0.75em; +font-style: italic; +text-align: center; +} + +#gallery td img { +padding: 0 ; +} \ No newline at end of file diff --git a/thmx_r2/styles/results.css b/thmx_r2/styles/results.css new file mode 100644 index 0000000..f3fd788 --- /dev/null +++ b/thmx_r2/styles/results.css @@ -0,0 +1,30 @@ +#results { +background: #fff; +} + +#results th, #results td { +font-family: Helvetica, Arial, Sans-Serif; +font-size: 0.625em; +} + +#results td { +text-align: center; +} + +#results tr.labels td { +font-weight: bold; +} + +#results tr.racename th { +font-size: 1.0625em; +} + +#results td.ridername { +text-align: left; +} + +#results td.classname { +background-color: #ccc; +border: 1px solid #999; +text-align: left; +} diff --git a/thmx_r2/styles/results.css~ b/thmx_r2/styles/results.css~ new file mode 100644 index 0000000..d387bdd --- /dev/null +++ b/thmx_r2/styles/results.css~ @@ -0,0 +1,26 @@ +#results th, #results td { +font-family: Helvetica, Arial, Sans-Serif; +font-size: 0.625em; +} + +#results td { +text-align: center; +} + +#results tr.labels td { +font-weight: bold; +} + +#results tr.racename th { +font-size: 1.0625em; +} + +#results td.ridername { +text-align: left; +} + +#results td.classname { +background-color: #ccc; +border: 1px solid #999; +text-align: left; +} diff --git a/thmx_r2/styles/thmx.css b/thmx_r2/styles/thmx.css new file mode 100644 index 0000000..9799329 --- /dev/null +++ b/thmx_r2/styles/thmx.css @@ -0,0 +1,90 @@ +/* + Type Selectors +*/ + +body { +background-color: #06c; +} + +a:link, a:visited { +color: #06c; +} +a:hover { +color: #f33; +} + +dd { +font-style: italic; +border: 1px solid #ccc; +padding: 0.125em; +} +dl.headlines dd { +color: #06c; +} + +ul { +font-size: 1em; +margin: 0em; +padding: 0em; +} +li { +margin: 0em 0em 0em 2.5em; +list-style: none; +} + +/* + Layout ID Selectors +*/ + +#layout { +background: url('/images/no-footer.jpg') center no-repeat; +background-color: #fff; +} + +#footer { +color: #06c; +} + +/* + Class Selectors +*/ + +div.weather { +float: left; +margin-left: 5px; +} + +div.weatherroom { +} + +table.classes { +font-size: 1em; +margin: 0.25em auto; +width: 30em; +} + +img.logo { +width: 47em; +height: 7.125em; +} +img.button { +width: 10em; +height: 3em; +} +img.showcase { +width: 36.75em; +height: 18.0625em; +} +img.thumb { +width: 15em; +height: 11em; +} +img.trophy { +width: 10.8125em; +height: 18.75em; +} + +.boxed { +margin: 0em 0em 0.75em 0em; +padding: 1em; +} diff --git a/thmx_r2/view.php b/thmx_r2/view.php new file mode 100644 index 0000000..87e0c5a --- /dev/null +++ b/thmx_r2/view.php @@ -0,0 +1,19 @@ + + + +Zoomed View (Click to close) + + + + + +"; +?> + +