|
|
|
|
| -=TheUnderDogs=- -- Nitto1320 |
|
| |
|
| |
|
|
|
| BODY { font-family: Trebuchet MS, Verdana, Arial; |
| font-size: 14; } |
| TD { font-size: 14;} |
|
|
|
|
|
|
|
|
| /** |
| * You may use this code for free on any web page provided that |
| * these comment lines and the following credit remain in the code. |
| * Compact Cross Browser Ghosts effect by http://www.JavaScript-fx.com |
| */ |
| if(!window.JSFX) JSFX=new Object(); |
| JSFX.ghostImages = new Array( |
| "", |
| "", |
| "", |
| "" |
| ); |
| var ns4 = document.layers; |
| var ie4 = document.all; |
| JSFX.makeLayer = function(id) |
| { |
| var el = document.getElementById ? document.getElementById(id) : |
| document.all ? document.all[id] : |
| document.layers[id]; |
| if(ns4) el.style=el; |
| el.sP=function(x,y){this.style.left = x;this.style.top=y;}; |
| el.show=function(){ this.style.visibility = "visible"; } |
| el.hide=function(){ this.style.visibility = "hidden"; } |
| if(ns4 || window.opera) |
| el.sO = function(pc){return 0;}; |
| else if(ie4) |
| el.sO = function(pc) |
| { |
| if(this.style.filter=="") |
| this.style.filter="alpha(opacity=100);"; |
| this.filters.alpha.opacity=pc; |
| } |
| else |
| el.sO = function(pc){this.style.MozOpacity=pc/100;} |
|
| return el; |
| } |
|
| if(window.innerWidth) |
| { |
| gX=function(){return innerWidth;}; |
| gY=function(){return innerHeight;}; |
| } |
| else |
| { |
| gX=function(){return document.body.clientWidth-30;}; |
| gY=function(){return document.body.clientHeight-30;}; |
| } |
| JSFX.ghostOutput=function() |
| { |
| for(var i=0 ; i"+JSFX.ghostImages[i]+"" : |
| ""+JSFX.ghostImages[i]+"" ); |
| |
| } |
| JSFX.ghostSprites = new Array(); |
| JSFX.ghostStartAni = function() |
| { |
| for(var i=0 ;i .99) |
| { |
| el.state="up"; |
| el.show(); |
| } |
| } |
| else if(el.state == "on") |
| { |
| if(Math.random() > .98) |
| el.state="down"; |
| } |
| else if(el.state == "up") |
| { |
| el.op += 2; |
| el.sO(el.op); |
| if(el.op==100) |
| el.state = "on"; |
| } |
| else if(el.state == "down") |
| { |
| el.op -= 2; |
| if(el.op==0) |
| { |
| el.hide(); |
| el.state = "off"; |
| } |
| else |
| el.sO(el.op); |
| } |
|
| var X = (el.tx - el.x); |
| var Y = (el.ty - el.y); |
| var len = Math.sqrt(X*X+Y*Y); |
| if(len .95 ) |
| { |
| el.tx = Math.random()*gX(); |
| el.ty = Math.random()*gY(); |
| } |
|
| } |
| } |
| JSFX.ghostStart = function() |
| { |
| if(JSFX.ghostLoad)JSFX.ghostLoad(); |
| JSFX.ghostStartAni(); |
| } |
| JSFX.ghostOutput(); |
| JSFX.ghostLoad=window.onload; |
| window.onload=JSFX.ghostStart; |
|
|
|
| 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; |
| ClockFromMouseX=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 "; |
| 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 '+props2+D[i]+''); |
| for (i=0; i '+props+Face[i]+''); |
| for (i=0; i '+S[i]+''); |
| for (i=0; i '+M[i]+''); |
| for (i=0; i '+clockH[i]+''); |
| } |
| if (ie){ |
| document.write(''); |
| for (i=0; i '+props2+D[i]+''); |
| document.write(''); |
| document.write(''); |
| for (i=0; i '+props+Face[i]+''); |
| document.write(''); |
| document.write(''); |
| for (i=0; i '+clockH[i]+''); |
| document.write(''); |
| document.write(''); |
| for (i=0; i '+M[i]+''); |
| document.write('') |
| document.write(''); |
| for (i=0; i '+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+ClockFromMouseX:event.x+ClockFromMouseX; |
| } |
| (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 |
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| -=TheUnderDogs=- |
|
| Nitto1320 |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
|
| |
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| NAVIGATION |
|
| |
|
| |
|
| |
|
| |
|
| Home |
|
| Nitto1320 |
|
| Car Ratios |
|
| Race me!! |
|
| Join Us! |
|
| Chat Room and more! |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| OUR WEBSITE |
|
| |
|
| |
|
| |
|
| |
|
| Thank you for visiting our website. this website id based around Nitto and we have the gear ratios and much more for Nitto 1320. please feel free to have a look around. |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| Cars of the Month! |
|
| |
|
| |
|
| |
|
| |
|
| If you think your car is as kool as these then submit your car to doofster450@hotmail.com and ill add your car to the home page. |
| Thx doofy900 |
|
|
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| -=TheUnderDogs=- |
|
| |
|
| |
|
| |
|
| |
|
| Sneak Preview! |
| We are going to show you a sneak peak on the new cars that are coming out in a few weeks with the new version of nitto 1320. So take a look at the some of the new cars that are coming out in the new version of Nitto 1320. |
| Charger Dodge Srt-10 Pickup Challenger |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| Email me for Anything! |
|
| |
|
| |
|
| |
|
| |
|
| Please feel free to explore my webpage and check out all there is on my webpage so far. If you want to send anything in or you want to ask me a quetion realating to Nitto1320 then feel free to email me at : doofster450@hotmail.com. |
| You like the picture of the week? If you have a picture you want to send in to be picture of the week then send to my email address above. Thanks Doofy900. |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| WIN 100,000 Dollars |
|
| |
|
| |
|
| |
|
| |
|
| To win 100,000 dollars on nitto, simply send in a picture of your koolest car and if presented in this months "picture of the month" you could win 100,000 dollars to spend on Nitto 1320. |
| Send your koolest car pictures to doofster450@hotmail.com thx doofy900 |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| Copyright© Doofy900 |
|
| |
|
| |
|
| |
|
| Website built and hosted for free at |
| . |
| Get your own Free Website now! |
| |
|
| |
|
| |
|
| |
|
|
|
| |
|
| |