<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->


<!-- Begin
// Set up the image files to be used.

var theImages = new Array() // do not change this

var theImages1 = new Array() // do not change this

var theImages2 = new Array() // do not change this


var theUrl = new Array() // do not change this

var theUrl1 = new Array() // do not change this

var theUrl2 = new Array() // do not change this


// To add more image files, continue with the

// pattern below, adding to the array.


theImages[0] = 'http://www.fresno-california.org/1.jpg'

theImages[1] = 'http://www.fresno-california.org/14.jpg'



theUrl[0] = 'www.businessstreetonline.com'

theUrl[1] = 'www.masterstorage.net'




theImages1[0] = 'http://www.fresno-california.org/3.jpg'

theImages1[4] = 'http://www.fresno-california.org/5.jpg'

theImages1[2] = 'http://www.fresno-california.org/6.jpg'

theImages1[3] = 'http://www.fresno-california.org/2.jpg'

theImages1[1] = 'http://www.fresno-california.org/2.jpg'


theUrl1[0] = 'www.alumniconnections.com/olc/pub/CAF/'

theUrl1[4] = 'www.casacorona.com'

theUrl1[2] = 'www.netricks.com/?fc'

theUrl1[3] = 'www.valley411.com/?fc'

theUrl1[1] = 'www.valley411.com/?fc'



theImages2[0] = 'http://www.fresno-california.org/10.jpg'

theImages2[1] = 'http://www.fresno-california.org/16.jpg'

theImages2[2] = 'http://www.fresno-california.org/12.jpg'

theImages2[3] = 'http://www.fresno-california.org/13.jpg'

theImages2[4] = 'http://www.fresno-california.org/4.jpg'


theUrl2[0] = 'www.studio999.com'

theUrl2[1] = 'www.womens-bikinis.com'

theUrl2[2] = 'www.valleyeyeinstitute.net'

theUrl2[3] = 'www.planethairinc.com'

theUrl2[4] = 'www.sylviasavala.com'

// do not edit anything below this line


var j = 0
var p = theImages.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<a target="_blank" href="http://'+theUrl[whichImage]+'"><img border="0" src="'+theImages[whichImage]+'"></a>');
}

var a = 0
var b = theImages1.length;
var preBuffer = new Array()
for (i = 0; i < b; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages1[i]
}
var whichImage1 = Math.round(Math.random()*(b-1));
function showImage1(){
document.write('<a target="_blank" href="http://'+theUrl1[whichImage1]+'"><img border="0" src="'+theImages1[whichImage1]+'"></a>');
}

var c = 0
var d = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < d; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(d-1));
function showImage2(){
document.write('<a target="_blank" href="http://'+theUrl2[whichImage2]+'"><img border="0" src="'+theImages2[whichImage2]+'"></a>');
}

//  End -->
