var imgNo1 = 7
var image1= new Image();
image1.src='../Runtime/Uploads/CyclicImages/aerial.jpg'
image1.alt='Aerial View of Camarillo'
var image2= new Image();
image2.src='../Runtime/Uploads/CyclicImages/1city_hall_big.jpg'
image2.alt='Camarillo City Sign'
var image3= new Image();
image3.src='../Runtime/Uploads/CyclicImages/2dyno1.jpg'
image3.alt='Adolfo Camarillo House'
var image4= new Image();
image4.src='../Runtime/Uploads/CyclicImages/dyno3.jpg'
image4.alt='Camarillo Outlets'
var image5= new Image();
image5.src='../Runtime/Uploads/CyclicImages/dyno5.jpg'
image5.alt='Camarillo Real Estate'
var image6= new Image();
image6.src='../Runtime/Uploads/CyclicImages/dyno6.jpg'
image6.alt='Camarillo Realtor'
var image7= new Image();
image7.src='../Runtime/Uploads/CyclicImages/1dyno7.jpg'
image7.alt='Adolfo Camarillo House'
var step=1
var whichimage=1;
var imgNo=imgNo1;
function slideit()
{
if (!document.images)
return;
if (document.all)
document.getElementById('slide').filters.blendTrans.apply();
document.getElementById('slide').src = eval("image" + step + ".src")
document.getElementById('slide').alt = eval("image" + step + ".alt")
if (document.all)
document.getElementById('slide').filters.blendTrans.play()
whichimage=step;
if (step<imgNo)
step++;
else
step = 1;
setTimeout("slideit()",4000);
}
function slidelink()
{
if (whichimage==1)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');
else if (whichimage==2)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');
else if (whichimage==3)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');
else if (whichimage==4)
window.open('http://camarillorealestate.viewmysitenow.com');
else if (whichimage==5)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');
else if (whichimage==6)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');
else if (whichimage==7)
window.open('http://camarillorealestate.viewmysitenow.com/Pages/CityofCamarillo.aspx');

}
