|
|
| About site: Youth and High School - HighSchoolSports.Net |
Return to Sports also Sports |
| About site: http://www.highschoolsports.net/ |
Title: Youth and High School - HighSchoolSports.Net Lists schedules, scores, and statistics of sporting events at US high schools. |
|
|
|
|
Negaunee_High_School_Wrestling Provides pictures, roster, schedule, results, history and links for this team from Negaunee, Michigan.
| Surf\'s_Up Features many surfing pictures and movies.
| The_Dublin_Cup In association with Top Flight and Dublin District Schoolboys League. Cup information, photographs, and contacts.
| Karaoglanis,_George The official site of the young footballer George Karaoglanis. News, photographs, and contacts.
| Luton_Town_FC_Unofficial_Site News, results, fixtures, tables, match reports, squad details, photographs, and club information.
| FansFC__Shrewbury_Town News, views, comments, match reports, ground guide, and a forum.
|
|
| Alexa statistic for http://www.highschoolsports.net/ |
Please visit: http://www.highschoolsports.net/
|
| Related sites for http://www.highschoolsports.net/ |
| Manitoba_Volleyball_Association Elite athlete, coaching and officiating program information, Hall of Fame guidelines, as well as provincial tournaments and results. | | Girls_Football A league directory for girls football. | | Jen_Capriati Biography, photos, news, guestbook, chat, quotations, and messageboard. Site in English and German. | | Arabian_Horse_Sales Classified ads, stallion and trainer directories for the Arabian horse industry. | | Warton_Online Photos of Banger Racing UK style. Also features Minis and Stock Cars. | | Foundation_Tobiano_Tennessee_Walkers Research into the pedigrees of Registered Tennessee Walking Horses and Spotted Saddle Horses. | | Tolt_Away_Icelandic_Horse_Farm Contains a description of the breed. Offers horses, tack, and custom made english chaps for sale. Located in Enderby, British Columbia, Canada. | | About_ Career highlights, biography, and statistics. | | Belverdere_&_Bexleyheath_Hockey_Club Men's, ladies', veteran's, junior and mixed teams based in Welling, Kent. Results, fixtures, training, tours and events. | | Aille_Cross Equestrian riding holidays on Connemara ponies along the Connemara coast of western Ireland. Information on B&B accommodations, daily itinarary, foxhunting, ponies, and photo album of the rides an | | Curry_College_Men\'s_Lacrosse Colonels. Provides schedule, coach profile, archives, and team roster. | | St__Mary\'s_University_(TX)_Women\'s_Basketball Lady Rattlers - official web site with schedule, roster, statistics. | | Cal_Poly_Men\'s_Basketball The Mustang's official site. | | DartsMad_com General darts information | | Seth_and_His_Unicycle Personal page containing photographs and log from California Mountain Unicycling Weekend 1998. | | Rydezilla Online community for mountain bikers that features ride scheduling, trail information, and detailed rider profiles. | | FoxSports_com_au__Rugby_World_Cup Live scores, headline news, feature articles, pools, and video from the Australian broadcaster. | | UK_Rivers_Guidebook Lots of info on UK rivers, guides, photos and news. There is a community forum also. | | Linden_Lunatic Photographs and information about Harry Miller who competes at Ace High Speedway. | | M-League_Online Includes the latest information and archives of the Malaysian Soccer League. |
|
This is websites2007.org cache of m/ as retrieved on 2008.05.17 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
HighSchoolSports.net - My School, My Teams, Our World
/*These styles override those in hss.css to insert new content. */
body .homepagebody{
background-image:url(images_common/home_track_bg.jpg);
background-position:0px 36px;
background-repeat:no-repeat
}
body Table.NavLayout {
background-image:url(images_common/home_navbar.png);
height:36px;
}
body .goButton {
position:relative;
top:5px;
height:21px;
width:42px;
}
body input.TopNavInput {
height:auto;
}
#schoolSelectionOption2
{
/*
width:602px;
background-color:#333333;
border:1px solid
#333333;
*/
margin-left:0px;
padding:0px;
text-align:left;
clear:both;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:17px;
}
.schoolSelectionOption3
{
margin-left:15px;
padding:5px 5px 15px 5px;
text-align:left;
clear:both;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:17px;
}
_ajaxConfig = {'_cfscriptLocation':'./DAL/schoolSelection.cfc', '_jsscriptFolder':'./js'};
function loadSchoolsOnBack(){
var state = document.getElementById('state_abb_select');
if(state.value != 'RT'){
getstate(state)
}
}
function getstate(state_abb){
/*{ window.location = "defaultindex.cfm?state_abb=" + state_abb.options[state_abb.selectedIndex].value; }*/
var school = state_abb.options[state_abb.selectedIndex].value;
DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'getSchools', school, populateSchools);
}
function getSchool(school) {
btnSubmit = document.getElementById('btnSubmit');
btnSubmit.disabled = true;
btnSubmit.value = "Loading . . .";
window.location = "defaultindex.cfm?state_abb=OH&school=" + school.options[school.selectedIndex].value;
}
function trim2(s) {
while (s.substring(0,1) == ' ') {
s = s.substring(1,s.length);
}
while (s.substring(s.length-1,s.length) == ' ') {
s = s.substring(0,s.length-1);
}
return s;
}
// validates the search string
function validsearch(){
var obj = document.getElementById('searchbox');
var str = trim2(obj.value);
if(!(str.toLowerCase() == "north" || str.toLowerCase() == "high" || str.toLowerCase() == "school" || str.toLowerCase() == "high school" || str.toLowerCase() == "south" || str.toLowerCase() == "east" || str.toLowerCase() == "west")){
if(obj.value.length >= 4){
DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'getSchools2', str, populateSchools2);
} else {
//alert('Search Must Be At Least 4 Characters');
}
} else {
//alert("Please Be More Specific With Your Search");
}
}
// forwards the user to that school's page when picked from the search drop-down box
function getschool3(school) {
if(school.options[school.selectedIndex].value != "RT"){
window.location = "defaultindex.cfm?state_abb=OH&school=" + school.options[school.selectedIndex].value;
}
}
function checkBtn(e){
var keynum;
if(window.event) // IE
{
keynum = e.keyCode;
}
else if(e.which) // Netscape/Firefox/Opera
{
keynum = e.which;
}
if(keynum == 13){
validsearch();
}
}
Input.TopNavInput
{
border-bottom-color:#3A410B;
border-left-color:#918E2F;
border-top-color:#55541E;
border-right-color:#55541E;
font-size:12px;
height:20px;
}
Submit.TopNavSubmit
{
width=62px;
height=25px;
border: none;
}
Table.NavLayout
{
width: 980px;
text-overflow: clip;
overflow: hidden;
background-image:url('/images_common/home_navbar.gif');
background-repeat:no-repeat;
Color:#FFFFFF;
margin-bottom:0px;
margin-top:0px;
height:35px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
Label
{
Color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
Email:
Password:
You need Flash installed to view this gallery.
var so = new SWFObject("slideShow.swf", "slideShow", "590", "370", "8", "#ffffff");
so.addParam("wmode" , "transparent");
so.write("flashcontent");
Pick My School:
My State
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
District of Columbia
Florida
Georgia
Hawaii
Idaho
Illinois
Indiana
Iowa
Kansas
Kentucky
Louisiana
Maine
Maryland
Massachusetts
Michigan
Minnesota
Mississippi
Missouri
Montana
Nebraska
Nevada
New Hampshire
New Jersey
New Mexico
New York
North Carolina
North Dakota
Ohio
Oklahoma
Oregon
Pennsylvania
Rhode Island
South Carolina
South Dakota
Tennessee
Texas
Utah
Vermont
Virginia
Washington
West Virginia
Wisconsin
Wyoming
International
loadSchoolsOnBack();
My School
Search For A School:
Photos courtesy of Bill Eberhardt at www.coloradosprings.smugmug.com
SCHEDULES /
THE BLEACHERS /
MY LOCKER /
THE SCOREBOARD /
TEAMS
About Us /
Help /
Schedule Star /
Privacy Policy /
Contact Us /
Advertise /
Contribute Content
HighSchoolSports.net is the #1 site for your high school’s teams and sports – all the time! Get customized team schedules, scores, and stats for football, basketball, baseball, soccer and more. View, upload and share team photos and videos at The Bleachers. Shop for team tee-shirts, sweatshirts and gear at My Locker.
|
|
| |
Lists | | schedules, | scores, | and | statistics | of | sporting | events | at | US | high | schools. |
|
http://www.highschoolsports.net/
HighSchoolSports.Net 2008 May
dvd rental
dvd
Lists schedules, scores, and statistics of sporting events at US high schools.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Mortgage Calculator - Car Insurance - Mortgages - MPAA - Flights
|