NUPE KODAKS
PAGE 1
![](https://omicroniotanupes.tripod.com/Graphics/nupes1.jpg)
PHOTOS - KODAKS - The "UNTOUCHABLE" Omicron Iota Chapter of Kappa Alpha Psi Fraternity, Inc.
Pretty Boy Nupes
![](https://omicroniotanupes.tripod.com/NupePhotos/PNsOTY.jpg)
Renwick Jones, James Stewart
![](https://omicroniotanupes.tripod.com/NupePhotos/spr2kpimps.jpg)
OI at Dave & Busters
![](https://omicroniotanupes.tripod.com/NupePhotos/nupesatdaveandbusters.jpg)
Photo Ops - Always ready for the camera
![](https://omicroniotanupes.tripod.com/NupePhotos/JuliusRenJames.jpg)
![](https://omicroniotanupes.tripod.com/NupePhotos/dolapo_ren_leandre_martin.jpg)
![](https://omicroniotanupes.tripod.com/NupePhotos/larry_martin_dolapo.jpg)
OI at Applebees: December 2001
![](https://omicroniotanupes.tripod.com/NupePhotos/applebees2.jpg)
![](https://omicroniotanupes.tripod.com/NupePhotos/applebees3.jpg)
KODAKS - PAGE 2
![](http://gallery.tripod.com/webelements/arrows/right/000p0000.gif)
BACK TO PHOTOS
![](https://omicroniotanupes.tripod.com/Graphics/top-small.jpg)
/change 1 to another integer to alter the scroll speed. Greater is faster
var speed=1
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",10)
}
window.onload=initialize