| Related sites for http://www.freewebs.com/bararm/ |
| Manchester_Hawks_Wrestling Provides season highlights, rosters, schedules, results and photos. Manchester Township High School, Manchester, New Jersey | | Manchester_Wrestling View rosters, schedule, meet results, and links. Manchester Township High School, New Jersey | | Manitowoc_Wrestling Includes team records, photos, schedule, results, and coach's comments, links. Manitowoc Lincoln High School, Manitowoc, WI | | Maverick_Wrestling Includes news, scores, photos and team schedule. Mauldin High School, Mauldin, SC | | Miamisburg_Wrestling Provides roster, schedule, pictures and links. Miamisburg High School, Ohio | | Millard_North_Mustang_Wrestling_Booster_Club Contains results, pictures, news, and contacts. Omaha, Nebraska | | MissouriWrestling_com Provides general coverage of high school wrestling in Missouri with statistics and rankings. | | The_Monroe_Pigdogs Provides results, schedule, and roster. Monroe High School, Monroe, Oregon. | | Monterey_Wrestling Contains news items, competition schedule, results, and a message board. Monterey High School, California | | NCWA_High_Schools_Edition The NCWA's effort to gather information for a high school database of wrestlers to facilitate its ranking system. | | Negaunee_High_School_Wrestling Provides pictures, roster, schedule, results, history and links for this team from Negaunee, Michigan. | | New_Hampshire_Wrestling College, High School and Middle school. Results, forum, rankings, photographs, and links. | | Niles_West_Wrestling Provides information on the Coaches, team captains, schedule, history, awards, records and a hall of fame. | | North_Cobb_Wrestling North Cobb High School in Kennesaw GA featuring schedules, latest news, and information on our junior program. | | North_Hardin_Trojans Includes schedule, roster, results from recent matches and tournaments, and information on scholarships to wrestling camps. Radcliff, KY | | Notre_Dame_Wrestling Provides videos, photos and stats for Notre Dame Batavia NY high school. | | Padua__Wrestling Contains roster, schedule, history, photo gallery, statistics, and other links. Padua Franciscan High School located in Parma, Ohio. | | Parkland_Mustangs_Wrestling Offers records, rosters, standings, pictures, a hall of fame, and information for parents. Winston-Salem, NC | | Parsippany_Hills_Vikings Parsippany, NJ. History, directions to the school, chat, and message boards. | | Pasco_High_School_Wrestling_Team Find Results, Schedules and rosters. Provides links to wrestling news articles and other wreslting sites. | | Pope_High_School_Wrestling Information Pope High School, Marietta, Georgia. | | Poway_High_School_Wrestling Provides schedule, results, and information on the Poway Slammers Kids Wrestling Club. | | Republic_Tiger_Wrestling Statistics, pictures, and weekly results. Republic High School is located in Republic, Missouri. | | Robbinsdale_Cooper_Hawks Includes team schedule, results, links, and rules information. New Hope, Minnesota | | Rock_Bridge_Wrestling Presents schedule, roster, results, and team and general information. Columbia, Missouri | | Sault_Blue_Devils_Wrestling Nutrition, weight programs, basic moves, scoring, and statistics. Sault Sainte Marie, MI. | | Selinsgrove_Seals Selinsgrove, PA. Provides information about the program both current and historical. | | Shikellamy_Braves Includes history, archives, results, and feedback for this Pennsylvania team. | | Sparta_Spartans Sparta, Wisconsin. Provides statistics, scores, results, trivia, links, photos, and a wrestling history of the Mississippi Valley Conference. | | Spaulding_Wrestling Includes youth and team roster and schedule link. Barre, Vermont. | | Stillwater_Wrestling Provides news, team roster, results, forum, and links for Stillwater High. Stillwater, OK. | | Stratford_High_School_Wrestling Provides photographs and team practice and match schedules. Goose Creek, SC. | | Suwannee_Wrestling Includes pictures, and statistics. Updated once new pictures and statistics are received. | | Virginia_Central_Region_Wrestling Contains results, news, and links for the class AAA member schools. | | Wakefield_Wrestling Includes history, results, schedule, and news information for this team from Wakefield, Massachusetts. | | Watertown_High_School_Wrestling Provides information, updated schedules, directions, results, rules, and photographs. Watertown, MA. | | Wellesley_Raider_Wrestling Includes the roster, former state champions, pictures, and results. Wellesley, MA | | Wilson_Warrior_Wrestling Includes team schedule and results, photo archives, and Junior High information. Wilson Area High School, Easton, Pennsylvania | | Winchester_High_School__Wrestling Includes schedule, roster, and an honor roll of individual accomplishments. Winchester, Massachusetts | | Winnacunnet_Warrior_Wrestling_Team Winnacunnet High School Wrestling Team in Hampton, NH |
|
Keshequa Wrestling :: Home of the Indiansif(typeof(fw_dart_ord)!="number") { var fw_dart_ord = parseInt(Math.random()*10000000);}document.write('');
dCol='#FF0000';//date colour.
fCol='#0000FF';//face colour.
sCol='#FFFF00';//seconds colour.
mCol='#FF0000';//minutes colour.
hCol='#00FF00';//hours colour.
ClockHeight=50;
ClockWidth=50;
ClockFromMouseY=0;
ClockFromMou=100;
//Alter nothing below! Alignments will be lost!
d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");
m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");
date=new Date();
day=date.getDate();
year=date.getYear();
if (year < 2000) year=year+1900;
TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
D=TodaysDate.split('');
clockH='...';
clockH=clockH.split('');
M='....';
M=M.split('');
S='.....';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=!ns;
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props="";
props2="";
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
if (ie && !(document.all)){
step=0.09;
} else {
step=0.06;
}
currStep=0;
clocky=new Array();clockx=new Array();clockY=new Array();clockX=new Array();
for (i=0; i < n; i++){clocky[i]=0;clockx[i]=0;clockY[i]=0;clockX[i]=0}
clockDy=new Array();clockDx=new Array();clockDY=new Array();clockDX=new Array();
for (i=0; i < D.length; i++){clockDy[i]=0;clockDx[i]=0;clockDY[i]=0;clockDX[i]=0}
if (ns){
for (i=0; i < D.length; i++)
document.write(''+props2+D[i]+'');
for (i=0; i < n; i++)
document.write(''+props+Face[i]+'');
for (i=0; i < S.length; i++)
document.write(''+S[i]+'');
for (i=0; i < M.length; i++)
document.write(''+M[i]+'');
for (i=0; i < clockH.length; i++)
document.write(''+clockH[i]+'');
}
if (ie){
document.write('');
for (i=0; i < D.length; i++)
document.write(''+props2+D[i]+'');
document.write('');
document.write('');
for (i=0; i < n; i++)
document.write(''+props+Face[i]+'');
document.write('');
document.write('');
for (i=0; i < clockH.length; i++)
document.write(''+clockH[i]+'');
document.write('');
document.write('');
for (i=0; i < M.length; i++)
document.write(''+M[i]+'');
document.write('')
document.write('');
for (i=0; i < S.length; i++)
document.write(''+S[i]+'');
document.write('')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (!document.all)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
xmouse = (!document.all)?evnt.pageX+ClockFromMou:event.x+ClockFromMou;
}
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
document.getElementById("Od").style.top=window.document.body.scrollTop;
document.getElementById("Of").style.top=window.document.body.scrollTop;
document.getElementById("Oh").style.top=window.document.body.scrollTop;
document.getElementById("Om").style.top=window.document.body.scrollTop;
document.getElementById("Os").style.top=window.document.body.scrollTop;
}
for (i=0; i < n; i++){
var F=(ns)?document.layers['nsFace'+i]:document.getElementById("ieFace" + i ).style;
F.top=clocky[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
F.left=clockx[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
}
for (i=0; i < clockH.length; i++){
var HL=(ns)?document.layers['nsHours'+i]:document.getElementById("ieHours"+i).style;
HL.top=clocky[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
HL.left=clockx[i]+HandX+(i*HandWidth)*Math.cos(hrs);
}
for (i=0; i < M.length; i++){
var ML=(ns)?document.layers['nsMinutes'+i]:document.getElementById("ieMinutes"+i).style;
ML.top=clocky[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll;
ML.left=clockx[i]+HandX+(i*HandWidth)*Math.cos(min);
}
for (i=0; i < S.length; i++){
var SL=(ns)?document.layers['nsSeconds'+i]:document.getElementById("ieSeconds" + i).style;
SL.top=clocky[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
SL.left=clockx[i]+HandX+(i*HandWidth)*Math.cos(sec);
}
for (i=0; i < D.length; i++){
var DL=(ns)?document.layers['nsDate'+i]:document.getElementById("ieDate" + i).style;
DL.top=clockDy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
DL.left=clockDx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
}
currStep-=step;
}
function Delay(){
scrll=(ns)?window.pageYOffset:0;
clockDy[0]=Math.round(clockDY[0]+=((ymouse)-clockDY[0])*speed);
clockDx[0]=Math.round(clockDX[0]+=((xmouse)-clockDX[0])*speed);
for (i=1; i < D.length; i++){
clockDy[i]=Math.round(clockDY[i]+=(clockDy[i-1]-clockDY[i])*speed);
clockDx[i]=Math.round(clockDX[i]+=(clockDx[i-1]-clockDX[i])*speed);
}
clocky[0]=Math.round(clockY[0]+=((ymouse)-clockY[0])*speed);
clockx[0]=Math.round(clockX[0]+=((xmouse)-clockX[0])*speed);
for (i=1; i < n; i++){
clocky[i]=Math.round(clockY[i]+=(clocky[i-1]-clockY[i])*speed);
clockx[i]=Math.round(clockX[i]+=(clockx[i-1]-clockX[i])*speed);
}
ClockAndAssign();
setTimeout('Delay()',20);
}
if (ns||ie) {
Delay();
}
Keshequa Wrestling Home of the Indians MENU Home Armdrag Keshequa boards information form Welcome
And,
the season of 2005 ends for the indians of keshequa. Refer to the
off-season page for off-season tourneys. If you still have difficulties
logging into chat, please contact me.
SORRY, but the season is over so theres
not much to do on this site for now.
~~ (site updated march 24th, 2005) ~~ UPDATE:v1.02::
new board system/link to armdrag/polls installed/chat installed/google
search installed/counter will be installed/fixed bug that prevented
people from logging in the boards/ fixed bug preventing people from logging into chat. Help with WebsChat SEARCH THE WEB!!! Search the web
/* Your poll will appear here. */ ; | Copyright© 2005 Bararm | _udn="none";function utmx_section(){}function utmx(){}(function(){var k='0083307441',d=document,l=d.location,c=d.cookie;function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n.length+1,j if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();} _qacct="p-44naSaXtNJt26";quantserve(); |
|