var photos=new Array()
var which=Math.floor(Math.random()*8)
var linkslide=new Array()
//define images. You can have as many as you want:
photos[0]="images/sidebar_fishing.jpg"
linkslide[0]="projects_fishing.html"
photos[1]="images/sidebar_sldev.jpg"
linkslide[1]="services_secondlife.html"
photos[2]="images/sidebar_tales.jpg"
linkslide[2]="projects_comics.html#tales"
photos[3]="images/sidebar_neoearth.jpg"
linkslide[3]="projects_comics.html#neoearth"
photos[4]="images/sidebar_scoopers.jpg"
linkslide[4]="projects_secondlife.html#scoopers"
photos[5]="images/sidebar_g2g.jpg"
linkslide[5]="projects_g2g.html"
photos[6]="images/sidebar_webdev.jpg"
linkslide[6]="services_web.html"
photos[7]="images/sidebar_illustration.jpg"
linkslide[7]="services_media.html"

//do NOT edit pass this line
var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}
