this guy claims to have front clear corners...
Lets be the judge
his website is at
http://www.geocities.com/turboburnout/main.html
go to
http://www.geocities.com/turboburnout/lighting.htm
click on
http://www.geocities.com/turboburnout/frontcorner.htm
does that look like front clear corners to you?
btw he's on the freshalloy website
his website is at
http://www.geocities.com/turboburnout/main.html
go to
http://www.geocities.com/turboburnout/lighting.htm
click on
http://www.geocities.com/turboburnout/frontcorner.htm
does that look like front clear corners to you?
btw he's on the freshalloy website
umm kev
this guy has a lot of your pics
and just wondering if you know about it
http://www.geocities.com/turboburnout/gallery.htm
this guy has a lot of your pics
and just wondering if you know about it
http://www.geocities.com/turboburnout/gallery.htm
any one catch this little part??
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
Originally posted by 2000MaximaSE
any one catch this little part??
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
any one catch this little part??
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
Originally posted by Gr8bone
He's got two of my pics, 1 of Russ2kse's old max, Kev's, Pauls....
He's got two of my pics, 1 of Russ2kse's old max, Kev's, Pauls....

No green ones. I guess this guys into Sterling mists only
I jack but I don't put them on my own site 
I keep them so if some one asks what does this look like, I can post the image

I keep them so if some one asks what does this look like, I can post the image

Originally posted by PIONEER
Peter U've already started the picture jacking process from other peoples sites, Shame on U 
No green ones. I guess this guys into Sterling mists only
Originally posted by Gr8bone
He's got two of my pics, 1 of Russ2kse's old max, Kev's, Pauls....
He's got two of my pics, 1 of Russ2kse's old max, Kev's, Pauls....

No green ones. I guess this guys into Sterling mists only
Originally posted by 2000MaximaSE
any one catch this little part??
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
any one catch this little part??
"After the intake got messed up, basically I paid Nissan a little over $1000 and they said they added about 50-60hp. They replaced my mass air flow meter and tweaked my engine out."
Uhmmm sure they did guy......
Adam
Originally posted by xtantmaxima
Yeah!! my name is mispelled on his website. At least he tried to give credit. His pictures need to link to the owners website.
Yeah!! my name is mispelled on his website. At least he tried to give credit. His pictures need to link to the owners website.
Originally posted by Y2KevSE
I agree... good thing I put "Y2KevSE" on all of my license plates.
Originally posted by xtantmaxima
Yeah!! my name is mispelled on his website. At least he tried to give credit. His pictures need to link to the owners website.
Yeah!! my name is mispelled on his website. At least he tried to give credit. His pictures need to link to the owners website.
maybe he's going to get custom plates like that

Look at his "racing" section. Notice everything he lost to was supercharged/NOSed/more cylinders.
He also posted beating several unworthy competitors (A Ford Expedition, Ford Exploder, Automatic civic) and some unlikely wins. But, interesting site... where's a picture of my maxima!??!
He also posted beating several unworthy competitors (A Ford Expedition, Ford Exploder, Automatic civic) and some unlikely wins. But, interesting site... where's a picture of my maxima!??!
Here you go Adam... copy and paste this into Notepad (randomImage.js):
/*
* randomImage.js
* by Kevin Chin. v1.00 000404
* Copyright (c) 2000 All Rights Reserved.
* You may use this code on a public Web
* site only if this entire copyright notice
* appears unchanged. Not much of a price is it?
*
* Contact chin@cs.ucdavis.edu for all other uses.
*
* Add the following line to your HTML code:
* <script language=JavaScript src=PathOfJavaScriptFile></script>
*/
var choice = 0; // used as a number variable
var picNumber = 0; // used to show picture number
var imageName = ""; // used to store final image
// path name of the image
// make sure the last image does not have a ',' after it
// all other lines will be like this "imagePath",
// only works for 100 images or less
imageArray = new Array(
"http://www.angelfire.com/sports/acura32cls/picture1.jpg",
"http://www.angelfire.com/sports/acura32cls/picture2.jpg",
"http://www.angelfire.com/sports/acura32cls/picture3.jpg",
"http://www.angelfire.com/sports/acura32cls/picture4.jpg",
"http://www.angelfire.com/sports/acura32cls/picture5.jpg",
"http://www.angelfire.com/sports/acura32cls/picture6.jpg",
"http://www.angelfire.com/sports/acura32cls/picture7.jpg",
"http://www.angelfire.com/sports/acura32cls/picture8.jpg",
"http://www.angelfire.com/sports/acura32cls/picture9.jpg"
);
// gets random number
with(Math)
{
choice = ceil(random() * 100);
choice = ceil(choice % imageArray.length);
}
picNumber = choice + 1;
// sets up html tag with random image
imageName += '<table cellpadding=0 cellspacing=0 border=0><tr><td align=center>';
imageName = imageName + '<img src=' + imageArray[choice] + '>';
imageName = imageName + '</td></tr></table>';
// writes html tag with random image
document.write(imageName)
/*
* randomImage.js
* by Kevin Chin. v1.00 000404
* Copyright (c) 2000 All Rights Reserved.
* You may use this code on a public Web
* site only if this entire copyright notice
* appears unchanged. Not much of a price is it?
*
* Contact chin@cs.ucdavis.edu for all other uses.
*
* Add the following line to your HTML code:
* <script language=JavaScript src=PathOfJavaScriptFile></script>
*/
var choice = 0; // used as a number variable
var picNumber = 0; // used to show picture number
var imageName = ""; // used to store final image
// path name of the image
// make sure the last image does not have a ',' after it
// all other lines will be like this "imagePath",
// only works for 100 images or less
imageArray = new Array(
"http://www.angelfire.com/sports/acura32cls/picture1.jpg",
"http://www.angelfire.com/sports/acura32cls/picture2.jpg",
"http://www.angelfire.com/sports/acura32cls/picture3.jpg",
"http://www.angelfire.com/sports/acura32cls/picture4.jpg",
"http://www.angelfire.com/sports/acura32cls/picture5.jpg",
"http://www.angelfire.com/sports/acura32cls/picture6.jpg",
"http://www.angelfire.com/sports/acura32cls/picture7.jpg",
"http://www.angelfire.com/sports/acura32cls/picture8.jpg",
"http://www.angelfire.com/sports/acura32cls/picture9.jpg"
);
// gets random number
with(Math)
{
choice = ceil(random() * 100);
choice = ceil(choice % imageArray.length);
}
picNumber = choice + 1;
// sets up html tag with random image
imageName += '<table cellpadding=0 cellspacing=0 border=0><tr><td align=center>';
imageName = imageName + '<img src=' + imageArray[choice] + '>';
imageName = imageName + '</td></tr></table>';
// writes html tag with random image
document.write(imageName)
Thread
Thread Starter
Forum
Replies
Last Post
MaximaDrvr
7th Generation Maxima (2009-2015)
16
Aug 19, 2015 08:20 PM
Team STILLEN
Autocrossing and Road Course Racing
0
Aug 10, 2015 04:29 PM
yat70458
5th Generation Maxima (2000-2003)
2
Aug 3, 2015 01:16 PM




