|
|
| About site: Skateboarding/Personal Pages/W - Waxed |
Return to Sports also Sports |
| About site: http://www.geocities.com/waxed_03/ |
Title: Skateboarding/Personal Pages/W - Waxed Features videos, pictures, trick tips and biographies. |
|
|
|
|
Asiatours_net__Golf Offers tours in Thailand. Includes packages, course guide, and local information.
| The_Finesse_Academie_of_Fence Contacts, calendar and news for this club from Canberra, Australia. Also includes information on modern and classical fencing.
| Northern_Alberta_Institute_of_Technology_Men\'s_Basketball Ooks - official site with news, schedule, roster, and statistics.
| Portland_Outdoors__Portland_Football_Club Includes results, travel plans, and live updates from the Gothia Cup in Sweden. Based in Portland, Ontario.
| Kangaroo_Kids A competition and demonstration team from Simpsonville, Maryland. Features team information, schedules, and team successes.
| Round_Towers_GFC_London Senior, junior, and underage teams in South London. Includes history, events, fixtures, and training information.
|
|
| Alexa statistic for http://www.geocities.com/waxed_03/ |
Please visit: http://www.geocities.com/waxed_03/
|
| Related sites for http://www.geocities.com/waxed_03/ |
| The_Soccer_Weblog News, general information, facts, statistics, teams, players, and winners. | | The_Atlantic_Collegiate_Baseball_League One of eight summer leagues sanctioned by the NCAA and partially funded by MLB. News, team information, schedules, statistics, and listings of past league players who made it to the majors. | | Poekoelan_Tjimindie_Tulen_Martial_Arts_Community Founded by master teacher Willy Wetzel, this school is now under the direction of master teacher Barbara Niggel. Information on schedules, classes and workshops for adults and children, and contact to | | Quarter_Mount_Farm Home of Custom Crome, 1993 NRHA Futurity Champion. Site offers information on breeding, the ranch, and horses for sale. | | SOB_Volleyball_Vacations Organizing travel packages and tournaments in Ixtapa, Mexico. | | Million_Dollar_Race_Boat Features a team looking to join the world of offshore by selling advertisements. Contains a blog, pixel ads, press, apparel and a vision | | Ireland_Peatland_Conservation_Council Information sheet including song lyrics about the pony, describes the its history and provides about the bog habitat in Ireland. | | Mohawk_Valley_USBC_Youth_Association Promotes youth bowling and honors youth bowling achievements in the Mohawk Valley, New York. Provides news, calendar, nearby lanes, and photos. | | Mike\'s_Boating_Page Photographs of different kinds of human powered boats and stories about outings and races with them. | | Manchester_College_Men\'s_Tennis Spartans. Schedule, roster, results, statistics, and coaching information. | | Coquitlam_Adanac_Lacrosse_Club History, records, schedule, standings, and player profiles for the British Columbia club. | | ESPN_com_-_Dan_Wilson Player profile and career statistics. | | Rathgormack_GAA History and news. | | Major_League_Baseball__Craig_Biggio Player profile, career highlights, awards, statistics, hit chart, and a game by game log. | | University_of_Melbourne_Hockey_Club University team from Melbourne, Australia. Boasts 400+ playing members, and competes in the Victorian State League. | | Illinois_District_13 Portal for tournaments, schedules, team registration, facilities, image gallery, sponsors and links. | | Tai-Kai_Martial_Arts Information and History of Brazilian Jiu-Jitsu and Karate, Kickboxing and Self-Defense. | | Lake_Forest_College_Cross_Country Foresters. Statistics, pictures, results, race schedule, related links and individual records. | | Endicott_College_Men\'s_Basketball Official site of the Gulls. Includes schedule, roster, player profiles, statistics, and results. | | Future_Tennis_Stars Offers information on young professional and junior tennis players on the WTA, ATP, ITF, USTA and other international circuits. |
|
This is websites2007.org cache of m/ as retrieved on 2008.09.05 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.
|
var PUpage="76001086"; var PUprop="geocities"; var thGetOv="http://themis.geocities.yahoo.com/themis/h.php"; var thCanURL="http://us.geocities.com/waxed_03/index.html"; var thSpaceId="76001086"; var thIP="67.205.96.152"; var thTs="1220609137"; var thCs="13657c22362fd3787e3fc61ef9141455";
waxed_03
//Analog clock script- By Kurt (kurt.grigg@virgin.net)//Script featured on Dynamic Drive//Visit http://www.dynamicdrive.com for this script and morefCol='FFFFFF'; //face colour.sCol='FFFFFF'; //seconds colour.mCol='FFFFFF'; //minutes colour.hCol='FFFFFF'; //hours colour.Ybase=30; //Clock height.Xbase=30; //Clock width.H='...';H=H.split('');M='....';M=M.split('');S='.....';S=S.split('');NS4=(document.layers);NS6=(document.getElementById&&!document.all);IE4=(document.all);Ypos=0;Xpos=0;dots=12;Split=360/dots;if (NS6){for (i=1; i < dots+1; i++){document.write(''+i+'');}for (i=0; i < M.length; i++){document.write('');}for (i=0; i < H.length; i++){document.write('');}for (i=0; i < S.length; i++){document.write('');}}if (NS4){dgts='1 2 3 4 5 6 7 8 9 10 11 12';dgts=dgts.split(' ')for (i=0; i < dots; i++){document.write(''+dgts[i]+'');}for (i=0; i < M.length; i++){document.write('');}for (i=0; i < H.length; i++){document.write('');}for (i=0; i < S.length; i++){document.write('');}}if (IE4){document.write('');for (i=1; i < dots+1; i++){document.write(''+i+'');}document.write('')document.write('');for (i=0; i < M.length; i++){document.write('');}document.write('')document.write('');for (i=0; i < H.length; i++){document.write('');}document.write('')document.write('');for (i=0; i < S.length; i++){document.write('');}document.write('')}function clock(){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.57 + Math.PI * hr/6 + Math.PI*parseInt(time.getMinutes())/360;if (NS6){Ypos=window.pageYOffset+window.innerHeight-Ybase-25;Xpos=window.pageXOffset+window.innerWidth-Xbase-30;for (i=1; i < dots+1; i++){ document.getElementById("n6Digits"+i).style.top=Ypos-15+Ybase*Math.sin(-1.56 +i *Split*Math.PI/180) document.getElementById("n6Digits"+i).style.left=Xpos-15+Xbase*Math.cos(-1.56 +i*Split*Math.PI/180) }for (i=0; i < S.length; i++){ document.getElementById("Nx"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(sec); document.getElementById("Nx"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(sec); }for (i=0; i < M.length; i++){ document.getElementById("Ny"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(min); document.getElementById("Ny"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(min); }for (i=0; i < H.length; i++){ document.getElementById("Nz"+i).style.top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.getElementById("Nz"+i).style.left=Xpos+i*Xbase/4.1*Math.cos(hrs); }}if (NS4){Ypos=window.pageYOffset+window.innerHeight-Ybase-20;Xpos=window.pageXOffset+window.innerWidth-Xbase-30;for (i=0; i < dots; ++i){ document.layers["nsDigits"+i].top=Ypos-5+Ybase*Math.sin(-1.045 +i*Split*Math.PI/180) document.layers["nsDigits"+i].left=Xpos-15+Xbase*Math.cos(-1.045 +i*Split*Math.PI/180) }for (i=0; i < S.length; i++){ document.layers["nx"+i].top=Ypos+i*Ybase/4.1*Math.sin(sec); document.layers["nx"+i].left=Xpos+i*Xbase/4.1*Math.cos(sec); }for (i=0; i < M.length; i++){ document.layers["ny"+i].top=Ypos+i*Ybase/4.1*Math.sin(min); document.layers["ny"+i].left=Xpos+i*Xbase/4.1*Math.cos(min); }for (i=0; i < H.length; i++){ document.layers["nz"+i].top=Ypos+i*Ybase/4.1*Math.sin(hrs); document.layers["nz"+i].left=Xpos+i*Xbase/4.1*Math.cos(hrs); }}if (IE4){Ypos=document.body.scrollTop+window.document.body.clientHeight-Ybase-20;Xpos=document.body.scrollLeft+window.document.body.clientWidth-Xbase-20;for (i=0; i < dots; ++i){ ieDigits[i].style.pixelTop=Ypos-15+Ybase*Math.sin(-1.045 +i *Split*Math.PI/180) ieDigits[i].style.pixelLeft=Xpos-15+Xbase*Math.cos(-1.045 +i *Split*Math.PI/180) }for (i=0; i < S.length; i++){ x[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(sec); x[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(sec); }for (i=0; i < M.length; i++){ y[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(min); y[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(min); }for (i=0; i < H.length; i++){ z[i].style.pixelTop =Ypos+i*Ybase/4.1*Math.sin(hrs); z[i].style.pixelLeft=Xpos+i*Xbase/4.1*Math.cos(hrs); }}setTimeout('clock()',100);}clock();//-->
Waxed.tk
About us
Current Headlines :: See news for full details
videos
Places to Skate
Gallery
Trick tips
Contact
News
No city skatepark for notts skaters
Skateboard
DCshoecousa
Osiris
Etnies
C1rca
HSC+
Vans
Extreme Pie
© 2003 Anthony Sneath
Links
Blind
World
Spitfire
Element Awareness Contest
Elemental Awareness Contest6/24/03 - Element Skateboards and the City of Santa Ana are proud to announce the first ever "get sponsored" contest on Friday, July 4th...Click here for more information
You have found WAXED.tk
Here you will find upto date skateboard news and all about me and my mates who skate in a little village called Calverton there will soon be a WAXED video and maybe a WAXED shop if we can be botheredLast updated July 3rd, 2003
ZERO Zumiez Hit and run tour details
The new ZERO Zumiez Hit and run tour dates finally announced :: See news for full details.
 
geovisit();
|
|
| |
Features | videos, | pictures, | trick | tips | and | biographies. |
|
http://www.geocities.com/waxed_03/
Waxed 2008 September
dvd rental
dvd
Features videos, pictures, trick tips and biographies.
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
- Credit Counseling - Vegas Hotel - Secured Loans - Hotels - Cheap Car Insurance
|